Show Posts


Messages - Basara

Pages: [1] 2 3 ... 402
1
General Discussion / Re: How to Remove Wishlist?
« on: Today at 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.

2
Built-in Features / Re: Customer File upload function
« on: Today at 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.

3
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

4
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?

6
Hello
Please upgrade to the latest version of AbanteCart. Be sure to back up your webstore before proceeding with the upgrade.

7
Hello.
It seems you haven't responded to the question regarding the PHP and AbanteCart versions.

8
Built-in Features / Re: Customer File upload function
« on: January 13, 2025, 02:14:03 AM »
Hello.
Please remove the value of the "Upload directory name" and double check it is removed in the Product option where you add this Global Attribute

9
How-to questions / Re: Resize image error
« on: January 13, 2025, 02:11:31 AM »
I am having the same problem now too. Ever since I cleared the cache, but it allears to only affect the ones in a particular category. Weird.
Hello. Any records in the error log?

10
New Features Sposorship / Re: Downloadable Orders
« on: January 10, 2025, 05:49:19 AM »
i mean on local disk after order been downloaded to PC to be saved
Hello. Are you referring to downloading an invoice of some sort?

11
Hello.
Go to the /system/cache/ and remove all subdirectories. Please do not remove the /system/cache/index.html file

12
New Features Sposorship / Re: Downloadable Orders
« on: January 10, 2025, 03:23:24 AM »
Hello.

Could you please clarify what you mean by “saved and memorized”?

13
New Features Sposorship / Re: Suggestions
« on: January 10, 2025, 03:22:01 AM »
Hello.
While the Maintenance Mode option is the most straightforward way to temporarily restrict user access, your suggestion for an alternative, one-step method to prevent members from logging in is definitely interesting. We can see how this could be a useful feature in specific scenarios.

If you’re interested, you can contribute to the development of such a feature—or any other feature—by submitting code to our AbanteCart open-source Ecommerce GitHub repository. Alternatively, if you’d like to support the development process financially, you can contribute funds to help prioritize the creation of this feature. Both options allow you to actively support the growth of AbanteCart and make a positive impact on the project.

14
Hello.
Here are your options:
1. check AbanteCart, PHP version and Hosting Provider: Could you please let us know your AbanteCart version and hosting provider? This information will help in diagnosing the issue.
2. Enable System Check: In your AbanteCart admin panel, please enable the system check feature. This will run a few checks and might provide insights into potential security issues https://abantecart.atlassian.net/wiki/spaces/AD/pages/8159239/System+Check.
3. Identify Large Folders: You need to investigate which folders are consuming the most space. Checking for large log files or error logs, as these can grow quickly
4. Compare with AbanteCart Code Base: Ensure that the files and folders in your public_html directory match the standard AbanteCart code base. This will help identify any third-party files that might be causing the issue https://github.com/abantecart/abantecart-src

15
General Support / Re: Product Order Status Incomplete
« on: January 09, 2025, 09:03:23 AM »
Hello,

since i couldn't integrate PayPal Commerce on my website i tried the 2checkout option and got next error: An error has occurred during checkout.
Please contact the seller and reference the error code below.
ERROR CODE:PE102

what to do in this case.

i use last version 1.4.0 of abanteCart and 8.3 php

Ensure that you are using the correct environment (sandbox or live).

Pages: [1] 2 3 ... 402

Powered by SMFPacks Social Login Mod