Hi all
If a digital download is added to a product then max/min quantities are 'greyed out'. Even though max is set to zero you cannot enter a quantity on-line.
The problem I have with this is that we sell software and Mr customer may want to buy more than one of the same product. Say he wants three then he has to place 3 orders! Madness!
Actinic support say this cannot be changed, does anybody know of a way around this?
Cheers
PS
Since the original post I have managed to always include a Quantity field by modifying the file ActinicOrder.pm in the following line.
if ( # $$pProduct {"MIN_QUANTITY_ORDERABLE"} != $$pProduct{"MAX_QUANTITY_ORDERABLE"} && The quantity might change
$bIncludeButtons)
this suggestion was in http://community.actinic.com/showthr...nload+quantity
However I still can't have a quantity greater than one.
If a digital download is added to a product then max/min quantities are 'greyed out'. Even though max is set to zero you cannot enter a quantity on-line.
The problem I have with this is that we sell software and Mr customer may want to buy more than one of the same product. Say he wants three then he has to place 3 orders! Madness!
Actinic support say this cannot be changed, does anybody know of a way around this?
Cheers
PS
Since the original post I have managed to always include a Quantity field by modifying the file ActinicOrder.pm in the following line.
if ( # $$pProduct {"MIN_QUANTITY_ORDERABLE"} != $$pProduct{"MAX_QUANTITY_ORDERABLE"} && The quantity might change
$bIncludeButtons)
this suggestion was in http://community.actinic.com/showthr...nload+quantity
However I still can't have a quantity greater than one.
Comment