Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2007
    Posts
    5
    Plugin Contributions
    0

    Default Navigation - Product to Catagory

    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)

    PHP Code:
    <div class="buttonRow forward"><?php echo '<a href="' zen_href_link(FILENAME_CHECKOUT_SHIPPING'''SSL') . '">' zen_image_button(BUTTON_IMAGE_CHECKOUTBUTTON_CHECKOUT_ALT) . '</a>'?></div>
    <div class="buttonRow back"><?php echo zen_back_link() . zen_image_button(BUTTON_IMAGE_CONTINUE_SHOPPINGBUTTON_CONTINUE_SHOPPING_ALT) . '</a>'?></div>
    I know that the link I need to edit is the zen_back_link() bit.
    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

  2. #2
    Join Date
    Jul 2006
    Location
    SF Bay Area
    Posts
    867
    Plugin Contributions
    1

    Default Re: Navigation - Product to Catagory

    If you are daring and want to experiment a bit, try changing the "-2" in line 983 of includes/functions/functions_general.php to "-3" (don't change the -2 in the line above it)

    Without looking into it closer, I can't say if that would make other things break, but try it out. It may at least put you on the right trail.

    Happy hacking.

  3. #3
    Join Date
    Jul 2007
    Posts
    5
    Plugin Contributions
    0

    Default Re: Navigation - Product to Catagory

    Hmm thnaks for that. I gave it a go, but unfortunately it didn't work, but the annoying thing is i didn't fully understand what was going on on that piece of code.
    I would have thought there would be something using the session id's?

 

 

Similar Threads

  1. How do I remove sub-catagory text if I have a catagory image?
    By curbsidestudiosNET in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 20 Feb 2011, 03:05 AM
  2. catagory navigation question
    By sparktronic in forum General Questions
    Replies: 0
    Last Post: 4 Feb 2010, 10:08 PM
  3. New Product by Catagory
    By catwing in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 16 Jul 2009, 08:44 AM
  4. Add Product Coming Soon to a Product Catagory
    By laurieudy in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 21 Jul 2008, 07:04 PM
  5. How to change Catagory Navigation Text
    By aussieseb in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 23 Apr 2007, 02:11 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg