Child product price display

If your subproducts are all the same price, you may want to only display the price with the parent product and not display it next to each individual child product. You can do this by setting the following option in your shop configuration.

Xshowchildprice

Setting this to Yes means the price of child products will be displayed.

You will also need to edit your template to add the parent price to the display.

If you are using extended descriptions, you will also have to add [formatcurrency cprice] in your tmp_productinvent.htm template wherever you wish to display the price.

If you are using the tmp_productformatinvent.htm template to display your inventory products in shopdisplayproducts.asp you will also have to add [formatcurrency cprice] in this template.