Skip to content

Instantly share code, notes, and snippets.

@steveosoule
Last active August 11, 2017 01:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steveosoule/3414bf4dc96db4c258967653c0ea331d to your computer and use it in GitHub Desktop.
Save steveosoule/3414bf4dc96db4c258967653c0ea331d to your computer and use it in GitHub Desktop.
Miva - Product Volume Pricing Provisioning XML
<PriceGroupProduct_Assign group_name="GROUP_NAME" product_code="PRODUCT_CODE" />
<Module code="discount_volume" feature="discount">
<ProductPricingTable product_code="PRODUCT_CODE" group_name="GROUP_NAME">
<Entry quantity="NUMBER" type="fixed,percent,absolute" amount="FLOAT" />
</ProductPricingTable>
<ProductPricingTable product_code="abc-123" group_name="Volume Pricing">
<Entry quantity="100" type="absolute" amount="99.99" />
<Entry quantity="500" type="absolute" amount="89.99" />
<Entry quantity="750" type="absolute" amount="79.99" />
</ProductPricingTable>
</Module>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment