- This topic has 3 replies, 3 voices, and was last updated 13 years, 7 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 › WP eStore Tweaks › Shopping cart has one product by default (How to add an item via a text link)
Tagged: default value, shopping cart
How do I make my shopping cart contain specific product by default, or at least move add to cart button to home page, so when they click “call to action” they arrive on ordering page with the product already in it. http://propanenow.com/
You can specify the order page URL in the WP eStore->Settings->Checkout Page
field and check the Automatic redirection to checkout
option. Now when anyone clicks the add to cart button on your home page he will be redirected to the order page with the product added in the cart.
You can use a link to add a product to the shopping cart. For example: the following will add product 1 to the shopping cart:
http://www.example.com/?wp_eStore_add_to_cart=1
In your case you can link your “Order Here….” image to the following URL:
http://propanenow.com/order-now/?wp_eStore_add_to_cart=1
Replace 1 with the actual product ID.
Now, when a visitor click on the “Order Here” image he will go to the “Order-now” page and the item will also be in the cart.
You will need to use the extra eStore shortcodes plugin to get this option. You can find the plugin here:
http://www.tipsandtricks-hq.com/ecommerce/wp-estore-shortcodes-and-functions-reference-460
AMAZING. It works http://propanenow.com/order-now/?wp_eStore_add_to_cart=1
Thanks for the support and excellent plugin!!!