Hi,
I was wondering if some code/zen cart guru's would be able to help me with a little problem. My employers want the button labeled "continue shopping" found in the shopping cart, not to go back 1 page to the previous product the user was looking at but to go back 2 pages to the catagory page allowing the customer a chance to view more items in that same catagory.
I know the page to edit is tpl_shopping_cart_default.php and i know where in that file the link is (line 134-137)
I know that the link I need to edit is the zen_back_link() bit.PHP Code:<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>
I'm sure that maintaining the product ID is a necessity as it has to be generic for all products.
Any advice would be much appreciated.
Nick



