You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by BJ Freeman <bj...@free-man.net> on 2009/06/15 05:23:46 UTC

Paypal IPN and no shipping

paypalevents.java line 192
        parameters.put("no_shipping", "1");    // no shipping address
required (local shipping used)
this is for electronic, download, or free shipping.
I don't think it should be hard coded.

however for normal shipping there should be a ability to specify you
want the shipping address from paypal that is verified.
this should be something configurable through the product store.

-- 
BJ Freeman
http://www.businessesnetwork.com/automation
http://bjfreeman.elance.com
http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
Systems Integrator.


Re: Paypal IPN and no shipping

Posted by Scott Gray <sc...@hotwaxmedia.com>.
It has nothing to do with electronic, download, or free shipping.  The flag simply means that no address is being passed to PayPal, OFBiz will use whatever shipping addresses were selected during checkout.

Regards
Scott

HotWax Media
http://www.hotwaxmedia.com
801.657.2909

----- Original Message -----
From: "BJ Freeman" <bj...@free-man.net>
To: dev@ofbiz.apache.org
Sent: Monday, June 15, 2009 1:23:46 PM (GMT+1000) Auto-Detected
Subject: Paypal IPN and no shipping

paypalevents.java line 192
        parameters.put("no_shipping", "1");    // no shipping address
required (local shipping used)
this is for electronic, download, or free shipping.
I don't think it should be hard coded.

however for normal shipping there should be a ability to specify you
want the shipping address from paypal that is verified.
this should be something configurable through the product store.

-- 
BJ Freeman
http://www.businessesnetwork.com/automation
http://bjfreeman.elance.com
http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
Systems Integrator.