|
|
|
Rank: Starting Member
Groups: Registered
Joined: 2/12/2003 Posts: 3 Location: ,
|
I have the shipping table setup to use percentages. I am trying to override those charges if a customer decides to pick up their order. I have added:
<input type="hidden" name="shipping" value="0.00">
<input type="hidden" name="shipping_extra" value="0.00">
to the button created from Paypal. I have even tried using the "shipping2" option, but none seem to work.
I thought that I read there was a way to override the charges by doing this.
Help please.
|
|
|
|
|
|
|
|
|
Rank: Starting Member
Groups: Registered
Joined: 9/16/2002 Posts: 2,960 Location: ,
|
Make sure to check the box in your Profile > Shipping Calculation that allows over-riding. Patrick Breitenbach PayPal, Inc. Dev Net: https://www.paypal.com/pdn
|
|
|
|
Rank: Starting Member
Groups: Registered
Joined: 2/12/2003 Posts: 3 Location: ,
|
I have done this and it works fine, but is there a way to set the shipping and/or the shipping2 field(s) to a value, like -1 or "", that would make Paypal use the shipping chart again.
For example: use this for no shipping - <input type="hidden" name="shipping" value="0.00"> <input type="hidden" name="shipping_extra" value="0.00">
and this to start using the calc chart again - <input type="hidden" name="shipping" value=""> <input type="hidden" name="shipping_extra" value="">
|
|
|
|
Rank: Starting Member
Groups: Registered
Joined: 9/16/2002 Posts: 2,960 Location: ,
|
If you leave them out, the Shipping Calculation will be used. Patrick Breitenbach PayPal, Inc. Dev Net: https://www.paypal.com/pdn
|
|
|
|
Rank: Starting Member
Groups: Registered
Joined: 2/12/2003 Posts: 3 Location: ,
|
But then I need to create two buttons. One with the shipping fields and one without. I then need to hide and show the appropriate buttons. This makes the button look like it is moving around on the page as the person checks/unchecks the shipping option. If I could make this value negative, then I could use the same button and it would not move around. Is it posible to do this?
|
|
|
|
Rank: Starting Member
Groups: Registered
Joined: 9/16/2002 Posts: 2,960 Location: ,
|
This may work: <input type="hidden" name="shipping" value=""> Patrick Breitenbach PayPal, Inc. Dev Net: https://www.paypal.com/pdn
|
|
|
|
Rank: Starting Member
Groups: Registered
Joined: 10/17/2002 Posts: 2,139 Location: ,
|
If you use: <input type="checkbox" name="shipping" value="0.00"> and then state to check the box if you are going to pick up the item, it should over ride the profile bases shipping. Stephen Ivaskevicius PayPal/eBay, Inc. www.paypal.com/pdn
|
|
|
|
Guest
|
YAFVision Theme by Jaben Cargman (Tiny Gecko)Powered by YAF |
YAF © 2003-2009, Yet Another Forum.NETThis page was generated in 0.215 seconds.