YetAnotherForum
Welcome Guest Search | Active Topics | Log In | Register

Override shipping table Options
ff_developer
#1 Posted : Wednesday, February 12, 2003 12:48:26 PM
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.
Sponsor  
 
paypal_pb
#2 Posted : Wednesday, February 12, 2003 4:03:02 PM
Rank: Starting Member

Groups: Registered

Joined: 9/16/2002
Posts: 2,960
Location: ,
Make sure to check the box in your Profile &gt; Shipping Calculation that allows over-riding.

Patrick Breitenbach
PayPal, Inc.
Dev Net: https://www.paypal.com/pdn
ff_developer
#3 Posted : Thursday, February 13, 2003 3:20:09 PM
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 -
&lt;input type="hidden" name="shipping" value="0.00"&gt;
&lt;input type="hidden" name="shipping_extra" value="0.00"&gt;

and this to start using the calc chart again -
&lt;input type="hidden" name="shipping" value=""&gt;
&lt;input type="hidden" name="shipping_extra" value=""&gt;
paypal_pb
#4 Posted : Thursday, February 13, 2003 4:05:32 PM
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
ff_developer
#5 Posted : Wednesday, February 19, 2003 8:25:11 PM
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?
paypal_pb
#6 Posted : Wednesday, February 19, 2003 10:34:04 PM
Rank: Starting Member

Groups: Registered

Joined: 9/16/2002
Posts: 2,960
Location: ,
This may work:

&lt;input type="hidden" name="shipping" value=""&gt;

Patrick Breitenbach
PayPal, Inc.
Dev Net: https://www.paypal.com/pdn
PayPalStephen
#7 Posted : Thursday, February 20, 2003 4:20:23 PM
Rank: Starting Member

Groups: Registered

Joined: 10/17/2002
Posts: 2,139
Location: ,
If you use:
&lt;input type="checkbox" name="shipping" value="0.00"&gt;
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
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

YAFVision Theme by Jaben Cargman (Tiny Gecko)
Powered by YAF | YAF © 2003-2009, Yet Another Forum.NET
This page was generated in 0.215 seconds.