Show Posts


Messages - Basara

Pages: [1] 2 3 ... 403
1
Hello.
Almost all hosting providers include PHP Phar and PHP Zlib (PHP Zip) extensions as standard because they are essential for many applications. If your current hosting provider cannot enable these extensions, it might be worth considering switching to a hosting provider that supports them and with batter disk space to not worry about cache folder.

Alternatively, if switching hosting is not an option for now, you still have the possibility of upgrading manually. While it may require more effort, it can be a temporary workaround until you find a better hosting solution.

2
Built-in Features / Re: Shipping doesn't work at check out
« on: January 21, 2025, 02:07:23 AM »
Probably, you’re using invalid USPS credentials. Please contact USPS support to resolve any issues with your account.

3
Templates / Re: product pic on v.14.0
« on: January 20, 2025, 09:19:32 AM »
Hello.
This issue is fixed in 1.4.1 you can find files to patch here https://github.com/abantecart/abantecart-src/issues/1707

4
Templates / Re: product pic on v.14.0
« on: January 20, 2025, 08:56:02 AM »
Hello.
What is your theme?

5
Hello.
Contact your hosting support and ask them to ensure that the PHP Phar and PHP Zlib (PHP Zip) extensions are enabled and properly configured on your server.

6
New Features Sposorship / Re: Downloadable Orders
« on: January 20, 2025, 03:01:35 AM »
I remember a third-party PDF extension in the marketplace that allows the admin to download orders. You may want to look at the marketplace to check it.

7
General Support / Re: Product Order Status Incomplete
« on: January 20, 2025, 02:58:21 AM »
I don't think so. they are at 2checkout not replying on my emails too.

We also reached out to 2Checkout regarding this issue and requested new test or sandbox access to properly test the integration. While we did receive a response, they unfortunately did not provide the test account we needed.

Given this limitation, we are considering removing the 2Checkout integration from AbanteCart to ensure the platform remains reliable for all users.

8
Built-in Features / Re: Shipping doesn't work at check out
« on: January 20, 2025, 02:30:34 AM »
Hello.
It would also be helpful to know which version of AbanteCart you are using. The USPS extension may be unable to return estimated shipping costs due to an issue with your account or connection to the USPS API. Here are a few possible causes and suggestions to resolve the issue:
   1. Authorization Issue: Double-check your USPS account credentials. Check the AbanteCart error log for any USPS specific messages.
   2. verify that the customer’s shipping address is complete and valid.
   3. ensure that the total weight of the products in the cart falls within the USPS shipping range. Excessively heavy or oversized packages not supported.
   4. To prevent checkout issues, consider installing additional shipping methods like weight-based or price-based shipping as a fallback option.

9
How-to questions / Re: Help please! Database error, can not find cause.
« on: January 20, 2025, 02:14:58 AM »
Hello.
"Cannot establish database connection" can occur when your MySQL server encounters resource limitations. This may happen due to reasons such as too many simultaneous connections, server maintenance, or an unusually high number of visitors (including both human users and bots) accessing your website at the same time. We have implemented improvements in the upcoming AbanteCart version to address this issue, so be sure to upgrade once it becomes available.

10
General Support / Re: Product Order Status Incomplete
« on: January 17, 2025, 05:37:27 AM »
ERROR CODE:PE102

Is your 2CO account fully activated?

11
General Discussion / Re: How to Remove Wishlist?
« on: January 16, 2025, 02:00:52 AM »
I did not see anything to implement a wishlist on admin side when installing.
Hello
The wishlist feature is already implemented and available for logged-in customers.

12
General Discussion / Re: How to Remove Wishlist?
« on: January 15, 2025, 01:43:11 AM »
I was snooping around on my site page source, and I saw a script for a wish list?

 let wishlist_add_url = 'https://mysite/index.php?rt=product/wishlist/add';
 let wishlist_remove_url = 'https://mysite/index.php?rt=product/wishlist/remove';

Any infor on that?
Hello.
The script you found is part of the JavaScript in your theme that enables the wishlist functionality. The wishlist_add_url and wishlist_remove_url variables are used to add and remove items from the wishlist.

13
Built-in Features / Re: Customer File upload function
« on: January 15, 2025, 01:37:52 AM »
Thank you. That worked.  Do they go into the image folder on the front end? And will they somehow be linked to the order?
Hello.
Once a customer places an order, the downloads will be saved in the admin/system/uploads/ folder. The admin can then download the file from the order page.

14
How-to questions / Re: change color to menu
« on: January 14, 2025, 02:07:53 AM »
Hello.
Use your browser’s inspector tool to locate the CSS file and identify the CSS rule you want to edit or add, such as the following example
Code: [Select]
.navbar.navbar-expand-md.navbar-dark.bg-dark {
    background-color: red !important;
}
to the storefront/view/default/css/style.css
https://abantecart.atlassian.net/wiki/spaces/AD/pages/7569496/Debug#Browser-inspector

15
Hello.
Have you tried downloading the package from the GitHub release page? https://github.com/abantecart/abantecart-src/releases/tag/1.4.0
Did you check the error in the log?

Pages: [1] 2 3 ... 403

Powered by SMFPacks Social Login Mod