steveosoule
4/17/2015 - 11:06 PM

Miva - Price Group XML

Miva - Price Group XML

<!--
~~~~~~~~~~~~~~~~
XML Template:
Change the values in the curly brackets
~~~~~~~~~~~~~~~~
-->
<PriceGroupProduct_Assign group_name="{{ Price Group Name }}" product_code="{{ Product Code }}" />
<PriceGroupQualifyingProduct_Assign group_name="{{ Price Group Name }}" product_code="{{ Product Code }}" />

<Module code="discount_saleprice" feature="discount">
	<ProductSalePrice product_code="{{ Product Code }}" group_name="{{ Price Group Name }}">{{ Product Price }}</ProductSalePrice>
</Module>



<!--
~~~~~~~~~~~~~~~~
Example XML:
~~~~~~~~~~~~~~~~
-->
<PriceGroupProduct_Assign group_name="Selling Price" product_code="miva-test" />
<PriceGroupQualifyingProduct_Assign group_name="Selling Price" product_code="miva-test" />

<Module code="discount_saleprice" feature="discount">
	<ProductSalePrice product_code="miva-test" group_name="Selling Price">75.00</ProductSalePrice>
</Module>