alışveriş sepeti site ile ilgili

0 Cevap php

hi guys problem with basket. can any one tell me the source code for add the cart with basket item. i have a three additional product named royal, splroyal, postal which has a amount value 22$ 45 $ 90$. these all are stored in radio button. first off in the php how do i call the radio function also wanna to know about the jquery code for this here there is no need for store the db.give me some ideas or post some code.

teşekkürler

form method="post" form name="make_payment_frm" action="module/make-payment-module.php" onsubmit="return show_make_payment_validation();" 

input name="rmr"  type="radio" value="30" onclick="get_radio_value()"/royal
input name="rmr"  type="radio" value="52" onclick="get_radio_value()"/splroyal
input name="rmr"  type="radio" value="37" onclick="get_radio_value()"/postal

0 Cevap