Hi Jake,

I'm afraid not. This is on an admin only template on the live client
CMS since it's using a copy of live data. I could job up a test page
elsewhere but the relevant bit of the html is posted below.

Cheers

Greg

<form id='paypal_form_19_add_to_cart_button' method="post"
action="https://www.paypal.com/cgi-bin/webscr";  >
<div>
<input type="hidden" name="cmd" value="_cart" />
<input type="hidden" name="add" value="1" />
<input type="hidden" name="business" value="[EMAIL PROTECTED]" />
<input type="hidden" name="return" value="http://domain.com/url/"; />
<input type="hidden" name="cancel_return" value="http://domain.com/
url/" />
<input type="hidden" name="item_name" value="Product name and
details" />
<input type="hidden" name="item_number" value="19" />
<input type="hidden" name="quantity" value="1" />
<input type="hidden" name="amount" value="15.00" />
<input type="hidden" name="tax" value="0" />
<input type="hidden" name="lc" value="US" />
<input type="hidden" name="currency_code" value="GBP" />
<input type="hidden" name="custom" value="1" />
</div>

<input type="submit" name="submit" value="&pound;15.00 Add to Basket"
class="paypal_button" />
</form>

Reply via email to