Recent Posts

Pages: 1 2 [3] 4 5 ... 10
21
But after redirection to account/account, session seems wiped.

You can play  with controllers to exclude extensions effect at all.
Just open controller pages/account/account and comment two rows with hooks call
i mean lines with
//$this->extensions->UpdateData();
and
//$this->extensions->InitData();

After that no one extension hooks will run. And you will be sure problem in the server configuration or in php-code.

Just add two slashes // before call.
22
Support / Re: Ratings on NOVATOR V.1.4.2
« Last post by G. O. on June 23, 2025, 06:09:07 AM »
the ratings filter on the category pages
It is a bug, please subscribe to the GitHub issue for updates on its resolution.
https://github.com/abantecart/abantecart-src/issues/1735

hello Team,

When we can expect the fix for this bug please?
23
I had previously posted regarding the persistent login loop issue in AbanteCart v1.4.1 on my live store. I received some suggestions (thanks to the contributors!) and have now tried several of those recommendations, but unfortunately, the problem still persists.

What I've Tried So Far:
Checked Session Creation
Session is successfully created after login (verified in debug logs and $_SESSION array).
customer_id, zone_id, etc. are set correctly.

Secure Cookie Handling
Set a secure, HTTP-only customer cookie using setcookie() inside ControllerPagesAccountLogin.
Cookie is visible in browser, path and domain are correct.

Session Loss After Redirection
On next request after login, session appears to be reset  user is redirected back to login.
We checked .htaccess, index.php, and ensured no session reset is triggered in code.

But after redirection to account/account, session seems wiped.
24
Support / Re: Updating/Inserting images (JPG, PNG ...) via CSV file
« Last post by Basara on June 23, 2025, 05:17:31 AM »
Do you have any alternative solution for this. If any one have then please suggest.
Thanks
Have you tried using the Import Wizard format? It might help simplify the process
https://abantecart.atlassian.net/wiki/spaces/AD/pages/16777227/Import+Wizard#Products-import-example
26
How-to questions / Re: SALE
« Last post by Nuno Neff on June 23, 2025, 04:58:07 AM »
Can anyone explain to me how to change the name of SALE ?
27
General Support / Re: Help with Permissions Breakdown
« Last post by abolabo on June 23, 2025, 04:13:10 AM »
I am being told that my permissions are set to 755 and I keep getting errors. Cannot even update the version of abantecarte as I get these errors:
755 means write for file/directory owner and listing(reading) for group and other users.
Your web-server works under some user. Usually it's a username that your account registered. In your case it's a "heartpetsupply".
Looks like somebody uploaded your files with wrong permissions or did it by security reason.
So, you should to set 755 permissions for all directories and files in the list.
You can do this via cPanel FileManager. Just select directory, for example default_usps. Change permissions and files inside.
If you do not plan to use extensions default_usps and default_spanish(language pack), you can just delete them.
28
Support / Re: Updating/Inserting images (JPG, PNG ...) via CSV file
« Last post by sanjay210 on June 23, 2025, 03:12:11 AM »
Do you have any alternative solution for this. If any one have then please suggest.
Thanks
29
General Support / Re: Order ID number and banking details in email
« Last post by lucydawson056 on June 23, 2025, 02:22:21 AM »
For those integrating AbanteCart into existing systems, using the internal API models is a game-changer—it streamlines syncing products, orders, and customers with CRMs or ERPs. Also, embedding the storefront via HTML is great for seamless integration with other sites. Highly recommend exploring the API docs and marketplace extensions for smoother workflows.
30
Customization help / Re: Colour Theme for "ADD TO CART"
« Last post by lucydawson056 on June 23, 2025, 02:20:17 AM »
Thanks to everyone for the useful tips shared here. I’ve also been experimenting with layout customisation in AbanteCart, especially for displaying multiple product blocks on the homepage. One trick I found helpful is modifying the block templates under storefront/view/default/template/blocks and using CSS tweaks to achieve a responsive grid layout.
Pages: 1 2 [3] 4 5 ... 10

Powered by SMFPacks Social Login Mod