News:

AbanteCart v1.4.2 is released.

Main Menu

Recent posts

#1
General Discussion / Re: Removing SEO keyword on V....
Last post by Gargi Rana - August 28, 2025, 07:17:50 AM
If you deleted a category but still cannot reuse old SEO keywords make sure the category is fully removed and deleted from trash and remove any redirects created by SEO plugin .Then refresh/clear your site and browser cache so the keywords became usable again.
#2
General Support / Re: How do i export images?
Last post by fedorajoiner - August 27, 2025, 09:33:42 PM
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?

Yes, you can export product data (including image URLs) to CSV by using your e-commerce platform's built-in export tool or a plugin/app; check the product export settings and ensure the "image" or "image URL" field is included in the CSV.
#3
General Support / Re: SQL Errors on customer log...
Last post by brysonferguson - August 27, 2025, 03:39:39 AM
Quote from: Basara on February 28, 2025, 02:04:14 AMHello.
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
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!
#4
New Features Discussion / Re: Merge Orders
Last post by Mason McConnell - August 27, 2025, 12:23:10 AM
This is a great concept! While guaranteeing that consumers aren't overcharged for delivery, a "Merge Orders" tool would save administrators a great deal of time and labor.
#5
Configuration / Re: AC Version 1.4.2 - ORDER E...
Last post by Basara - August 25, 2025, 01:55:36 AM
Hello.
For adding product images in the order confirmation email, please implement the changes from this commit.
Once applied, update your email template to use thumbnail_url for the product images.
#6
Support / Re: multiple add to cart and b...
Last post by Omar Cooley - August 25, 2025, 12:11:37 AM
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.
#7
General Discussion / How Do You Choose the Right Pa...
Last post by Packify me - August 22, 2025, 11:46:50 AM
Hi everyone,

I'm working on a project related to custom packaging and wanted to share some insights as well as get feedback from the community. Our company, Packifyme, specializes in eco-friendly and affordable packaging such as custom soap boxes, rigid boxes, food packaging, and paper bags.

The goal is to help small and large businesses improve their brand image with packaging that not only protects products but also leaves a lasting impression on customers.

I'd love to hear from you—what do you usually look for when choosing packaging (cost, design, eco-friendliness, durability)? Your feedback will help us make packaging even better for businesses like yours.

Thanks in advance for your thoughts!
#8
Configuration / Re: AC Version 1.4.2 - ORDER E...
Last post by ixl - August 22, 2025, 01:30:14 AM
Any thoughts on the above would be appreciated. Thanks :)
#9
Templates / Re: Main menu - Mobile View
Last post by mincefill - August 22, 2025, 12:56:01 AM
It sounds like you're trying to keep the main menu visible only in the desktop view and remove the mobile versions (dropdown and hamburger). Since your changes to `custom.js` and `header.tpl` didn't work, I would recommend checking your CSS files. You can hide the mobile menu by targeting the mobile-specific classes or IDs and applying `display: none;` for smaller screen sizes. Also, ensure that any JavaScript responsible for switching the menu views is disabled or adjusted. You might need to tweak your media queries to ensure the menu behaves the way you want across different screen sizes. If you're still stuck, checking your theme's documentation or reaching out to the theme developer might give you some insight into the specific classes or functions managing the mobile menu.
#10
Customization help / Re: Format price number
Last post by Cassie Crane - August 20, 2025, 04:10:52 AM
You can usually handle this with number formatting functions in your code—just set the right thousand separator and decimal style.

Forum Rules Code of conduct
AbanteCart.com 2010 -