Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
lat9
The entry_telephone field is not in the as-shipped Zen Cart address_book table. Any idea where that field's presence comes from?
I carefully checked all the files and found that this field is in the Japanese language module
HTML Code:
ZC200LangPack_JP\zc_install\sql\plugins\mysql_japanese_install.sql
ZC200LangPack_JP\sql\mysql_japanese_install.sql
in 75 line
ALTER TABLE address_book ADD COLUMN entry_telephone varchar(32) NOT NULL;
ZC200LangPack_JP\zc_install\sql\updates\mysql_upgrade_zencart_200200.sql
ZC200LangPack_JP\sql\mysql_upgrade_zencart_200200.sql
in 75 line
ALTER TABLE address_book ADD COLUMN entry_telephone varchar(32) NOT NULL;
php file using this field:
ZC200LangPack_JP\admin\customers.php
ZC200LangPack_JP\admin-JP\customers.php
ZC200LangPack_JP\includes\classes\Customer.php
ZC200LangPack_JP\includes\classes\order.php
ZC200LangPack_JP\includes\functions\functions_addresses.php
ZC200LangPack_JP\includes\modules\checkout_new_address.php
ZC200LangPack_JP\includes\modules\pages\address_book_process\header_php.php
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
ikirin
I carefully checked all the files and found that this field is in the Japanese language module
HTML Code:
ZC200LangPack_JP\zc_install\sql\plugins\mysql_japanese_install.sql
ZC200LangPack_JP\sql\mysql_japanese_install.sql
in 75 line
ALTER TABLE address_book ADD COLUMN entry_telephone varchar(32) NOT NULL;
ZC200LangPack_JP\zc_install\sql\updates\mysql_upgrade_zencart_200200.sql
ZC200LangPack_JP\sql\mysql_upgrade_zencart_200200.sql
in 75 line
ALTER TABLE address_book ADD COLUMN entry_telephone varchar(32) NOT NULL;
php file using this field:
ZC200LangPack_JP\admin\customers.php
ZC200LangPack_JP\admin-JP\customers.php
ZC200LangPack_JP\includes\classes\Customer.php
ZC200LangPack_JP\includes\classes\order.php
ZC200LangPack_JP\includes\functions\functions_addresses.php
ZC200LangPack_JP\includes\modules\checkout_new_address.php
ZC200LangPack_JP\includes\modules\pages\address_book_process\header_php.php
That is an issue with the Japanese language-pack then; I suggest reporting in that plugin's support-thread.
Re: One-Page Checkout [Support Thread]
OK, I have reported this issue
Re: One-Page Checkout [Support Thread]
I am in the final prep of moving up to 2.0x from 1.5.7c. I have everything documented and working except for payment modules as I am working on a local server and can't really test those. I just installed OPC and got this screen when I tried to checkout.
https://drive.google.com/file/d/1TDR...usp=drive_link
Is this a result of me not having Square or Paypal (our normal payment methods) installed? Or did I mess up somewhere? This is actually the second time I have tried this and I have full backups just in case.
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
g2ktcf
I am in the final prep of moving up to 2.0x from 1.5.7c. I have everything documented and working except for payment modules as I am working on a local server and can't really test those. I just installed OPC and got this screen when I tried to checkout.
https://drive.google.com/file/d/1TDR...usp=drive_link
Is this a result of me not having Square or Paypal (our normal payment methods) installed? Or did I mess up somewhere? This is actually the second time I have tried this and I have full backups just in case.
That link requires me to login to something I don't have credentials for. Check the OPC settings for payment methods allowed for guest checkout, as a guess.
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
lat9
That link requires me to login to something I don't have credentials for. Check the OPC settings for payment methods allowed for guest checkout, as a guess.
https://drive.google.com/file/d/1TDR...ew?usp=sharing
that should allow anyone to see it.
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
lat9
That link requires me to login to something I don't have credentials for. Check the OPC settings for payment methods allowed for guest checkout, as a guess.
I knew I forgot to change the jQuery Selector to #ottotal .ot-text.
That took care of the popup error but the "Sorry our expidited checkout process cannot be used. Click here to use our alternate checkout process" So it looks like I have a javascript error?
Also, I am logged in as a customer, not a guest if that makes any difference.
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
g2ktcf
I knew I forgot to change the jQuery Selector to #ottotal .ot-text.
That took care of the popup error but the "Sorry our expidited checkout process cannot be used. Click here to use our alternate checkout process" So it looks like I have a javascript error?
Also, I am logged in as a customer, not a guest if that makes any difference.
Check your browser's "Console Logs", there might be multiple versions of jQuery being loaded.
Re: One-Page Checkout [Support Thread]
ah, there is an error associated with #ottotal .ot-text.
here is the console view of the error. At first, I thought I typed in the jQuery selector wrong.
https://drive.google.com/file/d/1pSQ...ew?usp=sharing
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
g2ktcf
Looks like you've got multiple versions of jQuery 3.7.1 loaded.