Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Add to Wishlist button


dookie

Recommended Posts

Hi,

Just installed Wishlist 4.1 (latest from FIMBLE). Install went fine, however, I noticed that the link to "Add to Wishlist" points to "product_info.php?cPath=24_115&products_id=28&action=add_product" - which is the same as adding a product to the shopping cart.

 

Do you know the true link to add a product to the wishlist?

 

Code in question:

catalog/product_info.php

<td align="center"><?php echo tep_image_submit('button_wishlist.gif', 'Add to Wishlist', 'name="wishlist" value="wishlist"'); ?></td>

 

Many thanks!

Edited by dookie
Link to comment
Share on other sites

Hi,

Just installed Wishlist 4.1 (latest from FIMBLE). Install went fine, however, I noticed that the link to "Add to Wishlist" points to "product_info.php?cPath=24_115&products_id=28&action=add_product" - which is the same as adding a product to the shopping cart.

 

Do you know the true link to add a product to the wishlist?

 

Code in question:

catalog/product_info.php

<td align="center"><?php echo tep_image_submit('button_wishlist.gif', 'Add to Wishlist', 'name="wishlist" value="wishlist"'); ?></td>

 

Many thanks!

 

Found the fix: add a comma between name="wishlist"' and 'value="wishlist"

 

<td align="center"><?php echo tep_image_submit('button_wishlist.gif', 'Add to Wishlist', 'name="wishlist"', 'value="wishlist"'); ?></td>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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