ödeme için online alışveriş sepeti

0 Cevap php

hi i want to know about the addcart shopping. im doing the payment process named TRER. i have a problem with clicking button.i setup every code is correct eventhough i could not see any change. i mentioned my product in radio button, i have a 5 radio buttons which has different amount like 20$ 40$ 58.99$ 70$ and 100$. this is the value of 5 radio button. if i clicks the 2 nd button that amount should add to shopping cart.

ben bu ile biraz karışıklık var. i radyo düğmesini eylemi bilmek istiyorum.

<input name="rmr"  type="radio" value="20"    onclick="add_payment_value()" />
<input name="rmr"  type="radio" value="40"    onclick="add_payment_value()" />
<input name="rmr"  type="radio" value="58.99" onclick="add_payment_value()" />
<input name="rmr"  type="radio" value="70"    onclick="add_payment_value()" />
<input name="rmr"  type="radio" value="100"   onclick="add_payment_value()" />

i ajax işlevini bilmek istiyorum. i togather Jquery ve ajax kullanmak gerekir.

olabilir adamlar herhangi bir yazı, bazı kodu başka bir fikir.

Mutlu bir NewYear dileğiyle

peşin mariya teşekkürler

0 Cevap