Tilapia Film Posted December 5, 2007 Posted December 5, 2007 After you add something to your shopping cart, you are in the shopping cart and then there is a CONTINUE SHOPPING button. Rather than go back to prior product you were on, I would like to send the customer back to the opening page. How do I define this? I am assuming I need to define FILENAME_DEFAULT somewhere, but where? THANKS!! jeff Quote
Tilapia Film Posted December 5, 2007 Author Posted December 5, 2007 ok yeah I just found it in filenames.php.... and it is defined correctly.... but still my shopping cart routes to a link and back to the product..... hmmmm willl keep looking , but if you have any suggestions... Quote
Tilapia Film Posted December 5, 2007 Author Posted December 5, 2007 Yeah I assume in catalog/shopping_cart.php I have this code: <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> <td align="right" class="main"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image_button('button_continue.gif', IMAGE_BUTTON_CONTINUE) . '</a>'; ?></td> <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> Quote
Tilapia Film Posted December 5, 2007 Author Posted December 5, 2007 (edited) Sorry for talking to myself so much here. So yeah I assume in catalog/shopping_cart.php I have this code: <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> <td align="right" class="main"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image_button('button_continue.gif', IMAGE_BUTTON_CONTINUE) . '</a>'; ?></td> <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> So I assume this is suppose to define where it returns after you hit the CONTINUE SHOPPING button... but it still continues to return to the prior product, even though FILE_DEFAULT is defined as index.php Please let me know if you have any ideas. Thanks!! Edited December 5, 2007 by Tilapia Film Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.