Hi all
I have had a specific request by a customer to change the quantity field to a drop-down.
The site shows retail customers the products but only registered customers can see the prices or order.
I have implemented the quantity drop-down ok using PHP and created variables for the quantities, etc. so users can change product quantities.
My problem is that in certain instances Actinic uses specific tags (which are xml?) to display the quantities.
For example:
Therefore the PHP does not run if i create customer groups.
So my questions are:
1) is there a way around this?
2) my workaround was to use the <Actinic:NOTINB2B> tags
by doing this, i dont need different retail groups and i just
comment out items that are not visible for registered users.
Anyone any comments/suggestions they would like to share? for example, is my workaround ok/safe?
Many Thanks
I have had a specific request by a customer to change the quantity field to a drop-down.
The site shows retail customers the products but only registered customers can see the prices or order.
I have implemented the quantity drop-down ok using PHP and created variables for the quantities, etc. so users can change product quantities.
My problem is that in certain instances Actinic uses specific tags (which are xml?) to display the quantities.
For example:
Code:
<Actinic:ShowForPriceSchedule Schedules="<actinic:variable name="EnabledForCustomerGroupID" />" HTML="
So my questions are:
1) is there a way around this?
2) my workaround was to use the <Actinic:NOTINB2B> tags
by doing this, i dont need different retail groups and i just
comment out items that are not visible for registered users.
Anyone any comments/suggestions they would like to share? for example, is my workaround ok/safe?
Many Thanks