
Originally Posted by
ladyk
Hi there;
I was wondering if you could help me out.
I seem to have disabled my go to checkout button and for the life of me, I can't figure out how to put it back. (yes I'm an idiot)
I've looked at the coding in /public_html/includes/templates/YOUR_TEMPLATE/templates/tpl_shopping_cart_default.php and nothing is commented out :
<!--bof shopping cart buttons-->
<div class="buttonRow forward"><?php echo '<a href="' . zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . zen_image_button(BUTTON_IMAGE_CHECKOUT, BUTTON_CHECKOUT_ALT) . '</a>'; ?></div>
<div class="buttonRow back"><?php echo zen_back_link() . zen_image_button(BUTTON_IMAGE_CONTINUE_SHOPPING, BUTTON_CONTINUE_SHOPPING_ALT) . '</a>'; ?></div>
<?php
// show update cart button
if (SHOW_SHOPPING_CART_UPDATE == 2 or SHOW_SHOPPING_CART_UPDATE == 3) {
?>
<div class="buttonRow back"><?php echo zen_image_submit(ICON_IMAGE_UPDATE, ICON_UPDATE_ALT); ?></div>
<?php
} else { // don't show update button below cart
?>
<?php
} // show update button
?>
<!--eof shopping cart buttons-->
Also gone to /public_html/includes/languages/english/YOUR_TEMPLATE/header.php Checkout is there :
define('HEADER_TITLE_CHECKOUT', 'Checkout');
Also checked in Admin/Config/MyStore and Display Cart after adding Product is set to true
Could you possibly point me in the right direction for finding my lost button?
Thanks,
KJ