Forum Replies Created
-
AuthorPosts
-
February 27, 2013 at 8:14 pm in reply to: eStore – Paypal Shipping profile no longer triggering after upgrade #54068bethalexSpectator
Is there no way to show the PayPal shipping options to my customers? I’ve checked all my settings in PayPal and my customers are not being shown the shipping options when they checkout through PayPal.
February 27, 2013 at 4:41 am in reply to: eStore – Paypal Shipping profile no longer triggering after upgrade #54067bethalexSpectatorOK totally bizarre but it’s working again. I wonder if PayPal was tweaking something on their end. However, I have economy and priority shipping methods set in my paypal shipping, but when I try a test purchase I’m now only seeing the Priority option.
February 27, 2013 at 3:29 am in reply to: eStore – Paypal Shipping profile no longer triggering after upgrade #54066bethalexSpectatorNo, and No.
Link to example product: [http://www.nemoseen.com/crisis-conduct/]
bethalexSpectatorThank you DEBUG now runs clean!
bethalexSpectatorHurray!
I think I found the solution. From PayPal’s site I found the following page about configuring shipping profiles in PP: https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_html_ProfileAndTools#id08A9EG0047X
This is the setting I changed: to YES
Use the shipping fee in the transaction instead of my claculator’s settings
Select whether the shipping rates can be overridden by individual transactions if the information is passed to PayPal with HTML variables in the transaction. Allowable values:
Yes
No
IMPORTANT: Changing the setting of a specific shipping method changes the setting for all U.S. domestic and international shipping methods that use the same currency.
Then in wp-eStore I turned off Use PayPal Profile Based Shipping in the settings panel under Payment Gateway Settings.
Then I changed this in eStore_payment_submission.php (comment out the second line): eStore_payment_submission.php:
$myPaypal->addField(‘shipping_1’, $shipping);
//$myPaypal->addField(‘handling_cart’, $shipping);
I put 0.001 in the shipping field of the member button product settings page
Some further testing to be done but looking good.
bethalexSpectatorThank you! Trying to meet a deadline for a launch on 12/20.
bethalexSpectatorI’m using an add to cart button.
I did try setting this in eStore_payment_submission.php: (but that didn’t work for me either.
$myPaypal->addField(‘shipping_1’, $shipping);
//$myPaypal->addField(‘handling_cart’, $shipping);
bethalexSpectatorI had already tried Option 1. It does not override the PayPal shipping cost profile. I’ll have to see if I can make Option 2 work for us.
bethalexSpectatorI cleaned up wp-affiliate-platform/affiliates/lang/eng.php so that plugin is no longer throwing errors. Now I just have these from eMember:
Notice: registration.php is deprecated since version 3.1 with no alternative available. This file no longer needs to be included. in /home2/stephaz0/public_html/nemoseen/wp-includes/functions.php on line 3500
Notice: Undefined index: HTTPS in /home2/stephaz0/public_html/nemoseen/wp-content/plugins/wp-eMember/wp_eMember1.php on line 15
Notice: Constant EMEMBER_PASSWORD already defined in /home2/stephaz0/public_html/nemoseen/wp-content/plugins/wp-eMember/lang/eng.php on line 59
Notice: Undefined variable: id in /home2/stephaz0/public_html/nemoseen/wp-content/plugins/wp-eMember/wp_eMember1.php on line 283
Notice: Undefined index: event in /home2/stephaz0/public_html/nemoseen/wp-content/plugins/wp-eMember/wp_eMember1.php on line 887
October 25, 2011 at 11:20 pm in reply to: Assign multiple level purchases to single member login #35079bethalexSpectatorOK thanks I was hoping for a way to help members filter out the areas of the site they aren’t subscribed to.
October 25, 2011 at 1:32 am in reply to: Assign multiple level purchases to single member login #35077bethalexSpectatorIf a member has purchased multiple membership levels will they see all their levels when they login. So in the scenario keane mentions, will they have a central point where they can see the links to all the videos they purchased?
-
AuthorPosts