Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

I have searched high and low for the answer on this....maybe someone can help. (great contribution btw!!!)

 

I need to add the Wishlist link to the top of the page, next to My account using STS. I added the code as instructed in the help files to sts_user_code.php and then added the file $wishlist to the template. It does not work. Anyone know what I could be missing?

 

Here is what it is calling:

 

<a href="<?php echo tep_href_link(FILENAME_WISHLIST); ?>"><?php echo BOX_HEADING_CUSTOMER_WISHLIST; ?></a>

 

so in sts_user_code.php I added:

 

$sts->template[wishlist]=tep_href_link(FILENAME_WISHLIST);

 

Is this correct? Is this the only file that needs to be edited?

 

When I add it and then call $wishlist, it changes in the template displayed in the store from $wishlist to http://mystore.com/wishlist.php, non-clickable text.

 

Thanks!!

 

Carrie

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