Purchase without Account

PWA 4.5.2 siteWide hook pwa.php - Purchase without Account

PWA 4.5.2 siteWide hook pwa.php

by vmn » Sun Sep 26, 2021 9:46 am

Hi,

shouldn't the line in templates/override/includes/hooks/shop/siteWide/pwa.php
$email_order = str_replace(MODULE_NOTIFICATIONS_CHECKOUT_TEXT_INVOICE_URL . ' ' . Guarantor::ensure_global('Linker')->build('checkout_shipping.php', 'order_id=' . $order->get_id()) . "\n", '', $email_order);

point to account_history_info.php?

and the line containing

...$check_status['reviews_key']...

be

...$reviews_key...
vmn
Posts: 40
Joined: Mon Mar 08, 2021 8:59 am
Contact:

Re: PWA 4.5.2 siteWide hook pwa.php

by raiwa » Fri Oct 08, 2021 7:07 pm

Thanks, will fix it for the next update.
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: 1209
Joined: Sat Dec 21, 2019 8:08 am
Contact:

Re: PWA 4.5.2 siteWide hook pwa.php

by tedukes » Tue Nov 02, 2021 3:18 pm

vmn wrote:Hi,

shouldn't the line in templates/override/includes/hooks/shop/siteWide/pwa.php
$email_order = str_replace(MODULE_NOTIFICATIONS_CHECKOUT_TEXT_INVOICE_URL . ' ' . Guarantor::ensure_global('Linker')->build('checkout_shipping.php', 'order_id=' . $order->get_id()) . "\n", '', $email_order);

point to account_history_info.php?

and the line containing

...$check_status['reviews_key']...

be

...$reviews_key...
Thanks!! This and your other post got this working for me.
tedukes
Posts: 87
Joined: Wed Oct 27, 2021 11:27 pm
Contact: