Paypal Shipping issue with multiple items and a base price -


i have 2 items sale. have shipping base price of $7.50 , $2.00/per additional item

i have set advanced code

shipping=$7.50 shipping2=$2.00

everything works fine, except when different item added cart, cart charges base price ($7.50) again or twice

i know common issue , guess im trying say, im trying entire cart , not each item charge base price ($7.50) , $2.00 per additional item.

all products same size , weight

any appreciated

what want set following variables.

shipping=0.00
shipping2=2.00
handling_cart=7.50

this give effect wanting. if buyer adds 1 item cart, total shipping show 7.50, 2 items show 9.50, 3 items show 11.50 , on.

you need include 3 variables in of buttons.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -