Show Posts


Messages - Basara

Pages: [1] 2 3 ... 389
1
How-to questions / Re: adding video to thumbs
« on: Today at 01:55:10 AM »
Hello.
To implement this, you would typically need to modify the website's template. Alternatively, you could consider switching to a template that already has this capability built-in.
For instance, some templates are designed to integrate with video hosting services like YouTube and will allow you to embed a video thumbnail directly. When clicked, the video can play in an enlarged product window or an overlay. Example https://marketplace.abantecart.com/templates--skins/lacesta_theme

2
General Support / Re: Customer Alerts On Checkout
« on: May 07, 2024, 05:41:14 AM »
In the Shopping cart page the + & - buttons do not function.

Hello.
Can you please try this change to your BS5  file extensions/bootstrap5/storefront/view/bootstrap5/js/main.js?
https://github.com/abantecart/abantecart-src/commit/b58a1a82dc4f27fbb6661ecdcb37b16af7c8b29b?diff=split&w=1#diff-6738c7e2ef2885825fe64263d02e96b7339c86c95411414f4a3b01b6829d24bcL3

3
Support / Re: Media File Manager Issue
« on: May 06, 2024, 03:00:49 AM »
Hello.
It is known issue fixed in the upcoming 1.4.0 but you can update directly in database
https://forum.abantecart.com/index.php/topic,10572.msg41370.html#msg41370

4
General Discussion / Re: ****** please
« on: May 06, 2024, 02:57:10 AM »
Hi,

I have an issue where the filetype extension /.+(jpe?g|gif|png|ico|svg|svgz|webp|avif)$/i is changed with /.(jpe?g|gif|png|ico|svg|svgz|webp|avif)$/i without the + .
Everytime I fix it and check it again it does not show the plus sign and I keep getting filetype error when loading jpeg images.

Hello. You can try to update directly in the database in the resource_types table
Code: [Select]
UPDATE `abc_resource_types` SET `file_types` = '/.+(jpe?g|gif|png|ico|svg|svgz|webp|avif)$/i' WHERE `abc_resource_types`.`type_id` = 1;

5
General Support / Re: Customer Alerts On Checkout
« on: May 03, 2024, 05:11:04 AM »
Hello.
What is your AbanteCart version and store template?

6
Support / Re: help with currency
« on: May 01, 2024, 04:35:52 AM »
And in this case what could I do to correct it. thank you
Find the page in admin (product page or content page) and check what you have entered

7
Support / Re: help with main menu / go to
« on: April 30, 2024, 01:52:58 AM »

8
Support / Re: help with currency
« on: April 30, 2024, 01:48:30 AM »
Hello.
It appears that Google may have detected the content within the description or meta description text.

9
Support / Re: help with main menu / go to
« on: April 29, 2024, 02:05:31 AM »
Hello.
For your template, the Go to text should be in /storefront/view/default/javascript/custom.js line 48


10
Hello.
These drop shipping services usually provide APIs (Application Programming Interfaces). APIs allow for flexible integration capabilities with virtually any e-commerce platform, including AbanteCart. This integration might require some custom development to bridge the API with AbanteCart's specific system.

11
General Support / Re: ContactUsFrm on V1.3.4
« on: April 26, 2024, 10:10:20 AM »
Hello,
I wanted to clarify that CAPTCHA and reCAPTCHA are distinct entities. The form does not return any validation errors are you sure that Processing Controller is set as default and core files are not modified?

12
General Support / Re: ContactUsFrm on V1.3.4
« on: April 26, 2024, 09:20:13 AM »
When you turned off the recaptcha does the form show the legacy captcha image? Please share the link to contact us page

13
With the upcoming upgrade to version 1.4.0, there will be significant changes to the checkout process. For existing users who are utilizing the default template and have not yet switched to Fast Checkout, please note the following:

•  Old Checkout Unavailability: After the upgrade, the old checkout system will no longer be available. We are moving towards a more streamlined and efficient checkout experience, and as such, the legacy checkout option will be retired.

•  Theme Switch to Bootstrap 5: If you are currently on the default theme, your store will automatically be upgraded to Bootstrap 5 (bs5). You should clone a default theme to an extension to stay with the old theme look.

14
General Support / Re: ContactUsFrm on V1.3.4
« on: April 26, 2024, 04:08:19 AM »
Hello.
Did you upgrade to 1.3.4? Disable reCaptcha so the default image captcha will work

15
Thank you for reaching out. The upcoming new version of AbanteCart will be 1.4.0. This version will indeed support Bootstrap 5 (BS5) as the new default theme and the new Novator template. Additionally, we have switched to fast checkout to streamline the shopping experience.

We have phased out version 1.3.5 in favor of these new advancements. As for the release date of version 1.4.0, we are working to ensure a smooth rollout and will announce the date once it is finalized.

Pages: [1] 2 3 ... 389

Powered by SMFPacks Social Login Mod