Purchase without account Phoenix

Ask the community for help and support.
raiwa
PhoenixCart Developer
PhoenixCart Developer
Posts: 1184
Joined: Sat Dec 21, 2019 8:08 am
Has thanked: 38 times
Been thanked: 102 times

Purchase without account Phoenix

Post 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
Public Phoenix Change Log Cheat Set on Google Sheets
https://docs.google.com/spreadsheets/d/ ... sp=sharing

Need Help?viewtopic.php?f=10&t=27
raiwa
PhoenixCart Developer
PhoenixCart Developer
Posts: 1184
Joined: Sat Dec 21, 2019 8:08 am
Has thanked: 38 times
Been thanked: 102 times

PWA_Phoenix_4.3.6.

Post 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
Public Phoenix Change Log Cheat Set on Google Sheets
https://docs.google.com/spreadsheets/d/ ... sp=sharing

Need Help?viewtopic.php?f=10&t=27
zeeshop
Posts: 78
Joined: Sun Jan 10, 2021 11:30 pm
Has thanked: 15 times
Been thanked: 2 times

Re: Purchase without account Phoenix

Post 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
raiwa
PhoenixCart Developer
PhoenixCart Developer
Posts: 1184
Joined: Sat Dec 21, 2019 8:08 am
Has thanked: 38 times
Been thanked: 102 times

Re: Purchase without account Phoenix

Post 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
Public Phoenix Change Log Cheat Set on Google Sheets
https://docs.google.com/spreadsheets/d/ ... sp=sharing

Need Help?viewtopic.php?f=10&t=27
zeeshop
Posts: 78
Joined: Sun Jan 10, 2021 11:30 pm
Has thanked: 15 times
Been thanked: 2 times

Re: Purchase without account Phoenix

Post 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
raiwa
PhoenixCart Developer
PhoenixCart Developer
Posts: 1184
Joined: Sat Dec 21, 2019 8:08 am
Has thanked: 38 times
Been thanked: 102 times

Re: Purchase without account Phoenix

Post by raiwa »

These are subsequent errors, the errors thrown before these are the important ones for debugging.
Public Phoenix Change Log Cheat Set on Google Sheets
https://docs.google.com/spreadsheets/d/ ... sp=sharing

Need Help?viewtopic.php?f=10&t=27
zeeshop
Posts: 78
Joined: Sun Jan 10, 2021 11:30 pm
Has thanked: 15 times
Been thanked: 2 times

Re: Purchase without account Phoenix

Post by zeeshop »

ok, thanks, in easy word for me, shall I ignore it for now and wait for a proper fix?
raiwa
PhoenixCart Developer
PhoenixCart Developer
Posts: 1184
Joined: Sat Dec 21, 2019 8:08 am
Has thanked: 38 times
Been thanked: 102 times

Re: Purchase without account Phoenix

Post by raiwa »

Please post the errors before these.
Public Phoenix Change Log Cheat Set on Google Sheets
https://docs.google.com/spreadsheets/d/ ... sp=sharing

Need Help?viewtopic.php?f=10&t=27
zeeshop
Posts: 78
Joined: Sun Jan 10, 2021 11:30 pm
Has thanked: 15 times
Been thanked: 2 times

Re: Purchase without account Phoenix

Post 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
You do not have the required permissions to view the files attached to this post.
raiwa
PhoenixCart Developer
PhoenixCart Developer
Posts: 1184
Joined: Sat Dec 21, 2019 8:08 am
Has thanked: 38 times
Been thanked: 102 times

Re: Purchase without account Phoenix

Post 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.
Public Phoenix Change Log Cheat Set on Google Sheets
https://docs.google.com/spreadsheets/d/ ... sp=sharing

Need Help?viewtopic.php?f=10&t=27
Locked