Adding Quantity Pricing to the items based on Quantity available in NetSuite.

To add quantity pricing, first we have to find the view of the Quantity field for the Quantity pricing in the given page like shopping cart, Reorders, PDP page. Then we have to extend the views in the PDP extension. Before extending this views Quantity Pricing to be extended

then use extend and wrap methods for the Quantity pricing to get the price of the items based on the items available in the NetSuite. Then it will get the price of the items based on Quantity.

Then use the view of the page like Reorder items where the Quantity pricing needs to be done and extend and wrap the view of Reorder items.

Then it will displays quantity pricing in the Reorder items, But some changes need to be done to hide the single Quantity box whic don’t have single items in the netsuite. so, corresponding template needs to be changed by adding some conditions to show and hide the single Quantity boxes.

Now it will display the single Quantity boxes for the required items and multiple items quantity dropdown for the other items not having single Quantity

Leave a comment

Your email address will not be published. Required fields are marked *