News:

AbanteCart v1.4.4 is released.

Main Menu

Do you like AbanteCart? Please rate AbanteCart or share your experience with other eCommerce entrepreneurs. Go to Softaculous rating page to add your rating or write a review

Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Basara

#1
Quote from: timlight10 on August 24, 2026, 09:25:59 AMClicking that button takes me to https://abantecart.atlassian.net/wiki/search?labels=template_dev_tools
Hello.
Have you installed and enabled the dev tools extension?
#2
Built-in Features / Re: Import PDF
Today at 06:01:10 AM
Quote from: timlight10 on August 24, 2026, 09:28:06 AMThis is working awesome! It has successfully imported PDF files for 5000+ files now!!
Thank you for donation
#3
Quote from: timlight10 on August 20, 2026, 10:11:04 AMAlready installed...note that the other two templates have the clone button.
Hello.
Please go to System > Settings > Appearance and click clone button

#4
Built-in Features / Re: Import PDF
August 21, 2026, 07:54:01 AM
Quote from: timlight10 on August 20, 2026, 06:40:33 PMHow are we looking on this feature development?
Hello.
The changes are ready. You need to replace files in your store
1. Back up your website files and database first.
2. Download the AbanteCart 1.4.5 ZIP
3. Unzip it on your computer.
4. Open the public_html folder inside the downloaded package.
5. Find these 7 files:
    * admin/controller/pages/tool/import_export.php
    * admin/controller/pages/tool/import_upload.php
    * admin/controller/task/tool/import_process.php
    * admin/model/catalog/manufacturer.php
    * admin/model/tool/import_process.php
    * admin/view/default/template/pages/tool/import_wizard.tpl
    * core/lib/data.php
6. Upload these files to your existing store, keeping the same folder locations.

You should replace only these 7 files, not the entire AbanteCart installation.
#5
Hello.
First, you need to install the Developer Tools extension.
#6
Tips and Tricks / Re: Free Shipping on navbar
August 14, 2026, 11:21:39 AM
Quote from: Alarano on August 14, 2026, 07:50:39 AMHow can we effectively promote the Free Shipping offer on the website to increase customer engagement and sales?
Hi. Check out third-party extensions such as https://marketplace.abantecart.com/free_shipping_master
#7
Hello.
Yes, it's possible to add a "last updated" timestamp column to the product grid in administration, but it requires code changes. There isn't a built‑in setting or configuration option for this.
#8
Built-in Features / Re: Import PDF
August 05, 2026, 06:04:55 AM
Quote from: timlight10 on August 04, 2026, 12:26:26 PMChecking on development status of this feature.
Thank you for following up, timlight10.
The requested feature has already been in work, and you can see the commit here: GitHub Commit.
At the moment, the changes are still undergoing testing. We discovered a few issues during review, and we want to ensure they are fully resolved before releasing the code to all. Please allow us a bit more time to finalize and polish the implementation.

We truly appreciate your support and patience
#10
Quote from: timlight10 on July 31, 2026, 08:58:02 AMAwesome, is there an official feature request channel somewhere I can post this for v1.4.5?
Yes, there are a few.
New Features Sposorship
New Features Discussion
Idea Polls
#11
Hello.
Yes, this is technically possible. AbanteCart already stores the product's last-modified date and time, and standard product imports update this value, so no database changes are needed. A code change or extension would be required to display it as column in the Products grid.
#12
Hello,
By default, the product list in the admin panel is sorted so that the most recently edited items appear at the top.
#13
Hello.
Please run this SQL script in phpMyAdmin or your preferred database tool. Be sure to replace the database prefix with your own before executing it.
SELECT
    p.product_id,
    p.model,
    p.status,
    pd.name
FROM `<DB_PREFIX>products` AS p
LEFT JOIN `<DB_PREFIX>product_descriptions` AS pd
    ON pd.product_id = p.product_id
    AND pd.language_id = 1
WHERE NOT EXISTS (
    SELECT 1
    FROM `<DB_PREFIX>products_to_categories` AS p2c
    WHERE p2c.product_id = p.product_id
)
ORDER BY p.product_id;
#14
Quote from: shift838 on July 29, 2026, 10:53:54 AMI am running version 1.4.0, the payment method is PayPal and shipping method is USPS.
Hello.
Please upgrade to version 1.4.4, as this issue was likely resolved some time ago. Make sure to create a backup before proceeding with the upgrade.
#15
Hello
What version of AbanteCart are you running? Also, what payment and shipping methods were used on the orders that trigger this error?

Forum Rules Code of conduct
AbanteCart.com 2010 -