- This topic has 6 replies, 5 voices, and was last updated 11 years, 8 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore – Product Links in Cart
Tagged: links in cart, Product Links in Cart
Hi! I tried searching in the forum but couldn’t find an answer to this.
Is there a way to remove the link from the product name when a product is in the cart? I don’t have individual product pages set up so right now they are just linking back to the shoppe main page and it’s a bit weird. Also, is there a way for Lightbox to expand the cart thumbnail image as well?
Please open the “eStore_cart.php” and search for the line-
<a href='".$item['cartLink']."'>".$item['name']."</a>
Once you find it you can replace it by the following –
".$item['name']."
It’s not possible to expand the cart thumbnail image for Lightbox.
Related to this, if I want the customer to click that link and have it take them to the “Product Page URL” that is entered in the admin page, how do I do this? Right now it returns to the whatever page they were on when they clicked the “add to cart” button, and if that was on the search page then it just takes them to an empty search page. Thanks!
I am changing this functionality in the plugin so if you specify the “Product Page URL” of a product then it will use that link in the shopping cart for that product. I will have this done by tomorrow.
Awesome, thank you so much!
When I click the item link in the shopping cart it goes to wp_eStore_addedit and not the page of the product url, [http://usajerkytreats.com/about-our-treats/].
The link works correctly in the product name but not in the shopping cart
Edit the product in question and check the value you have in the “Product Page URL” field. If you specify a value there then the items in the shopping cart will link to that URL.