Edit: ...catalog/view/theme/xxx/common/header.tpl
change this line
to this:
it is just substituting $checkout for $cart
Edit: ...catalog/controller/checkout/cart.php
change this line (480ish it's the last SECOND instance very close to the bottom of the file)
to this:
change this line
Code: Select all
<div class="links"><a href="<?php echo $home; ?>"><?php echo $text_home; ?></a><a href="<?php echo $wishlist; ?>" id="wishlist_total"><?php echo $text_wishlist; ?></a><a href="<?php echo $account; ?>"><?php echo $text_account; ?></a><a href="<?php echo $cart; ?>"><?php echo $text_cart; ?></a><a href="<?php echo $checkout; ?>"><?php echo $text_checkout; ?>
to this:
Code: Select all
<div class="links"><a href="<?php echo $home; ?>"><?php echo $text_home; ?></a><a href="<?php echo $wishlist; ?>" id="wishlist_total"><?php echo $text_wishlist; ?></a><a href="<?php echo $account; ?>"><?php echo $text_account; ?></a><a href="<?php echo $cart; ?>"><?php echo $text_cart; ?></a><a href="<?php echo $cart; ?>"><?php echo $text_checkout; ?>
Edit: ...catalog/controller/checkout/cart.php
change this line (480ish it's the last SECOND instance very close to the bottom of the file)
Code: Select all
$this->data['checkout'] = $this->url->link('checkout/checkout', '', 'SSL');
to this:
Code: Select all
// $this->data['checkout'] = $this->url->link('checkout/checkout', '', 'SSL');
$this->data['checkout'] = $this->url->link('checkout/cart');
-
VIEW ALL EXTENSIONS * EXTENSION SUPPORT * WEBSITE * CUSTOM REQUESTS
Who is online
Users browsing this forum: Majestic-12 [Bot] and 79 guests