Post any Simple shopping Cart General Issues here
Simple shopping Cart General Issues
(41 posts) (10 voices)-
Posted 2 years ago #
-
I have an issue with the shipping feature of this plugin. I am attempting to use it to sell a book but when the quantity changes the base shipping stays the same.I'd like to know if there is a way to have the shipping recalculate when the quantity is more than one. I'd like to charge $4.99 for 1 book and an additional $1.50 a book if at all possible otherwise I can remove the quantity box.
Posted 2 years ago # -
@deadlydecibel, use $3.49 as your base shipping cost and $1.50 as the items shipping cost.
So now when someone orders one item it will be $1.50+$3.49 = $4.99
but when they order 2 it will be 2*$1.5 + $3.49 = $6.49
You can see that this way every additional item is charged $1.5 extra.
Posted 2 years ago # -
First off..nice plug-in. I am new to WordPress and this has been very helpful. I want to point out however that the plug in seems to use hidden fields for the post backs. This turns out to be very easy to edit at the client side (say with IE developer toolbar). I can simply go in and change the value say from $50.00 to $1.00 and then "add to cart" and the cost posts as that. This can of course be "caught" when the actual receipt from paypal comes through, but then you would have to deal with someone saying: "But paypal only charged me $1.00.." I just wanted to point this out. I was wondering how the eshop plugin handles that?
Posted 2 years ago # -
@Jearnshaw, Variable injection is an old technique that doesn't really work anymore (at least with people with a little bit of ecommerce clue). As you already mentioned, all you have to do is check the price paid on the PayPal receipt. You can just refund their money and also inform paypal that they have been trying to scam you and I am sure PayPal will take action against users who try sneaky tricks.
The WP eStore handles this in a much better way though. The later version of eStore doesn't use hidden fields. You can check it out from the following demo page:
http://www.tipsandtricks-hq.com/ecommerce/wordpress-estore-plugin-demo-175
The eStore also has post payment checks against variable injection. eStore checks the price on the product database (that you configured) against the price paid in PayPal before it gives the digital product to the customer. The following URL explains the post payment verification that goes on after a payment before the digital product is given to the customer:
http://www.tipsandtricks-hq.com/ecommerce/wordpress-ecommerce-knowledgebase-523
Posted 2 years ago # -
Awesome thank you. I hope this will be my last stupid question but I entered in the base shipping cost in the Cart Options but I can't seem to find the "item shipping cost" that you mentioned.Thanks again so much for the help.
Posted 2 years ago # -
Cool, thank for the info. $25.00 sounds very reasonable for what looks to be a nice product. I will probably go with that. Thanks again for your time.
Posted 2 years ago # -
Is there an individual shipping cost trigger?
Posted 2 years ago # -
disregard I found the trigger with the individual shipping cost. Thanks again.
Posted 2 years ago # -
@deadlydecibel:
I am trying to figure out what the individual shipping cost trigger is as well. Please advise if you have resolved this issue. Thank you!Posted 2 years ago #
Reply »
You must log in to post.