Forum Replies Created
-
AuthorPosts
-
BabyWeightTVMember
Maybe I have the squeeze form confused with something else, but I uploaded a fresh copy of the plugin and have no duplicates. I was able to remove what I was after in the eStore_shipping_details_view.php file at the bottom of function show_shipping_details_form_new()
It was requiring shipping info for a digital download product. Is there a better (i.e. upgrade-safe) way to disable this?
Thanks!
February 7, 2013 at 1:28 am in reply to: Allow payment with a different paypal email than the registered email #42194BabyWeightTVMemberOkay, I think I figured it out (my setup was slightly wrong).
we’re doing a work-around to be able to offer a coupon code for a “first month free” of a recurring subscription.
the main problem is that you can’t handle subscriptions through the shopping cart, so you can’t apply a discount code.
So bascially we’re creating a product that is a normal monthly subscription. This is displayed on the front-end of the site. Then we’re creating a second product that is the same monthly subscription, but with a 1 month free trial. This one is not displayed anywhere on the site. Then we’re creating a 3rd product that is a digital download with the url being the direct subscription link to the subscription with a free trial ( example.com/?wp_eStore_subscribe=1 via the extended shortcode plugin ). This way, they can add the “download” product, use a coupon code, which gives it to them free, goes through the manual checkout process, then on the thank you page, they are given the link to the subscription with a free trial, thus giving them a free month on their subscription via a coupon code.
The issue was that the “pay per view content” was checked on the digital download product. So, it wasn’t passing a member id to paypal, so it was creating a new member account if the paypal address was not the same as the emember account. Disabling the pay-per-view content option solved the problem.
February 6, 2013 at 11:26 pm in reply to: Allow payment with a different paypal email than the registered email #42192BabyWeightTVMemberHi,
I’m running the latest version of estore and emember plugins at the moment, and I just tested this process, and instead of upgrading the membership of the user that was logged in, it created a new account for a user with the paypal address.
Is there any way to resolve this issue? it is quite confusing for end-users.
Thanks
-
AuthorPosts