News:

AbanteCart v1.4.3 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

Recent posts

#71
Customization help / Re: Novator slider customizati...
Last post by Basara - December 26, 2025, 01:35:55 AM
Hello.
A few general points that should help clear things up.

First, it's common practice to use the same image sizes and proportions as the original demo banners. You can always inspect the demo source and download the original images to see their exact sizes and aspect ratios https://www.abantecart.com/shopping-cart-demo

Second, since the carousel content is HTML, you do not need to upload images to any specific folder. You can upload images anywhere you like and simply reference the correct path in your HTML, replacing the original image path. The slider doesn't care about the physical location as long as the path is valid.

Also, in AbanteCart you don't need to manually upload images via FTP for this. In the HTML editor for the banner/block, there is an "Add Media" button. You can use that button to upload an image directly while editing the banner, and it will insert the correct path automatically.
#72
Customization help / Re: Novator slider customizati...
Last post by Jorge Contreras - December 25, 2025, 11:40:24 PM
Took me all day, but I did make a little progress.
#73
General Support / Re: Site can't check out
Last post by MHaz - December 25, 2025, 11:24:00 PM
Added the forms manually, and it still doesn't want to work. At this point, I'm thinking it might be best to back up my database and images and reinstall.
#74
Customization help / Novator slider customization
Last post by Jorge Contreras - December 25, 2025, 07:44:49 PM
Greetings,

Just today I'm starting on abantecart, so I'm as newbie as it gets.

I'm running v1.4.2 on a linux machine, in case it matters.

Right now I'm trying to edit the Home page carousel, and the documentation tells me to edit the HTML directly in the carousel block, but there's no specifics about image types or size requirements.  Or much of anything else actually.

By inspecting the page and searching my shop's files, I've figured out where to upload the new image files to, but I haven't been able to get the images to act right.  On my laptop they kind of work, but not on my phone.

Here's what it looks like on the laptop:  https://drumdr.com/drum-sales/

I've tried resizing in the HTML, but it seems to have no effect at all.

Suggestions?
#75
Support / Re: Stripe Payment Extension v...
Last post by Tony Chavarria - December 25, 2025, 06:54:09 PM
Hello Basara, I will update the Stripe extension and probably upgrade AbanteCart in 2026. Really appreciate your help. Have a Happy New Year!

Tony
#76
General Support / Re: Site can't check out
Last post by MHaz - December 24, 2025, 10:56:35 AM
Quote from: Basara on December 24, 2025, 06:51:18 AMCertainly, you can add it manually. Did you see any SQL errors when running the database SQL upgrade manually?

There was one syntax error during the sql update, but I was able to power through it by running each individual command by itself.
#77
General Support / Re: Site can't check out
Last post by Basara - December 24, 2025, 06:51:18 AM
Quote from: Basara on December 22, 2025, 01:57:25 AMIn the admin panel, you should see the same forms and fields for each form under Design > Form Manager. Please compare your setup with the demo here: https://www.abantecart.com/shopping-cart-demo

