Page 1 of 2

Purchase without account Phoenix

Posted: Thu Feb 25, 2021 11:45 am
by raiwa
Purchase without Account
For CE Phoenix Cart

PWA version based on:
Purchase without account CE

Purchase without account for 2.3.4 and BS2334

In memoriam and all credits to De Dokta

Thanks to: @Owl Sauron, @tsimi, @burt, @ecartz, @Mikepo for ideas, suggestions, code and testing

PWA_Phoenix_4.3.6.

Posted: Thu Feb 25, 2021 11:47 am
by raiwa
Compatibility:
CE Phoenix 1.0.7.14.+.
Tested with Phoenix 1.0.7.16.
PHP 7.0-7.4

Older Phoenix versions please use PWA Phoenix 4.3.0.-4.3.5

Changes Version. 4.3.6
Updated customer data module for Phoenix 1.0.7.14+ compatibility.
- modernized code to match actual core standards
- moved pwa files from default to override template

https://www.oscaddons.com/en/free-add-o ... -p-46.html

Full Package
Update instructions 4.1.0 - 4.3.4 to 4.3.6 included

Re: Purchase without account Phoenix

Posted: Sat Mar 13, 2021 8:50 pm
by zeeshop
@raiwa
Updated successfully from 4.3.5 to 4.3.6, however when I enable or disable this module, it open a blank page. but it enable the module, but I have to open admin page again to check it.

Please also advise where I can send message for Stripe V3 SCA support. I am noticing that if customer dont fill State/ Province, Stripe does not show credit card data field on checkout page.

Thanks

Re: Purchase without account Phoenix

Posted: Sat Mar 13, 2021 9:00 pm
by raiwa
when I enable or disable this module, it open a blank page. but it enable the module, but I have to open admin page again to check it.
- which module
- which PHP version are you on
- please check you error log and post the related error
Please also advise where I can send message for Stripe V3 SCA support.
https://phoenixcart.org/forum/viewtopic.php?f=11&t=376

Re: Purchase without account Phoenix

Posted: Sat Mar 13, 2021 9:12 pm
by zeeshop
Thanks @raiwa

PHP Version: 7.4.16 (Zend 3.4.0)

Error reporting enabled and getting following errors:

PWA Keep account:

Code: Select all

Warning: Cannot modify header information - headers already sent by (output started at /homepages/31/d*************/htdocs/Live/includes/modules/content/checkout_success/cm_cs_pwa_keep_account.php:1) in /homepages/31/d***********/htdocs/Live/backoffice/includes/functions/general.php on line 36
for Login without Account Form:

Code: Select all

Warning: Cannot modify header information - headers already sent by (output started at /homepages/31/d************/htdocs/Live/includes/modules/content/checkout_success/cm_cs_pwa_keep_account.php:1) in /homepages/31/d***********/htdocs/Live/backoffice/includes/functions/general.php on line 36
Thanks

Re: Purchase without account Phoenix

Posted: Sat Mar 13, 2021 9:21 pm
by raiwa
These are subsequent errors, the errors thrown before these are the important ones for debugging.

Re: Purchase without account Phoenix

Posted: Sat Mar 13, 2021 9:25 pm
by zeeshop
ok, thanks, in easy word for me, shall I ignore it for now and wait for a proper fix?

Re: Purchase without account Phoenix

Posted: Sat Mar 13, 2021 9:28 pm
by raiwa
Please post the errors before these.

Re: Purchase without account Phoenix

Posted: Sat Mar 13, 2021 9:51 pm
by zeeshop
Thanks,
The only other error I can see in admin side is on each admin page as below:

Code: Select all

Deprecated: The tep_session_id function has been deprecated. in /homepages/31/d854685020/htdocs/Live/backoffice/includes/functions/sessions.php on line 113
Capture.PNG
does that make any link to my earlier issue.
many thanks

Re: Purchase without account Phoenix

Posted: Sat Mar 13, 2021 9:59 pm
by raiwa
That’s then not produced by the PWA Modules themselves. Search your store for the file which uses the tep_session_id function. If you updated your store from a previous version, you may have missed to update a core file.