view cart button?

nnllc
Contributor
Contributor

is there a way to make a view cart button?

Login to Me Too
2 REPLIES 2

skier
Advisor
Advisor

Yes, if you are using the online button creator to generate your Add to Cart item buttons, when the code is displayed to you, there is a link at the bottom of the page to generate the View Cart button code.   You can also create the code manually, below is a clear text example:

<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="image" src="https://www.paypal.com/en_US/i/btn/view_cart_02.gif" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="display" value="1">
<input type="hidden" name="business" value="youremail @ youremail.com">
</form> 

 

Regards,

 

skier

Login to Me Too

Reeflections
Contributor
Contributor

Thanks Skier!! Just what I was looking for. I knew I had seen it but couldn't find it again.

Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.