News:

AbanteCart v1.4.2.1 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 - Basara

#1
Support / Re: Can refunds be issued from Abantecart?
September 11, 2025, 06:42:41 AM
Hello.
Refunds are actually already built into AbanteCart for supported payment integrations like PayPal Commerce and several others.

If you open the order in Admin → Payment tab, you'll see the Refund option available. Once processed, the order status will usually update to Refunded automatically
#2
Hello.
Thanks for the comments, however
Quote from: ixl on September 09, 2025, 05:02:27 AMCustomisable Email Templates
- AbanteCart includes an Email Templates editor https://abantecart.atlassian.net/wiki/spaces/AD/pages/1529774103/Email+templates

Quote from: ixl on September 09, 2025, 05:02:27 AMFix currency issue on promotions. If you only have sterling as your currency,  for some reason the promotion only offers dollars as the discounted value
What theme are you using? Could you please share a screenshot? Are you referring to Specials or Quantity Discounts?
#3
Hello.
When a product or category page is opened for the first time, AbanteCart resizes images and builds thumbnails. This takes some server memory and can look slow at first. After thumbnails are created and if cache is enabled in store settings, pages will load faster.

Another good option is to use an image CDN, so images load from CDN servers instead of your shared hosting. This can speed things up a lot.

Shared hosting can work fine with proper caching and image optimization, but if the store grows or traffic is heavy, a VPS will give more stable performance.
#4
General Support / Re: admin dashboard url
September 10, 2025, 02:50:24 AM
Hello.
The correct link to the admin is based on what is set during the installation process of AbanteCart. yourdomainname.com/index.php?s=your_admin  [your_admin] secret is provided during installation and can be located in your /system/config.php file AFTER installation.
#5
Quote from: ixl on September 08, 2025, 06:55:15 AMI'd like to be able to adjust the image speed for the next image in the slider.
Hello.
What is your theme?
#6
How-to questions / Re: Estimate Shipping and taxes
September 05, 2025, 05:00:44 AM
The "Estimate Shipping and Taxes" setting only controls whether the Estimator block is shown on the cart page. It does not affect what is displayed during the checkout process.

If you're still seeing shipping/tax info in checkout after switching to Free Shipping, it's likely related to other location or delivery settings. Keep in mind that these values can sometimes be cached during an active checkout session. To see the correct result, you'll need to start a new checkout (e.g., clear cart/session or log out and back in).

That should fix the confusion. 🙂
#7
Security / Re: CVE-2025-50972Vulnerability in 1.4.2
September 01, 2025, 03:18:43 AM
Hello.
We are aware of CVE-2025-50972. Our development team has already addressed the issue.

You can apply the fix in the following commit on our GitHub repository:

https://github.com/abantecart/abantecart-src/commit/84cdc72d10d7b1de9947b746db15e4985ddda4c8?w=1

If you do not want to patch the code, you can disable the Page builder extension
#8
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.
#9
For SKU add sku to the Allowed Placeholders of the storefront_order_confirm template, then just use {{ sku }} in the email HTML.
See docs https://abantecart.atlassian.net/wiki/spaces/AD/pages/1529774103/Email+templates

For 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.
#10
Hello,
You can customize the emails by navigating to Admin > Design > Email Templates. Look for the template named storefront_order_confirm to make your edits.
#11
Hello.
There's no built-in way to exclude specific products from the "Latest Products" block without code changes. You can disable the block and create a new Data Listing block with only the products you want. See: https://abantecart.atlassian.net/wiki/spaces/AD/pages/12713994/Data+Listing+block
#12
Hello.
If you've added a custom form via the Form Manager, you can do this by adding a hidden input field to your form, then filling it with JavaScript when the page loads.
#13
Hi everyone!

I just published a new video tutorial that walks through how to build and customize an AbanteCart theme using AI tools — specifically the Cursor AI coding assistant.

In the video, We take a basic idea — changing the Novator theme from blue to green — and show how to:
• Use Cursor AI to intelligently update CSS
• Clone the official AbanteCart GitHub repo
• Locate and modify theme files
• Preview the changes live

AbanteCart is incredibly powerful, but sometimes building or customizing themes takes more time than we'd like. So we explored how AI can:
   • Speed up CSS changes
   • Maintain clean, standards-compliant code
   • Help sellers build and launch faster
   • Even assist with writing descriptions and creating images

💡 Now we want to hear from you!

We believe this is just scratching the surface. So we'd love to open up this thread for ideas and collaboration:
   •   Got a cool theme concept you'd like to build?
   •   Want help using AI with your store?
   •   Already testing tools like Cursor, ChatGPT, or Copilot?
   •   Interested in teaming up to build and list a theme?
#14
Hello.
First, check the file and folder permissions under the /admin/ directory to make sure Apache can access them.

Then check the server error log (C:\wamp64\logs\apache_error.log) to see what's causing the 500 error when trying to load the admin CSS files.

Forum Rules Code of conduct
AbanteCart.com 2010 -