Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › eStore – Selling physical and digital product of same item
Tagged: change font, shipping variations
- This topic has 8 replies, 3 voices, and was last updated 10 years, 5 months ago by admin.
-
AuthorPosts
-
May 27, 2014 at 2:33 pm #10913jmwalker11Participant
Hello,
I want to be able to sell a downloadable MP3 and a shippable CD of the same product. I would like to do this without having to create two separate products. I would also need to be able to charge a flat rate shipping if my customer chooses to purchase the CD.
Is that possible?
Thanks!
May 28, 2014 at 1:18 am #63324IvyMemberCreating two separate estore products for this is the best way to go. Remember, you can have two add to cart buttons side by side (or below one another) on the landing page of this product.
With that said, you can use the digital variation option. This way the customer can choose if they want the digital or physical version.
For the shipping, you could use the shipping variation option:
http://www.tipsandtricks-hq.com/ecommerce/wp-estore-shipping-variation-1056
One of the options in the shipping variation could be “Digital Purchase” with no shipping cost. So customers who are buying the digital copy can select that.
May 31, 2014 at 7:44 pm #63325jmwalker11ParticipantIs there anyway on I can use a fancy display setting for a list of products but require them to click the product to purchase it so they are redirected to the product page and can choose the digital product or the physical product.
So on this page: [http://66.147.244.61/~raphajou/resources/fireside-chats/] can I get rid of the add to cart and price section?
May 31, 2014 at 11:58 pm #63326adminKeymasterYes, you can do that.
Grab the custom CSS plugin:
http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
Add the following custom CSS in that plugin to hide the footer area of that fancy 2 display:
.eStore-product-fancy2-footer{
display: none !important;
}June 1, 2014 at 12:02 am #63327adminKeymasterAlternatively, you could create 2 estore products for this. Use one on your listing page and the other one on your main landing page.
You can then use the “Button Redirect Target URL” feature on the estore product that you will be using on the listing page. That features make the purchase button work like a “redirect to a page” (you specify the redirection URL in the configuration).
June 11, 2014 at 4:27 pm #63328jmwalker11ParticipantSo is there anyway to remove the footer for only these products on this page. I also have books listed on another page and I would like to keep the price and add to cart button for those.
June 11, 2014 at 11:11 pm #63329adminKeymasterAn easier solution is to use two different display templates. So on your other pages use a different product display template if you can. Let me know if that is okay with you.
June 19, 2014 at 1:43 pm #63330jmwalker11ParticipantOk, I will use Fancy 1 for the products where I don’t want to show the price or add to cart. What is the CSS code I would use to remove that from the Fancy 1 display? I have tried a variety of things but it isn’t working.
Thanks!
June 19, 2014 at 11:18 pm #63331adminKeymasterCreate a test page and put the fancy1 display on that page. Share the link of that page so I can inspect and tell you what CSS tweak to do.
-
AuthorPosts
- You must be logged in to reply to this topic.