Tips and Tricks HQ Support Portal › Forums › Simple PayPal Shopping Cart › Question about handling shipping costs with order through paypal
Tagged: profile base shipping, shipping
- This topic has 12 replies, 4 voices, and was last updated 14 years, 8 months ago by amin007.
-
AuthorPosts
-
January 10, 2010 at 7:49 pm #646rjd2Member
I have a question about how to handle the shipping of product. This is my desired scenario.
Say a user adds one item to their shopping cart on my page and hits the “Checkout” button, which then brings them to the paypal login page.
After they log in, is there a way to have paypal determine shipping information (total shipping cost) based on their address (zip code) and automatically add this to the total charged?
After this is done and I (the admin of website) receives an email from paypal. I should then see that they paid for product + shipping in the order.
Has anyone done this or asked this before?
Thanks!
January 10, 2010 at 9:40 pm #17146IvyMemberPaypal has its own shipping calculator that you can use. The following post will explain how to do this please read option 2:
Ivy
January 10, 2010 at 10:11 pm #17147rjd2MemberThanks for the help!
I am still having trouble though. Referring to #2 in http://www.tipsandtricks-hq.com/ecommerce/how-the-shipping-cost-calculation-works-in-wordpress-estore-50, when I goto Settings > WP Shopping Cart I don’t see the option shown in the image below for “Use Paypal Profile Based Shipping”. Am I looking in the wrong place to enable this option??
http://www.tipsandtricks-hq.com/ecommerce/wp-content/uploads/2009/05/profile-based-shipping.gif
January 10, 2010 at 11:31 pm #17148amin007ParticipantYou will have to do a manual tweak for the simple shopping cart plugin. The instruciton given above by Ivy is for the WP eStore plugin (she probably didn’t realize that you were talking about the other plugin).
Anyway, to use PayPal’s profile based shipping do the following:
Open the “wp_shopping_cart.php” file and search for the following word:
shipping_1″
once you find it then delete the whole line. save and upload and that should do it.
January 11, 2010 at 8:17 pm #17149rjd2MemberI removed this line from the wp_shopping_cart.php file and I still don’t see the option in paypal for shipping based on zip code.
$form .= “<input type=”hidden” name=”shipping_1″ value='”.$postage_cost.”‘ />”;
My question now is, from the customer’s perspective, when you sign into paypal after hitting “Checkout with paypal” and see your current billing/shipping address, is there a way (in paypal) to turn on the option for calculating shipping based on zip code?
I tried a test transaction and the shipping didn’t get added to my paypal total. This is probably a paypal question at this point. Has anyone done this before?
Thanks
January 12, 2010 at 12:31 am #17150amin007ParticipantHave you configured the shipping preferences in your PayPal profile?
January 12, 2010 at 12:55 am #17151rjd2MemberI am trying right now to configure my paypal profile (as the merchant) and am getting stuck. Are there any documents or other forum posts you could point me to where someone has done this? I didn’t see any.
Thanks
January 12, 2010 at 1:18 am #17152IvyMemberWhat part of the setup are you getting stuck at? We do not have any information on this as it is a Paypal issue but I can try to help you.
Ivy
January 12, 2010 at 1:49 am #17153rjd2MemberFrom the customer’s perspective, when you sign into paypal after hitting “Checkout with paypal” on my webpage and see your current billing/shipping address, is there a way (in paypal) to turn on the option for calculating shipping based on zip code?
I have gone through paypals merchant services quite a bit and I just dont get the option for a buyer to enter their zip code and have paypal calculate the shipping and add it to the total of the merchandise before finishing the transaction.
January 12, 2010 at 4:07 am #17154IvyMemberI believe this option is only available in the United States using the USPS shipping calculator. This is something you may want to contact Paypal about and see if there is another option or if they can help you configure the settings (if you are in the United States).
Ivy
January 12, 2010 at 4:08 am #17155amin007ParticipantFYI, This link explains all about paypal’s profile based shipping:
March 22, 2010 at 4:51 pm #17156314mediaMemberI’ve commented out the line and setup my profile.
How do I add the weight option to my shortcode?
March 23, 2010 at 7:22 am #17157amin007ParticipantThe Simple shopping cart doesn’t let you specify weight for products.
-
AuthorPosts
- You must be logged in to reply to this topic.