s02e04 - Email Verify QUESTIONS/SUPPORT

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

Re: s02e04 - Email Verify QUESTIONS/SUPPORT

Post by heatherbell »

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:


Join The Code Co-op to get access to your library in the Code Co-op Forum
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

Re: s02e04 - Email Verify QUESTIONS/SUPPORT

Post by radhavallabh »

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
User avatar
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

Re: s02e04 - Email Verify QUESTIONS/SUPPORT

Post by mhsuffolk »

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

Re: s02e04 - Email Verify QUESTIONS/SUPPORT

Post by radhavallabh »

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')


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply