AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: Sam_78 on September 06, 2024, 08:40:06 PM

Title: disable fast checkout in 1.4.0
Post by: Sam_78 on September 06, 2024, 08:40:06 PM
How can I disable fast checkout ? I want customers to have regular checkout
Title: Re: disable fast checkout in 1.4.0
Post by: G. O. on September 07, 2024, 12:50:11 AM
hello,

from my experience, you need to go to fast checkout layouts  and disable all the blocks which you see in those layouts pages.
Title: Re: disable fast checkout in 1.4.0
Post by: Sam_78 on September 08, 2024, 10:38:29 AM
From what I am reading in this forum is there should be an extension that I could just turn off but my version 1.4.0  doesn't have that extension. I am using 'novator' theme.
Title: Re: disable fast checkout in 1.4.0
Post by: G. O. on September 08, 2024, 12:11:00 PM
you can find the fast checkouts layouts in the list   
Title: Re: disable fast checkout in 1.4.0
Post by: Basara on September 09, 2024, 04:05:23 AM
From what I am reading in this forum is there should be an extension that I could just turn off but my version 1.4.0  doesn't have that extension. I am using 'novator' theme.

Hello. The regular checkout is deprecated in 1.4.0
Title: Re: disable fast checkout in 1.4.0
Post by: G. O. on November 20, 2024, 03:54:22 AM
i just realized that there is no button for processing the checkout after the Order Summary page. where is the button?
Title: Re: disable fast checkout in 1.4.0
Post by: Basara on November 20, 2024, 07:02:45 AM
Hello.
Once you select the delivery method, the page should automatically display the available payment methods. Are your payment methods enabled?
Title: Re: disable fast checkout in 1.4.0
Post by: G. O. on November 20, 2024, 07:38:38 AM
Hello.
Once you select the delivery method, the page should automatically display the available payment methods. Are your payment methods enabled?

yes, i use only (Bank Transfer) and it is active too. i tried many options but doesn't worked to show (place the order button)
Title: Re: disable fast checkout in 1.4.0
Post by: Basara on November 20, 2024, 07:41:29 AM
Did you uninstall the fast checkout extension? Please check for any JavaScript errors in the browser console or errors in the AbanteCart error log.
Title: Re: disable fast checkout in 1.4.0
Post by: G. O. on November 20, 2024, 08:09:33 AM
Did you uninstall the fast checkout extension? Please check for any JavaScript errors in the browser console or errors in the AbanteCart error log.

1. how to be sure if fast checkout uninstalled?

2. the browser console showing next error: (Pattern attribute value ^(\+\d{1,2}\s)?\(?\d{3}\)?[\s.-]\d{3}[\s.-]\d{4}$ is not a valid regular expression: Uncaught SyntaxError: Failed to execute 'checkValidity' on 'HTMLFormElement': Invalid regular expression: /^(\+\d{1,2}\s)?\(?\d{3}\)?[\s.-]\d{3}[\s.-]\d{4}$/v: Invalid character in character class)

i replaced the Phone Validation Regex Pattern: on Admin/Settings/Checkout with: ^\+?(\d{1,3})?[-.●\s]?(\(?\d{1,4}\)?)[-.●\s]?(\d{1,4})[-.●\s]?(\d{1,9})$


3. i discovered that the address book repeating same address information in a new operation so we get many and many same repeated address in the AddressBook. Why? i deleted the repeated address but again they been generated automatically as you can see in the screenshot.


4. the phone number format cannot be edited as should be and always giving an error.
 
 
Title: Re: disable fast checkout in 1.4.0
Post by: G. O. on November 20, 2024, 08:25:03 AM
here is the screenshot for phone number error:
Title: Re: disable fast checkout in 1.4.0
Post by: Basara on November 20, 2024, 09:13:06 AM
Hello.
Go to your system > settings > checkout and try to change the Phone regex setting to
Code: [Select]
/^[0-9\+\(\)\.\s\-,]+$/ or
Code: [Select]
/(.*?)/
Title: Re: disable fast checkout in 1.4.0
Post by: G. O. on November 21, 2024, 03:37:25 AM
Hello.
Go to your system > settings > checkout and try to change the Phone regex setting to
Code: [Select]
/^[0-9\+\(\)\.\s\-,]+$/ or
Code: [Select]
/(.*?)/

Thank you Basara,

this one (/^[0-9\+\(\)\.\s\-,]+$/) in my case.

still have one problem with the automatic generating address in each placed order. how to fix this error and solve it ??

By the way i did uninstalled and removed next shipping methods: (1. Flat Rate | 2. Weight Based Shipping | 3. Per Item) because they are not working with v1.4.0   


Title: Re: disable fast checkout in 1.4.0
Post by: Basara on November 21, 2024, 04:24:33 AM

By the way i did uninstalled and removed next shipping methods: (1. Flat Rate | 2. Weight Based Shipping | 3. Per Item) because they are not working with v1.4.0
All three should work. What issues are you experiencing with them? It's possible that your upgrade didn't copy some files correctly, or you might not have configured them properly for your Location.
Title: Re: disable fast checkout in 1.4.0
Post by: G. O. on November 21, 2024, 05:35:31 AM

By the way i did uninstalled and removed next shipping methods: (1. Flat Rate | 2. Weight Based Shipping | 3. Per Item) because they are not working with v1.4.0
All three should work. What issues are you experiencing with them? It's possible that your upgrade didn't copy some files correctly, or you might not have configured them properly for your Location.

i think you are right. i didn't configured them correctly because they are not convenient for me. i just realized that Pickup From Store causing the automatic generation for address each placed order.  is there any solution or i shouldn't use it anymore?


 
Title: Re: disable fast checkout in 1.4.0
Post by: Basara on November 21, 2024, 06:45:37 AM
i think you are right. i didn't configured them correctly because they are not convenient for me. i just realized that Pickup From Store causing the automatic generation for address each placed order.  is there any solution or i shouldn't use it anymore?

The issue has been identified, and our team is actively working on a solution. https://github.com/abantecart/abantecart-src/issues/1715