Certainly, you can add it manually. Did you see any SQL errors when running the database SQL upgrade manually?
#78
Support / Re: testing email
Last post by Basara - December 24, 2025, 06:49:01 AM
Hello,
Your SMTP server may block emails due to factors such as domain reputation, sending frequency, content or other restrictions.
#79
Support / Re: testing email
Last post by ixl - December 24, 2025, 02:15:03 AM
Quote from: Frogman on May 23, 2025, 02:13:27 PMMailer Validation Error: Failed to authenticate on SMTP server with username "byteoptics@tuneitpro.com" using the following authenticators: "LOGIN", "PLAIN". Authenticator "LOGIN" returned "Expected response code "235" but got code "535", with message "535 Incorrect authentication data".". Authenticator "PLAIN" returned "Expected response code "235" but got code "535", with message "535 Incorrect authentication data".".
#0 /home/tunei960/billing3.tuneitpro.com/vendor/symfony/mailer/Transport/Smtp/EsmtpTransport.php(177): Symfony\Component\Mailer\Transport\Smtp\EsmtpTransport->handleAuth()
#1 /home/tunei960/billing3.tuneitpro.com/vendor/symfony/mailer/Transport/Smtp/EsmtpTransport.php(134): Symfony\Component\Mailer\Transport\Smtp\EsmtpTransport->doEhloCommand()
#2 /home/tunei960/billing3.tuneitpro.com/vendor/symfony/mailer/Transport/Smtp/SmtpTransport.php(255): Symfony\Component\Mailer\Transport\Smtp\EsmtpTransport->executeCommand()
#3 /home/tunei960/billing3.tuneitpro.com/vendor/symfony/mailer/Transport/Smtp/SmtpTransport.php(281): Symfony\Component\Mailer\Transport\Smtp\SmtpTransport->doHeloCommand()
#4 /home/tunei960/billing3.tuneitpro.com/vendor/symfony/mailer/Transport/Smtp/SmtpTransport.php(211): Symfony\Component\Mailer\Transport\Smtp\SmtpTransport->start()
#5 /home/tunei960/billing3.tuneitpro.com/vendor/symfony/mailer/Transport/AbstractTransport.php(69): Symfony\Component\Mailer\Transport\Smtp\SmtpTransport->doSend()
#6 /home/tunei960/billing3.tuneitpro.com/vendor/symfony/mailer/Transport/Smtp/SmtpTransport.php(138): Symfony\Component\Mailer\Transport\AbstractTransport->send()
#7 /home/tunei960/billing3.tuneitpro.com/vendor/symfony/mailer/Mailer.php(38): Symfony\Component\Mailer\Transport\Smtp\SmtpTransport->send()
#8 /home/tunei960/billing3.tuneitpro.com/core/lib/mail.php(332): Symfony\Component\Mailer\Mailer->send()
#9 /home/tunei960/billing3.tuneitpro.com/admin/controller/pages/setting/setting.php(768): AMail->send()
#10 /home/tunei960/billing3.tuneitpro.com/admin/controller/pages/setting/setting.php(65): ControllerPagesSettingSetting->_validate()
#11 /home/tunei960/billing3.tuneitpro.com/core/engine/dispatcher.php(308): ControllerPagesSettingSetting->main()
#12 /home/tunei960/billing3.tuneitpro.com/core/engine/dispatcher.php(343): ADispatcher->dispatch()
#13 /home/tunei960/billing3.tuneitpro.com/core/engine/page.php(110): ADispatcher->dispatch()
#14 /home/tunei960/billing3.tuneitpro.com/core/engine/router.php(204): APage->build()
#15 /home/tunei960/billing3.tuneitpro.com/core/engine/router.php(86): ARouter->route()
#16 /home/tunei960/billing3.tuneitpro.com/index.php(95): ARouter->processRoute()
#17 {main}
why is this not working, have the exact same settings in v1.3.4, setting up v1.4.2 on same server but email is failing. And running php v8.3 Need some help!

I had this exact same issue (and still do).

Its not the credentials, because these work fine on a separate vanilla install on the same server, same domain as a test.

Something is not storing the credentials somewhere or there is a change between updates breaking the working functionality, I mean, I have manually checked every file and just dont get why it doesnt work.  File and Folder permissions were not correct I might add, following an update, but this was sorted and still doesnt solve the issue.

Let me know if you sorted it. :)


#80
General Support / Re: Site can't check out
Last post by MHaz - December 23, 2025, 03:20:26 PM
Ok, so I'm an idiot... I forgot the semicolon at the end of the "include..." line.

Ran the update again. Still only have the ContactUsFrm in my Forms Manager.

Can I add the forms manually, or is there something else under the hood that isn't working, too?

Forum Rules Code of conduct
AbanteCart.com 2010 -