AbanteCart v1.4.2.1 is released.
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
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.
Quote from: Basara on August 18, 2025, 07:27:03 AMFor images, this is trickier. We plan to add support in 1.4.3, but for now you'd need to extend the data passed to the email in the model to include product image URLs, then call them in your template.
Quote from: Basara on August 18, 2025, 01:50:29 AMHello,
You can customize the emails by navigating to Admin > Design > Email Templates. Look for the template named storefront_order_confirm to make your edits.