 | |  | | | Classifieds How do I...? Wondering how to do something in Classifieds? |
November 11th, 2009, 02:28 PM
|
#1 (permalink)
| | Member Verified Customer
Join Date: Jul 2003 Location: Florida
Posts: 158
| Shipping Not Changing with Quantity
As setup when I buy a quantity greater than one when more than one is available, the item price is multiplied correctly but the shipping price remains unchanged. Is there a way to have it change along with the item price?
__________________
Fred Weiss
Signs101.com
|
| |
November 11th, 2009, 03:00 PM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,788
|
try downloading the latest code and upload the buy.php file
|
| |
November 11th, 2009, 03:34 PM
|
#3 (permalink)
| | Member Verified Customer
Join Date: Jul 2003 Location: Florida
Posts: 158
|
No, it still just charges the shipping for one although I ordered three. Here's a link if you want to try it for yourself.
__________________
Fred Weiss
Signs101.com
|
| |
November 11th, 2009, 03:42 PM
|
#4 (permalink)
| | Member Verified Customer
Join Date: Jul 2003 Location: Florida
Posts: 158
|
Will there be a list of which files have changed on this latest download?
__________________
Fred Weiss
Signs101.com
|
| |
November 11th, 2009, 06:29 PM
|
#5 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,788
|
I would have to say thats impossible Fred. Nothing has changed except for that buy file
Look at this line Code: Content visible to verified customers only.
|
| |
November 11th, 2009, 06:53 PM
|
#6 (permalink)
| | Member Verified Customer
Join Date: Jul 2003 Location: Florida
Posts: 158
| Quote:
Originally Posted by Chuck S I would have to say thats impossible Fred. Nothing has changed except for that buy file
Look at this line Code: Content visible to verified customers only.
| This is the closest code to what you show that appears in buy.php downloaded today from the member area: Quote:
if ( $checkbuy > 1 ) $adamount = $price * $checkbuy;
if ( $shipping > 0 ) $adamount = $adamount + $shipping;
|
__________________
Fred Weiss
Signs101.com
|
| |
November 11th, 2009, 06:58 PM
|
#7 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,788
|
HMM Okay try downloading it again and check out that file.
|
| |
November 11th, 2009, 08:47 PM
|
#8 (permalink)
| | Member Verified Customer
Join Date: Jul 2003 Location: Florida
Posts: 158
|
It is now not multiplying anything. On an order of 3 items at $100 each and $15 each for shipping this is what I get instead of the expected $300 + $45 shipping: Quote:
The payment for this ad is $100.00.
You are buying 3 products at $100.00.
|
__________________
Fred Weiss
Signs101.com
Last edited by allcompu; November 11th, 2009 at 08:54 PM.
|
| |
November 11th, 2009, 08:58 PM
|
#9 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,788
|
what is the amount passed on to paypal I do beleive the amount passed is 345.00 right so we may just need to add a line explaining the quantity
|
| |
November 11th, 2009, 10:24 PM
|
#10 (permalink)
| | Member Verified Customer
Join Date: Jul 2003 Location: Florida
Posts: 158
|
PayPal is asking for $300.00. Quote:
Description Unit Price Quantity Amount
Corner Rounder Tool
Item # 28653dd24d0086b57e3fbd7abbc7c566
$100.00 3 $300.00
Item total: $300.00
3 Items, Total: $300.00 USD
|
__________________
Fred Weiss
Signs101.com
|
| |
November 12th, 2009, 06:18 AM
|
#11 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,788
|
when you go to pay what is the contents of the template the source of the page on our site not paypal?
Your shipping is not getting passed it looks like to paypal.
|
| |
November 12th, 2009, 10:08 AM
|
#12 (permalink)
| | Member Verified Customer
Join Date: Jul 2003 Location: Florida
Posts: 158
| Quote:
Originally Posted by Chuck S when you go to pay what is the contents of the template the source of the page on our site not paypal?
Your shipping is not getting passed it looks like to paypal. | No, it seems to only be charging the single price before submitting to PayPal. This is what it says: Quote:
The payment for this ad is $100.00.
You are buying 3 products at $100.00.
To complete your transaction and purchase this ad, you need to provide payment. Please click on the link below to process your PayPal payment.
|
__________________
Fred Weiss
Signs101.com
|
| |
November 12th, 2009, 11:59 AM
|
#13 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,788
|
You dont understand what I am saying here. Quote:
The payment for this ad is $100.00.
You are buying 3 products at $100.00.
| That is kinda correct like I said I can update the wording thats not a big deal it is telling you that its 3 products at 100 bucks a piece.
When your on that page give me the source of the page that way I can see your paypal form in the html source. I want to see if the shipping amount is there.
If it is then its paypal thats not recognizing the shipping.
|
| |
November 12th, 2009, 12:04 PM
|
#14 (permalink)
| | Member Verified Customer
Join Date: Jul 2003 Location: Florida
Posts: 158
| Here's a link to te show product page.
__________________
Fred Weiss
Signs101.com
|
| |
November 12th, 2009, 12:08 PM
|
#15 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,788
|
Interesting what type of paypal account is this? Reason I ask is we definately are passing the correct shipping amount. Its right in the page source 45 bucks. But your saying paypal says 0 for shipping? Code: Content visible to verified customers only.
|
| |
November 12th, 2009, 12:28 PM
|
#16 (permalink)
| | Member Verified Customer
Join Date: Jul 2003 Location: Florida
Posts: 158
|
It's a standard business account. It is looking for just a total figure as far as i know. The PayPal account itself is not set up to add on shipping as a separate charge. If you enter a quantity and then click on the Proceed to Payment button you will see exactly what is brought over. You can then cancel out from there.
__________________
Fred Weiss
Signs101.com
|
| |
November 12th, 2009, 12:37 PM
|
#17 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,788
|
Okay now if you elect in paypal settings to allow shipping what happens? I am just trying to understand why paypal is not letting you pass shipping
|
| |
November 12th, 2009, 01:27 PM
|
#18 (permalink)
| | Member Verified Customer
Join Date: Jul 2003 Location: Florida
Posts: 158
| Quote:
Originally Posted by Chuck S Okay now if you elect in paypal settings to allow shipping what happens? I am just trying to understand why paypal is not letting you pass shipping | I do not have any of my three PayPal accounts setup to calculate shipping for me because two of the three do not sell anything that requires shipping and the other uses Zen Cart which has it's own setup with both USPS and UPS. This particular ad is linked to the Zen Cart equipped PayPal account. So in all cases, we do not want PayPal to calculate shipping for us.
What is wanted and expected, is that if the advertiser fills in $15.00 in the shipping field, that it will be picked up and calculated into the price passed onto PayPal for straight payment. Quantity x (unit cost + shipping cost) = Price to PayPal. If I have a PayPal account and want it to calculate shipping for me, I would expect that this would be an optional setting in uploadproduct.php or buy.php and that instructions and fields would be modified to handle the difference. I would expect that if I had a site setup with PayPal doing the calculation and adding it in, then I would need to be passing along weights to PayPal and I would not be filling in anything in the shipping amount field.
But I definitely do not feel it is reasonable to expect that all advertisers with a PayPal account will want PayPal to handle their shipping calculations for them.
__________________
Fred Weiss
Signs101.com
Last edited by allcompu; November 12th, 2009 at 01:33 PM.
|
| |
November 12th, 2009, 01:39 PM
|
#19 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,788
|
well I will see what I can do I can just tell you how it works but I can see about modifying it to just pass a final price.
|
| |
November 12th, 2009, 01:43 PM
|
#20 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,788
|
You want to make sure your using the latest buy template as well because it should tell you the total shipping as well.
In buy.php find this line Code: Content visible to verified customers only.
add right above that line this Code: Content visible to verified customers only.
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 07:11 AM. | |