Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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

Posted

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...

Posted

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>

Posted (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 by Tilapia Film

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...