I hope you are all good,i'm really enjoying this open cart script but the problem i'm facing i want to add "Buy it now" Button With every Product.
I want Both button,"Add TO Cart" and "Buy it Now" The Buy it Now Function Should work like in that way it redirect you to view shopping cart page and the product already list there,Like in one click i need two function.
i try this below code
Code: Select all
<div class="cart"><a onclick="addToCart('<?php echo $product['product_id']; ?>');" class="button" href="index.php?route=checkout/cart" ><span><?php echo $button_cart; ?></span></a></div>
This is from the error log when the button does not work correctly.