I am creating a store where customers get discounts dependant upon quantity, this I have done by adding the various prices and min number to the prices section.
So far so good!!
However I do not like the way in which these prices are displayed which is basically
What I would like to do is display a table with columns for price A price B and price C.
Q1: Is is possible to place a variable that displays a single price band rather than using NETQUOTEVAR:PRODUCTPRICE which displays all three prices???
Also I am using a text box to change quantity using NETQUOTEVAR:PRODUCTQUANTITY however I would like to remove the text saying "Quantity:" Before the text box I have looked through the template and cannot see where actinic gets this from.
Q2: Does anyone know how to remove the Quantity text??
Many Thanks
Mark
www.mhnewmedia.co.uk
So far so good!!
However I do not like the way in which these prices are displayed which is basically
Price: (5 or fewer items) £57.00 (Excluding: VAT at 17.5%)
Price: (6 to 27 items) £41.00 (Excluding: VAT at 17.5%)
Price: (28 or more items) £37.00 (Excluding: VAT at 17.5%)
Price: (6 to 27 items) £41.00 (Excluding: VAT at 17.5%)
Price: (28 or more items) £37.00 (Excluding: VAT at 17.5%)
Q1: Is is possible to place a variable that displays a single price band rather than using NETQUOTEVAR:PRODUCTPRICE which displays all three prices???
Also I am using a text box to change quantity using NETQUOTEVAR:PRODUCTQUANTITY however I would like to remove the text saying "Quantity:" Before the text box I have looked through the template and cannot see where actinic gets this from.
Q2: Does anyone know how to remove the Quantity text??
Many Thanks
Mark
www.mhnewmedia.co.uk
Comment