News:

AbanteCart v1.4.4 is released.

Main Menu

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

#17
Quote from: Basara on August 25, 2026, 06:03:21 AM
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?

Quote from: timlight10 on August 20, 2026, 10:11:04 AMAlready installed...note that the other two templates have the clone button.
#18
I have a multi-store setup, with different templates for each store. However, it seems I can only create a single MENU for the entire system. But the links for one store should not be on the other. How do I add a menu that is unique for each store?

It is causing customers to see error message when they click a link on second store for a page that belongs to the first store.

For example, visit https://dedicatededucation.com/ and click the LINE CARD link in the menu. You get an error message, because that link is meant for my other store https://dedicatedpresentation.com/
#20
Built-in Features / Re: Import PDF
August 24, 2026, 09:28:06 AM
This is working awesome! It has successfully imported PDF files for 5000+ files now!!
#22
Built-in Features / Re: Import PDF
August 20, 2026, 06:40:33 PM
How are we looking on this feature development?
#23
Already installed...note that the other two templates have the clone button.
#24
Template Support / Trouble cloning novator template
August 19, 2026, 09:44:55 AM
I am tying to follow the instructions here: https://abantecart.atlassian.net/wiki/spaces/AD/pages/11993115/Clone+Default+theme

But my default theme does not have the clone button available. What could I be doing wrong?
#25
Quote from: Marvin C. on August 10, 2025, 11:57:43 PMWhen a user submits a form, how can we automatically obtain the url of the page?The form is on the product page.I want to automatically obtain the link or product name of the product when the user submits the form.

I am wondering the same question, and curious if the way to do this has changed since this was originally posted.
#27
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.
#28
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?
#29
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.
#30
Built-in Features / Re: Import PDF
August 04, 2026, 12:26:26 PM
Checking on development status of this feature.

Forum Rules Code of conduct
AbanteCart.com 2010 -