Skip to content

Instantly share code, notes, and snippets.

@steveosoule
Last active July 27, 2018 16:23
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/4afc9be7223486155efbbfdbb1e9e9c8 to your computer and use it in GitHub Desktop.
Save steveosoule/4afc9be7223486155efbbfdbb1e9e9c8 to your computer and use it in GitHub Desktop.
Miva - Volume Pricing Provisioning XML Example
<PriceGroupProduct_Assign group_name="Volume Pricing" product_code="prod-123" />
<Module code="discount_volume" feature="component">
<ProductPricingTable group_name="Volume Pricing" product_code="prod-123">
<Entry quantity="10" type="fixed" amount="9.99" />
<Entry quantity="50" type="percent" amount="10" />
<Entry quantity="100" type="absolute" amount="19.99" />
</ProductPricingTable>
</Module>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment