Open to all! Ask other shopowners for help.
heatherbell
Senior Contributor
Posts: 2540 Joined: Mon Oct 07, 2019 4:39 am
Phoenix Version:
Has thanked: 35 times
Been thanked: 243 times
Post
by heatherbell » Fri Feb 28, 2025 7:13 am
mhsuffolk wrote: ↑ Fri Feb 28, 2025 7:03 am
Does "Manage Passwords" come from Java?
No, nothing to do with the Addon, it's something specific to your browser settings.
I don't get it on either Chrome or Edge.
Screenshot 2025-02-28 070842.png
You do not have the required permissions to view the files attached to this post.
Tags:
radhavallabh
Senior Contributor
Posts: 466 Joined: Tue Oct 27, 2020 4:09 am
Phoenix Version: 1.1.0.6
Has thanked: 29 times
Been thanked: 3 times
Post
by radhavallabh » Thu Jul 03, 2025 1:51 pm
Hi dear;
This module does not seem to work on checkout_guest.php . It works well on create_account.php though any ideas what may be the issue.
Thank you in advance ;
Warm Regds.
radhavallabh
mhsuffolk
Contributor
Posts: 199 Joined: Sat Oct 26, 2019 9:13 am
Phoenix Version: v1.1.0.6
Has thanked: 12 times
Been thanked: 11 times
Post
by mhsuffolk » Thu Jul 03, 2025 2:12 pm
In includes\modules\header_tags\ht_check_email_reloaded.php
Change Line 21 from this
Code: Select all
if (Request::get_page() === 'create_account.php') {
to:
Code: Select all
if (Request::get_page() === 'create_account.php' || Request::get_page() === 'checkout_guest.php') { {
radhavallabh
Senior Contributor
Posts: 466 Joined: Tue Oct 27, 2020 4:09 am
Phoenix Version: 1.1.0.6
Has thanked: 29 times
Been thanked: 3 times
Post
by radhavallabh » Fri Jul 04, 2025 5:18 am
mhsuffolk wrote: ↑ Thu Jul 03, 2025 2:12 pm
In includes\modules\header_tags\ht_check_email_reloaded.php
Change Line 21 from this
Code: Select all
if (Request::get_page() === 'create_account.php') {
to:
Code: Select all
if (Request::get_page() === 'create_account.php' || Request::get_page() === 'checkout_guest.php') { {
Hi;
I already have done that dear, still it does not work on checkout_guest.php
Code: Select all
if (Request::get_page() === 'create_account.php' || Request::get_page() === 'checkout_guest.php' || Request::get_page() === 'create_account_pwa.php')