adidraga wrote:This worked for me too, I've just got 1 more question about this post..
When i go to my webshop (Screenshot) and i press on the Green Button.. It still goes to the Checkout, So people can not put a Vouchercode? Is there a way to fix that too, to always go first to the cart?
so that it goes to checkout/cart ?
Not sure if u found the fix for it already, but while I was looking for around for the same issue, here is the fix:
replace:
Code: Select all
<div class="checkout"><a href="<?php echo $checkout; ?>" class="button"><span><?php echo $button_checkout; ?></span></a></div>
Code: Select all
<div class="checkout"><a href="index.php?route=checkout/cart" class="button"><span>Continue</span></a></div>
As said in a earlier post on this thread.