Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › Subscription product not showing price?
- This topic has 3 replies, 2 voices, and was last updated 13 years, 8 months ago by wpCommerce.
-
AuthorPosts
-
March 8, 2011 at 5:02 pm #2889DMartinMember
http://www.studythebiblenow.com/join/
I am integrating emember and estore and have a subscription based membership. Initially I put cost/payment info only in the subscribe area of the estore product set up but the item showed a price of 0.00 if I did this. Can I clarify, do I put a price in the regular price section of product set up AND the subscrition area when setting up a subscription based product?
Also on the same page I would like the Free membership option to be displayed in the same way as the other two options. Can I create a product in estore that has no price (would it still call on Paypal if the button is clicked?). At the moment I have just a button for the free level of membership leading to the registration page. I would like to display it in the same way as the other two levels (fancy 2 I think), with the button obviously pointing to the reg page. Is this possible? If so How?
By the way, your plugns and your support and service rocks!!!!
March 8, 2011 at 10:32 pm #29946wpCommerceModeratorFor subscription type product you don’t need to put the price in the regular price section.
PayPal doesn’t accept $0.00 transaction. So you won’t be able to checkout with PayPal for that product. But here is what you can do:
1. Create a product in eStore (e.g free membership)
2. Specify a price of 0.00
3 specify a URL in the “Button Image URL” field (e.g Join Now for free )
4. Specify the URL of your registration page in the “Button Link” field
5. Use the following fancy 2 shortcode:
[wp_eStore_fancy2 id=ID]
where ID is your product IDNow once anyone clicks on the “Join Now for free” button he will be redirected to the registration page.
March 9, 2011 at 10:19 am #29947DMartinMemberOn the paid subscription the fancy2 box shows a price of 0.00 if I do not put a price in the regular price section. Obviously I want a price to show, but if I just fill in the subscription section alone as I said, it shows 0.00?
If I put $40 in the regular price section aswell as fill our subscription details the price of $40 shows as part of product description display which is what I would like. Will this cauise problems with check out and payment?
Thanks for the info on the free level by the way, thanks
March 9, 2011 at 10:51 pm #29948wpCommerceModeratorYou can keep the price of $40 in the regular price section for display. The plugin will ignore the regular price section anyway while submitting product information to PayPal (as this is a subscription type product). But don’t use the above shortcode
[wp_eStore_fancy2 id=ID]
as by default it is for “Add to Cart” type button. You can use the following shortcode instead:[wp_eStore_fancy_display id=ID type=3 style=2]
where ID= your product id, type (Subscription type button), style=2 (fancy 2 display).
You will need to have the extra eStore shortcode plugin for this shortcode to work. You can find all the shortcodes and the plugin here:
http://www.tipsandtricks-hq.com/ecommerce/wp-estore-shortcodes-and-functions-reference-460
-
AuthorPosts
- You must be logged in to reply to this topic.