1

現在、次のようなフォーム要素に 1 つのペイパル ボタンを含めることができます。

<form id="pkg1" name="_xclick" action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">

                    <input type="hidden" name="cmd" value="_xclick"/>
                    <input type="hidden" name="business" value="seller_1360303883_biz@gmail.com"/>
                    <input type="hidden" name="currency_code" value="USD"/>
                    <input type="hidden" name="item_name" value="Digital Download"/>
                    <input type="hidden" name="amount" value="$<?php  echo $price1 ?>"/>
                    <input type="hidden" name="return" value="https://www.sandbox.paypal.com/cgi-bin/success.php"/>
                    <input type="hidden" name="notify_url" value="notify.php"/>
                    <input type="image" src="http://www.paypal.com/en_US/i/btn/btn_buynow_LG.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"/>

                </form>

複数のペイパルボタンを単一のフォームに配置する方法があるのだろうか?? カートに追加することについて話しているのではありません。それで、それらを単一のフォームに入れながら、個々のトランザクションを行うことができる方法はありますか?

事前にサンクス

4

0 に答える 0