- This topic has 3 replies, 3 voices, and was last updated 11 years 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 › Need "Add to cart" URL when shortcodes do not work
I need an “Add to Cart” URL for thumbnail images which, when clicked, performs the same function as the shortcode:
[wp_eStore_add_to_cart id=11]
Shortcodes do not work everywhere in WordPress such as in image captions, etc. I do not wish to align buttons with the thumbnails as this seems to require more work and skill than I’m up for. It would be better if clicking on the the thumbnail image added the product to the cart.
Thanks!
The following post will explain how you can use a link as your add to cart button:
Hmmmm. I tried this before and it doesn’t work. I get an error message that says the URL can’t be found. I’m using this string:
[http://www.c4d3dmodels.com/checkout/?wp_eStore_add_to_cart=20]
Hi, it’s because [http://c4d3dmodels.com/checkout/] is not a valid URL (that checkout page doesn’t exist so it gives a 404 error). Try using the URL like the following:
[http://c4d3dmodels.com/?wp_eStore_add_to_cart=20]