Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 43
  1. #21
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    691
    Plugin Contributions
    0

    Default Re: "Back to Shopping" always goes back to homepage

    Quote Originally Posted by Kim View Post
    Kim -

    Your site is set up to not go to the shopping cart page after you add something to the cart, correct?
    Thank you for responding Kim. The site is suppose to take you back to shopping after you put something in the cart. It does when I switch to the classic template. This happened after I upgraded. I am thinking I did not change a file to my template. I just can't seem to find the file name.

    Thanks.
    [FONT="Tahoma"]kburner[/FONT]
    Burner Christian Bookstore
    www.burnerbooks.com

  2. #22
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    691
    Plugin Contributions
    0

    Default Re: "Back to Shopping" always goes back to homepage

    Quote Originally Posted by Kim View Post
    I am not sure of the 'why', but if you use the link in the header of your shopping cart sidebox instead of the 'edit cart' link to access the shopping cart page then hit the 'continue shopping' the cart goes to the home page.
    not sure what you mean. This happens when you add to the cart. then go to shopping cart page. At the bottom of the cart, there is a back to shopping button. When you click the back to shopping cart button, it gives a "page not found" error page.

    Kim
    [FONT="Tahoma"]kburner[/FONT]
    Burner Christian Bookstore
    www.burnerbooks.com

  3. #23
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    691
    Plugin Contributions
    0

    Default Re: "Back to Shopping" always goes back to homepage

    Quote Originally Posted by Kim View Post
    I am not sure of the 'why', but if you use the link in the header of your shopping cart sidebox instead of the 'edit cart' link to access the shopping cart page then hit the 'continue shopping' the cart goes to the home page.
    Hi Kim,

    It has been a long time and I still can not get this issue resolved.
    Wondering if maybe you ran across something or could help in some way.

    The broken link is not good for site business.

    When you are at individual product page, click add to cart, then use sidebox and click edit cart. Now at shopping cart page. If click
    on back to shopping button - takes to error page.

    Thanks,
    [FONT="Tahoma"]kburner[/FONT]
    Burner Christian Bookstore
    www.burnerbooks.com

  4. #24
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,655
    Plugin Contributions
    25

    Default Re: "Back to Shopping" always goes back to homepage

    Quote Originally Posted by kburner View Post
    When you are at individual product page, click add to cart, then use sidebox and click edit cart. Now at shopping cart page. If click
    on back to shopping button - takes to error page.
    Not for me. Following those exact steps, I just got taken back to the home page, which is what I'd expect.
    See and test drive Zen Cart's free templates at zencarttemplates.info

    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  5. #25
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    691
    Plugin Contributions
    0

    Default Re: "Back to Shopping" always goes back to homepage

    Quote Originally Posted by kuroi View Post
    Not for me. Following those exact steps, I just got taken back to the home page, which is what I'd expect.
    I just re-did it again and still giving me error. I even hit f5/refresh for each page.

    Could it be my browser? I am using I.E.7.
    [FONT="Tahoma"]kburner[/FONT]
    Burner Christian Bookstore
    www.burnerbooks.com

  6. #26
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,655
    Plugin Contributions
    25

    Default Re: "Back to Shopping" always goes back to homepage

    Ah yes, I am getting it now.

    However, when I look at the link being generated for that button, it's pointing to the "page not found" page. So this is a problem specific to changes that have been to your site, either by you, or by mods that you have added.

    If you've not been making any changes yourself, what mods are you using? and where did you templates come from (as it seems to be specific to that)?
    See and test drive Zen Cart's free templates at zencarttemplates.info

    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  7. #27
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    691
    Plugin Contributions
    0

    Default Re: "Back to Shopping" always goes back to homepage

    Quote Originally Posted by kuroi View Post
    Ah yes, I am getting it now.

    However, when I look at the link being generated for that button, it's pointing to the "page not found" page. So this is a problem specific to changes that have been to your site, either by you, or by mods that you have added.

    If you've not been making any changes yourself, what mods are you using? and where did you templates come from (as it seems to be specific to that)?
    I just had CEON load the product type book module for me.

    I wonder if it has anything to do it.
    [FONT="Tahoma"]kburner[/FONT]
    Burner Christian Bookstore
    www.burnerbooks.com

  8. #28
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    691
    Plugin Contributions
    0

    Default Re: "Back to Shopping" always goes back to homepage

    Quote Originally Posted by possum View Post
    I've found an answer to this problem.

    I updated line 982 of /includes/functions/functions_general.php which read

    Code:
     if (sizeof($_SESSION['navigation']->path)-2 > 0) {
    to

    Code:
     if (sizeof($_SESSION['navigation']->path)-1 > 0) {
    Now I'm returning to the product list from the checkout when I go directly there from the product list page (without going to product info). I haven't found anything that this breaks yet. I'll update this post if I do.

    Cheers,

    Possum
    I tried this and still does not take me back. Only takes me to page not found.
    [FONT="Tahoma"]kburner[/FONT]
    Burner Christian Bookstore
    www.burnerbooks.com

  9. #29
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    691
    Plugin Contributions
    0

    Default Re: "Back to Shopping" always goes back to homepage

    My includes/template/template name/templates/tpl_shopping_cart_default.php looks like this.

    PHP Code:
    <!--bof shopping cart buttons-->
    <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>
    <?php
    // show update cart button
      
    if (SHOW_SHOPPING_CART_UPDATE == or SHOW_SHOPPING_CART_UPDATE == 3) {
    ?>
    <div class="buttonRow back"><?php echo zen_image_submit(ICON_IMAGE_UPDATEICON_UPDATE_ALT); ?></div>
    <?php
      
    } else { // don't show update button below cart
    ?>
    <?php
      
    // show update button
    ?>
    <!--eof shopping cart buttons-->
    [FONT="Tahoma"]kburner[/FONT]
    Burner Christian Bookstore
    www.burnerbooks.com

  10. #30
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    691
    Plugin Contributions
    0

    Default Re: "Back to Shopping" always goes back to homepage

    I am still stuck on this one!

    Can someone tell me how to get where the link to the button is located - maybe I can figure it out that way. At this point, the button links to http://www.burnerbooks.com/index.php...page_not_found instead of main page.

    Shopping cart page
    http://www.burnerbooks.com/index.php...=shopping_cart

    Thanks, Kim
    [FONT="Tahoma"]kburner[/FONT]
    Burner Christian Bookstore
    www.burnerbooks.com

 

 
Page 3 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. Issue with back button not returning
    By rwoody in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 8 Aug 2008, 12:33 AM
  2. Back button that does not take you back
    By Woodymon in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 12 Aug 2007, 04:12 AM
  3. A little help with a back button needed
    By red8ii8 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 13 Jun 2007, 07:24 PM

Bookmarks

Posting Permissions

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