CJH Posted February 17, 2014 Share Posted February 17, 2014 When multipshipping is turned on, this allows selection of a per-product different delivery address in step 3 of the checkout process. Each product has a drop-down box to select an address already in the account, or to create a new account - all really good. But there is another option: Deliver to multiple addresses. That makes sense if, say, a customer wants to buy two identical books and have each sent to a different address. There is only one product line and selecting 'Deliver to multiple addresses' splits the order for two into two orders for one and you can choose a different address for each. BUT, if only one book is ordered, that line still appears as a choice - selecting Deliver to multiple addresses creates another book order that the customer doesn't want. It's going to confuse and annoy the customer. Surely, if QTY = 1, that option should not appear. Is there a way of writing some code so that (I know no code so cannot do this properly): 'If QTY=1 then 'Deliver to multiple addresses' in the option box does not appear. If QTY=2 or more, then the option is present for the customer to use or not Is there a way to control this appearing? Using Prestashop 1.5.6.2 Link to comment Share on other sites More sharing options...
Recommended Posts