Page 1 of 1

Remove Delivery Method default selection

Posted: Sun Nov 05, 2017 1:05 pm
by aljaadi.akram
Dear Gents,
Kindly support me how to Remove Delivery Method default selection. I want it without selection by default and force customer to choose one option.
check below link

https://drive.google.com/open?id=0B_rTn ... XdjSE16ajA

Re: Remove Delivery Method default selection

Posted: Sun Nov 05, 2017 3:55 pm
by kestas
aljaadi.akram wrote:
Sun Nov 05, 2017 1:05 pm
Dear Gents,
Kindly support me how to Remove Delivery Method default selection. I want it without selection by default and force customer to choose one option.
check below link

https://drive.google.com/open?id=0B_rTn ... XdjSE16ajA
Hi,

In file: catalog/view/theme/default/template/checkout/shipping_method.twig

find (13 line):

Code: Select all

<input type="radio" name="shipping_method" value="{{ quote.code }}" checked="checked" />
change to:

Code: Select all

 <input type="radio" name="shipping_method" value="{{ quote.code }}" />
Good luck

Re: Remove Delivery Method default selection

Posted: Mon Nov 06, 2017 12:23 am
by aljaadi.akram
Thank you dear