News:

AbanteCart v1.4.4 is released.

Main Menu
support

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 - timlight10

#2
Right, so I am requesting it be added as a feature request. Per https://forum.abantecart.com/index.php/topic,12118.0.html this is place to make feature requests.
#3
If a product has a "fixed shipping price" even when the "free shipping" flag is set, the "Free Shipping" icon does not appear on the storefront. Although the cart will offer free shipping correctly to the customer, it is not properly advertised.

For example, this product: https://dedicatedpresentation.com/collegiate/sharp-np-p547ul-5400-lumen-wuxga-laser-lcd-projector has the free shipping flag enabled, but does not have a fixed shipping price entered.

But this product does have a fixed shipping price entered, but its "free shipping" flag is also set. https://dedicatedpresentation.com/elite-screens-180-inch-yard-master-pro-2-series-portable-16x9-front--and-rear-projection-screen?key=13961

Notice though that for the first product it does have the red truck icon, but the second product does not have the red truck. But, since both products have free shipping, they should both have the red truck icon.

The use case is that for the second product, I would like to promote the free shipping until which time I revoke the free shipping offer and return to paid shipping. Therefore, the free shipping should be advertised when the flag is enabled, regardless of whether or not the other fields have values.

In both situations though, the customer is not charged for shipping, which is correct.

I filed this as a bug, because the free shipping indicator does not appear in all situations when shipping is free. The developer closed the bug report and responded:

Quoteplease check this line
https://github.com/abantecart/abantecart-src/blob/master/public_html/extensions/novator/storefront/view/novator/template/pages/product/product.tpl#L293 and review product details in admin

Sure enough, if($product_info['free_shipping'] && $product_info['shipping_price'] <= 0) { ?>
They pointed the bug out, but did not commit a fix. The correct fix would be to change to if($product_info['free_shipping'] || ($product_info['shipping_price'] <= 0 && $product_info['ship_individually'])) { ?> so that either situation will activate the free shipping label.

How is this not a bug?
#4
Built-in Features / Re: Import PDF
August 05, 2026, 03:15:39 PM
Wonderful, thank you for your transparency in the development. I am excited for this new feature.
#5
Built-in Features / Re: Import PDF
August 04, 2026, 12:26:26 PM
Checking on development status of this feature.
#6
Can a column with the "last updated" timestamp for products be added to index.php?rt=catalog/product?
#7
Awesome, is there an official feature request channel somewhere I can post this for v1.4.5?
#8
Thank you, this worked perfectly and helped me get my catalog cleaned up!
#9
Yes, but my use case is that I need to see the time it was last updated. Products may be updated by import a few times per day, and I want to see the time of the last update. And I want to do that without having to open every single product in the list.
#10
Is there a way to see a list of products that have no categories assigned?
#11
Can a column with the "last updated" timestamp for products be added to index.php?rt=catalog/product?
#12
General Support / Re: Abantecart Ver. 1.4.3 errors
July 22, 2026, 05:38:45 PM
Try running the upgrade_sql.sql file against your database server manually.
#13
Installing AbanteCart 1.1.4 on Windows, using XAMPP with PHP version 8.2.12...see below screenshot of a not very helpful error message. Can you help?
#14
Built-in Features / Re: Import PDF
July 22, 2026, 05:20:49 PM
I previously donated $200 on 11/7/25, I will made an addition $100 donation today. Looking forward to seeing this feature in AbanteCart!
#15
Built-in Features / Import PDF
July 21, 2026, 11:06:16 AM
The CSV importer supports adding images through a list of URLs, could I also import other file types, such as PDF? Many of my products are very technical. I would like to attach a manual or specification sheet or brochure to the product during import, much like I can with the images. Again, I would be willing to make a donation to get this added. Let me know what donation would be needed and what the timeline would be.

Forum Rules Code of conduct
AbanteCart.com 2010 -