tim_ver Posted September 1, 2006 Posted September 1, 2006 I have installed the Wish list 2.0 mod and it went well I click the button and it says no items in wish list wich is fine but How do users add items to their wish list?? I see no buttons that let the user add items to their wish list. Arghhh What am I missing here and where is this feature at so I can double check to make sure I have it right. Thanks Much Quote
tim_ver Posted September 1, 2006 Author Posted September 1, 2006 This is the code I have in catalog/product_info.php Lines 373-379: <tr> <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> <td class="main"><?php echo '<a href="' . tep_href_link(FILENAME_PRODUCT_REVIEWS, tep_get_all_get_params()) . '">' . tep_image_button('button_reviews.gif', IMAGE_BUTTON_REVIEWS) . '</a>'; ?></td> <td align="center"><?php echo tep_image_submit('button_wishlist.gif', 'Add to Wishlist', 'name="wishlist" value="wishlist"'); ?></td> <td class="main" align="right"><?php echo tep_draw_hidden_field('products_id', $product_info['products_id']) . tep_image_submit('button_in_cart.gif', IMAGE_BUTTON_IN_CART); ?></td> <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> </tr> I am not seeing any button to add an item. I have it uploaded and code is there what am I missing here? Thanks Quote
tim_ver Posted September 3, 2006 Author Posted September 3, 2006 Anyone please help me ou on this. I need this to work and not sure why it is not. :( The other two above work fine so not sure why the image for wish list does not show up. Thanks much 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.