|
Rank: Starting Member
Groups: Registered
Joined: 12/11/2002 Posts: 1 Location: ,
|
I have 3 items, A, B, C.
I want to charge 7.50 shipping for the first item and 1.00 for each additional item ordered for item A.
I want to charge 6.50 for the first item and 1.00 for each additional item ordered for item B.
And I want to charge 5.50 for the first item ordered and 1.00 for each additional item ordered for item C.
Can I override the shipping profile and use the variables "shipping" & "shipping2" in the same manner as if using the button wizard to create single items for purchase?
example:<input type="hidden" name="shipping" value="7.50">
<input type="hidden" name="shipping2" value="1.00">
If the answer to the above question is YES, do I have to specify anything other than just the shipping and shipping2 variables?
Do I put the variables directly under the "amount" variable in the HTML code?
Thanks, I know it's a basic question, but the manual isn't clear on this and I want to be sure that I have it right.
Steve Taylor
|
|
Rank: Starting Member
Groups: Registered
Joined: 9/16/2002 Posts: 2,960 Location: ,
|
Yes, to all of your questions. You may need to enable over-riding in your Profile shipping. Patrick Breitenbach PayPal, Inc. Dev Net: https://www.paypal.com/pdn
|