name of the shopping cart table in zencart database - zen-cart

I would like to know the name of the table in which the product name and other sopping cart details like quantity etc are saved in zen cart before the payment is completed.
Once I add an item to my cart and logged out and again logged in and add another item then I can see both if these item in my cart. So I think the data is saves in database. I would like to know whats its table name.

it's zen_customers_basket. Shopping cart data are in session untill you login, once you login all shopping cart data copy to zen_customers_basket table. If you logout without placing an order then those product automatically add on your shopping cart when you login back.

Related

how to process one or more items in PayPal shopping cart

I would like some recommendations about open source or other solutions for processing one or more items collected using PayPal's shopping cart button. Thanks.
At this point, I am researching, looking for possible solutions.
Logically, PayPal's "add to cart" and "view cart" buttons suggests I will be sending an array and they will be returning verifications for that array. If that is true, I can use Javascript to generate a page with the appropriate images and links to access the purchased items. I will focus on PayPal's articles about the shopping cart data.
Almost any ecommerce shopping cart ever made is compatible with PayPal Checkout, so you can essentially use anything that suits your other needs.
Start with searching the web or PayPal's Partner Directory

Paypal shopping cart contents not showing on Transaction details page since Paypal site upgrade

PayPal made some changes to their site this week and since then the contents of the shopping cart are no longer showing on the Transaction details page, nor in the csv activity download. This issue applies to older transactions too - ones that were working before the site changes.
For info, the shopping cart details do still appear on the confirmation email sent by Paypal.
Does anyone know what might be causing this?

Can I make "go to cart" not bring up a cart, until user hits "view cart"?

I'm using paypal cart itself, not outside party's. I have buttons working to put things into the cart. When pressed, the cart comes up in a new tab. (I set it to _blank for new tab instead of _self.) However, I don't want the cart to come up at all when they press "add to cart" button. I want them to stay on the page and add everything before going to the cart.
Any way to do this?
Thanks!!
PayPal's Website Payments Shopping Cart is designed to work one way. You add an item to the cart, the shopping cart screen is displayed, from there, you either continue shopping by returning to the web site or checkout. This behavior is by design and there are no features or options to change it. Depending your web browser, the shopping cart will open in the same window or a second window. There are tricks to change how it opens but you cannot stop it from opening each time.
If you go with a 3rd party shopping cart, most have their own built in features to control the cart behavior and you only see the PayPal Screens for the final check out. Also, note, most mini-carts are also designed to work that way.
More details, please refer solution as below link.
https://www.paypal-community.com/t5/How-to-use-PayPal-Archive/Add-to-Cart-button-without-automatically-opening-the-shopping/td-p/33300

Paypal continue shopping button on Cart Page

I have set up a simple web page with numerous add to cart buttons (all created in Paypal).
When you click the add to cart button you are directed to the Paypal cart. You can either check out or continue shopping which is fine.
Is there anyway to rename the 'continue shopping' button to something else. Continue shopping does not really fit with what my website is. I would like for it to be renamed 'Add another service'.
Alternatively is there a way to add the product to the cart without displaying the cart itself each time and then the user can continue to add products from the page they were on. Once completed they can click the view cart button and review the cart then.
Any help you be appreciated,
Graham

Paypal Standard Payment Method - Shopping Cart

Sorry I am new. I was trying Paypal Shopping Cart function and i realize that in paypal sandbox cart it allows users to edit the quantity. How do i go about keeping track of these quantity, lets say in my website they keyed 2 for quantity but in the paypal shopping cart they changed it to 1.
Does it mean that it is not recommended to have own shopping cart and orders should be viewed at paypal website?
Many thanks!
Doomie
Implement cart upload. Then you can upload a list of multiple items the customer selected on your site and customers won't be able to change the quantity after reaching PayPal.