Shipping box open 2.0?

Does anyone know how to keep the shipping estimation box open on checkout without having to click “estimate shipping” on the view cart page? I did this in 1.3.5, but no idea how to do it in 2.0. It’s like learning a whole new language for me! Thanks!

ok, figured it out…



under customer/views/checkout/components/shipping_estimation.tpl, comment out…



{*

[quote name=‘moka’]ok, figured it out…



under customer/views/checkout/components/shipping_estimation.tpl, comment out…



{*

Clean it up by removing the button as well. It’s useless at this point.





Edit: Disregard. It is used for sidebox as well.

[quote name=‘moka’]ok, figured it out…



under customer/views/checkout/components/shipping_estimation.tpl, comment out…



{*

Hi



Like this idea, but when I do it I lose ALL side boxes, where am I going wrong?



BarryH

That’s “woman” lol



yeah… edited above. (sorry, I added another div of my own so pasted funny!)


In the same line where it says




[COLOR="red"][B]class="hidden"[/B][/COLOR]

Change that to

[COLOR="Red"][B]class="open"[/B][/COLOR]

Et Voila - the script is thus always open. ;)


[quote name='BarryH']Hi

Like this idea, but when I do it I lose ALL side boxes, where am I going wrong?

BarryH[/QUOTE]



BarryH - Sides wont go funny with the solution just provided.

In fact I just worked it out that if you delete [COLOR="red"][B]class="hidden"[/B][/COLOR] - it still works !