Hello.
I'm trying to add a paypal checkout to one of my sites.
So far its working great, I can get the products in and all the required information, however when I try to change the background colour of the page to black and add the logo it doesn't work.
Code:
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" id="paypal">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="upload" value="1">
<input type="hidden" name="business" value="mypaypal@email.com">
<input type="hidden" name="item_name_1" id="item1" value="DREAM TEAM (XL)" />
<input type="hidden" name="quantity_1" id="quantity1" value="5" />
<input type="hidden" name="amount_1" id="amount1" value="65" />
<input type="hidden" name="return_url" value="http://www.aerclothing.com/shopping_cart/complete">
<input type="hidden" name="return" value="http://www.aerclothing.com/shopping_cart/complete">
<input type="hidden" name="image_url" id="image_url" value="http://www.aerclothing.com/images/pp_logo.jpg" />
<input type="hidden" name="cs" id="cs" value="1," />
<input type="hidden" name="currency_code" id="currency_code" value="AUD">
<input type="submit" value="Check Out" style="color:#000000;" />
</form>
It should add my logo with
Code:
<input type="hidden" name="image_url" id="image_url" value="http://www.aerclothing.com/images/pp_logo.jpg" />
And the background should change with the cs value.
I got the information from here;
https://www.paypal.com/cgi-bin/websc...eckout-outside
Does anyone have any ideas? If they did that would be GREAT!
(Ohh and the site is
http://www.aerclothing.com/shopping_cart/