- This topic has 3 replies, 2 voices, and was last updated 10 years, 8 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 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 › Ajax add to cart & Nextgen Gallery AddOn
Hi,
I just purchased the estore plugin and the addon for nextgen gallery but I’m having an issue whereby the added to cart image that displays under the product is appearing for all products and not just the product that has been added.
Here is a link to the page in question:
[http://lavadesignstudio.co.uk/drafts/justinharris/weddings/wedding-1/]
Is there any easy way that I can fix this? I need it as there is no other idicator for the customer that they have successfully added something to their cart.
Thanks
You are using the 2nd integration option which uses ONE product as the template. So all the buttons on that gallery is for the same product.
I think the best thing to do is to hide that check mark. The cart is there so the user will see that the item is in the cart after they add it.
Do the following to hide that check mark.
1) Grab this custom css plugin:
2) Add the following CSS code in there:
.eStore_item_added_msg{
display: none;
}
Thanks for the reply.
I know that I can hide the check mark but I actually need an indicator for the customer.
Is there anything I can do to show the customer that they have added the product to their basket?
Add the following shortcode at the top of that page (just before the gallery shortcode):
[wp_eStore_cart_when_not_empty]
That will show the cart content as soon as a customer clicks the add to cart button. That will be a good visual indicator. Try it out and you will see how it works.
Alternatively, turn off the ajax option in eStore settings and then you won’t see this issue anymore. The 2nd NextGen gallery integration and the ajax option are not fully compatible.