Integrate Paypal inside TDO
-
Hi all, I wonder how I can integrate the paypal form inside the TDO mini form plugin.
I try to insert the form like this in “tdomf-form-post.php” but without any success…
I start at the line 106 :
} else { ?> <h2>Payer votre annonce</h2> <form name="paypal_form" id="publish_form" action="https://www.paypal.com/fr/cgi-bin/webscr" method="post" > <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="business" value="[email protected]"> <input type="hidden" name="item_name" value="Annonce {$job.id} sur 2803 job board"> <input type="hidden" name="currency_code" value="EUR"> <input type="hidden" name="amount" value="1"> <input type="hidden" name="no_shipping" value="1"> <input type="hidden" name="return" value="/"> <input type="image" src="https://www.paypal.com/fr_FR/i/btn/x-click-but01.gif" name="submit" alt="Effectuez vos paiements via PayPal : une solution rapide, gratuite et sécurisée"> </form> <?php } // If retVal is a string, something went wrong! } else {
Thanks for your help!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Integrate Paypal inside TDO’ is closed to new replies.