View Cart Button Question

shjenk1
New Community Member

I have placed a "view cart" button on my website; however, when it is clicked on, it sends me to a generic "my business" cart which is not associated with my actual business. Can someone tell me what line in the html code I need to change to make the button point to my actual shopping cart instead of this generic one?

Login to Me Too
4 REPLIES 4

snowshoe
Frequent Advisor
Frequent Advisor

Sorry, not exactly sure of what you're asking.

 

<input type="hidden" name="business" value="your email address">

The line of code above is the how the view cart button code knows which paypal account to go to.  You can either have your PayPal Account email address or PayPal Business ID, the business ID contains something like 12 to 14 characters.

 

My question is what do you mean by generic "my business" cart and your actual business cart.  Are you creating your own item button code using the online button creator or are you using a 3rd party shopping cart?

Login to Me Too

shjenk1
New Community Member

It specifically says "my business" on the top instead of Crafty Mama, which my "add to cart" button directs to. I had to copy and paste the code that I found on this site because I couldn't find a button creator that would make a "view cart" button, only an "add to cart button". Does this make sense?

Login to Me Too

shjenk1
New Community Member

Thank you, that worked!

Login to Me Too

snowshoe
Frequent Advisor
Frequent Advisor

Don't forget to mark your post as resolved if you have the code working.  Best.

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.