Recent Posts

Pages: [1] 2 3 ... 10
1
Shipping Modules / Default UPS Extension
« Last post by dhigz on Today at 01:53:30 PM »
Is there any update on when you will release a new default_ups extension? Last I saw was a release date of December 2023.

The deadline to converting to OAuth is coming soon (June 23). UPS emails me one a week to update.

If there is a delay or you are not working on it, please let me know so I have time to write my own.

Thanks.
2
Support / Re: Media File Manager Issue
« Last post by Basara on Today at 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
3
General Discussion / Re: ****** please
« Last post by Basara on Today at 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;
4
Support / Re: Media File Manager Issue
« Last post by GiddsMaster on May 05, 2024, 05:28:11 AM »
I managed to fix the issue.

I changed the SQL database by changing the image resource ID to 7, making a new ID 1 with all the contents of ID 7 and deleted ID 7 after confirming all data was correct.

The media resource manager is working again.
5
Support / Media File Manager Issue
« Last post by GiddsMaster on May 05, 2024, 05:09:29 AM »
Hi,

I have an issue where my media file manager does not allow me to load any images.
I have checked the media manager allowed extensions list and found that the + sign is not there as it shows in the online how to.
Currently my settings look like this :

/. (jpe?g|gif|png|ico|svg|svgz|webp|avif)$/i

And is should be

/.+(jpe?g|gif|png|ico|svg|svgz|webp|avif)$/i

I have even tried to change this in the sql databse but when I refresh the website the database updates with the wrong data.
I checked all permissions in my cpanle file manager and all is correct.

I really do not want to reload the whole system.
6
General Discussion / Re: ****** please
« Last post by GiddsMaster on May 04, 2024, 11:10:00 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.
7
General Support / Re: Customer Alerts On Checkout
« Last post by Norvician on May 03, 2024, 05:26:14 AM »
Thanks for the reply
V1.3.4
Bootstrap5
8
General Support / Re: Customer Alerts On Checkout
« Last post by Basara on May 03, 2024, 05:11:04 AM »
Hello.
What is your AbanteCart version and store template?
9
you should to compare your file with this
https://github.com/abantecart/abantecart-src/blob/1.4.0/public_html/extensions/default_authorizenet/main.php
see line #3
Code: [Select]
require_once DIR_EXT . 'default_authorizenet' . DS . 'vendor' . DS . '/autoload.php';i guess cause here.

Also check your directory https://github.com/abantecart/abantecart-src/tree/1.4.0/public_html/extensions/default_authorizenet/vendor

And change permission for file public_html/index.php to 644 (write-read-read) to avoid warnings
10
General Support / Customer Alerts On Checkout
« Last post by Norvician on May 02, 2024, 02:17:09 PM »
I'm embedding into a static site, just about have it as I want but there are two checkout issue. I'm using fast checkout in the modal “Same page modal dialogue”:

In the Shopping cart page the + & - buttons do not function.
In the address page there is no indication (red fields with !) if fields are not filled in.

They both work fine in “open new page in new tab” & “open new page in same window”.
Can they be made to function in the “Same page modal dialogue”​?
Pages: [1] 2 3 ... 10

Powered by SMFPacks Social Login Mod