AbanteCart v1.4.2 is released.
Quote from: ryanVC on July 06, 2016, 06:21:37 AMhello
is there away to export my full product images thats been uploaded to the cart to a csv file , so i can have the image urls?
Quote from: Basara on February 28, 2025, 02:04:14 AMHello.Thanks for the heads-up! You're right — the customer_sessions table was missing in the database. Looks like the update process didn't complete properly. I'll recreate the table manually using the SQL from the link you provided. Appreciate the clear direction and the GitHub reference — very helpful!
It looks like your AbanteCart store is missing the customer_sessions table in the database. This likely happened because the update did not fully complete the database upgrade or failed during the process.
Please check if the table exists in your database. If it's missing, you will need to recreate it manually (with database prefix ab73_).
https://github.com/abantecart/abantecart-src/blob/master/public_html/install/abantecart_database.sql#L738 eggy car
Quote from: akhunna on July 28, 2025, 03:02:52 AMUse your browser's Developer Tools (right-click on the page and select "Inspect") to locate the duplicate buttons in the HTML. Look for multiple instances of the same button code.Oh nice tip! Using the browser's Developer Tools really helps spot duplicate elements quickly. I've had the same issue before where buttons looked identical on the page but were actually being rendered multiple times in the HTML. Inspecting the code made it much easier to clean things up.