Recent Posts

Pages: [1] 2 3 ... 10
1
Installation and Configuration / Re: Move to new folder
« Last post by MMHN on Today at 09:37:12 AM »
Its work an easy
2
Opinions / Re: Thank you, and best wishes
« Last post by Mason McConnell on December 09, 2024, 05:16:20 AM »
As a developer, I have been creating Abantecart extensions for more than two years.
Given my familiarity with other open-source platforms, I must say that Abantecart's functionality and acceptable extension API are comparable.
3
Installation and Configuration / Re: Swapping Payment & Shipping Address Order
« Last post by canonvolary on December 09, 2024, 02:29:25 AM »
I'm Using Abantecart V1.3.4, with fast checkout & the modal box.
Is there a way of presenting the shipping address form to customers first (with a same as delivery address checkbox) first, followed by the payment address form? It does seem to be the most frequent order amongst shopping carts, so closer to what some customers may expect to see. Also there will be less instances of customers switching their thoughts between payment & delivery so it would perhaps seem like a smoother experience. Or maybe I'm just overthinking things a bit.

In AbanteCart, you can modify the checkout sequence by customizing the template files or using an extension. Rearrange the form display order in the relevant checkout template to show the shipping address first, then add a "same as delivery" checkbox for the payment address.






4
Tips and Tricks / Re: Database Performance for a lot of Products
« Last post by Basara on December 05, 2024, 07:06:37 AM »
Hello.
I wanted to mention that Managed AbanteCart Support can help with investigating these performance issues. You can reach out to them for more detailed assistance here https://managed.abantecart.com/index.html#contact
5
Tips and Tricks / Re: Database Performance for a lot of Products
« Last post by abolabo on December 05, 2024, 03:39:01 AM »
PHP Version 8.3
AbanteCart Version 1.4.0
Template: Novator
Categories: 212 (17 parent categories, the rest childs)

The front end does ok and loads without resource spiking for the volume we get currently (4-5 concurrent users is generally the peak) but as soon as I start to edit a product in the admin section even with no current users hitting the site it causes the DB to spike in resources and often leads to 500 errors/timeouts for the front end.

can you run this sql-query in the same time with product editing?

SHOW PROCESSLIST;

It will show list of all queries and you can define what current sql-query overloads you DB.
But probably DB is not a cause.
Database connection can be expired because of some other thing's processing, for example, resizing of images. Resize works in the same http-request and connection to db is open at this point and waiting (php-lock).
You can try to enable debugging int the system->settings->system to see  timings.
Or you can use xdebug profiling (for advanced users).

Probably you have some huge images of product that cannot be resized quickly or your host disk is slow etc..
Or some 3dparty extension slow down your admin..
Also you can look into cache speedup side.. redis or memcached.

Some different causes can be there.. it's require investigation.
6
Marketing / Re: order downloadable
« Last post by G. O. on December 05, 2024, 03:18:15 AM »
i am looking for a solution too
7
Marketing / Re: order downloadable
« Last post by catherine321 on December 05, 2024, 02:37:14 AM »
did you get solution ?i have met same problem
8
Installation and Configuration / Re: Clearing cache automatically
« Last post by Basara on December 05, 2024, 01:22:02 AM »
Hello.
First, you need a script that will delete the cache files. For example a simple shell or php script. Upload the clear_cache.sh script to your server. Now, you need to set up a cron job in your hosting panel to run this script at regular intervals.
9
Installation and Configuration / Clearing cache automatically
« Last post by barry819 on December 04, 2024, 02:30:32 PM »
Is there a setting to peridoically clear cache?

here's the problem: my hosting package sets a limit on iNodes. Cache consumes iNodes, and as a result peridoically my site gets disabled (customers cannot place orders because they cannot add items to a shopping cart) unless I go in and manually clear all the site cache.

I'm on 1.3.3, and the cache clear function is only manual, there's no way to set the site to clear cache based on some time frame (daily, weekly, monthly, whatever).

Is there a setting somewhere that I have missed that would resolve this? Or an extension that could perform a periodic clear?
10
Tips and Tricks / Re: Database Performance for a lot of Products
« Last post by jcschott on December 04, 2024, 12:20:50 PM »
PHP Version 8.3
AbanteCart Version 1.4.0
Template: Novator
Categories: 212 (17 parent categories, the rest childs)

The front end does ok and loads without resource spiking for the volume we get currently (4-5 concurrent users is generally the peak) but as soon as I start to edit a product in the admin section even with no current users hitting the site it causes the DB to spike in resources and often leads to 500 errors/timeouts for the front end.
Pages: [1] 2 3 ... 10

Powered by SMFPacks Social Login Mod