- This topic has 4 replies, 3 voices, and was last updated 12 years, 11 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 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 General Questions › Creating "DVD Backup" button and thumbnail adds to cart.
Hi,
I sell digital videos online and I would like the thumbnail of the product when clicked to add the product to cart and possibly take them to the cart. What would be the process of doing either of these commands. Secondly I would like for each video be presented at the cart with a check-box to have a DVD backup mailed for a predefined price that I would set.
You would use custom Add To Cart button images, and product variations.
It is for when they click on the thumbnail of the product to be taken to the cart. All I need really is how to make a link to checkout a product.
Hi,
You can use a URL with format as shown below to add a product to cart when someone clicks on it:
http://www.example.com/?wp_eStore_add_to_cart=1
YOu would put the above URL in your “Thumbnail Target URL” of your product settings and you would replace “1” with your relevant product ID.
See this post for more:
https://support.tipsandtricks-hq.com/forums/topic/calling-add-to-cart-externally
As mentioned by wzp, you can also use a custom image for your add to cart functionality too by placing a URL of any image of your choice in the “Button Image URL” field.
Alright, thank you