Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › Listing more than one version of a product
- This topic has 9 replies, 5 voices, and was last updated 7 years, 11 months ago by
tiamegZ.
-
AuthorPosts
-
April 8, 2013 at 10:46 pm #8901
Montanayank
MemberI want to list both a digital and a non-digital version of a book, with a different price for each and no shipping charges for the digital product.
April 8, 2013 at 11:33 pm #54966wzp
ModeratorUse the variation control.
July 7, 2017 at 2:56 am #54967origamicrow
MemberI need this same issue, I understand to use the variations but i do not know how to code it so that the digital issue sells for a cheaper amount and doesn’t need shipping and the printed copy has shipping and is only available in the us…
July 7, 2017 at 7:00 am #54968admin
KeymasterIn your case, it is probably better if you create two separate eStore products for it. Have one eStore product for the physical one and another one for the digital one. Then put both the eStore products on the landing page. The customer can buy the one they want and get charged accordingly.
July 7, 2017 at 1:32 pm #54969origamicrow
Memberis there a way to make them look like they are on the same product? like have the description and photo from 1 product but 2 different pay here buttons? rather than having totally separate products where im sure customers will get confused.
July 7, 2017 at 11:23 pm #54970wzp
ModeratorYou’d have to create a customized (by hand, not shortcode) product description; that includes just the 2 buttons.
July 7, 2017 at 11:27 pm #54971admin
KeymasterYou will be using a heading that says something like “Buy the digital version” and the other one will say “Buy the physical version” so that should be very obvious.
Alternatively, just use the following feature of eStore to show the different bits and pieces of the product using shortcodes on your landing page:
Dynamically Create Custom Product Displays Using Product Detail Shortcodes
Don’t use fancy template. In your WordPress page editor, you can put any details of the product. Then use the add to cart or buy now button shortcode which puts just the button (without any details).
Below is an example of how your “Call to Action” section of the landing page may look like:
[wp_eStore_product_details id=1 info=”name”]
[wp_eStore_product_details id=1 info=”description”]
Buy The Physical Version:
[wp_eStore_add_to_cart id=1]
Buy The Digital Version:
[wp_eStore_add_to_cart id=2]
October 20, 2017 at 11:40 pm #54972tiamegZ
MemberI have all my products on a shop page – but each product has a physical and emailed version.
I would like to display two different buttons per product charging different amounts.
At the moment, I’ve been adding products via the add/edit products option and can’t see how I can add two buttons this way?
How would I show two different prices under the product, on my shop page if at all possible please? Thanks
October 21, 2017 at 3:27 am #54973wzp
ModeratorYou can use variations. One variation for the physical version, and one variation for the Emailed version. For each product, there would be a dropdown and a button.
Under the section “Variation Control With Different Prices,” you will notice in the demo examples, the total price changes each time a dropdown selection is made.
October 22, 2017 at 2:19 pm #54974tiamegZ
MemberThanks, that worked well!
-
AuthorPosts
- You must be logged in to reply to this topic.