Search found 14 matches

by Brighton
Thu Nov 02, 2023 3:18 pm
Forum: Community Help & Support
Topic: Set Password
Replies: 5
Views: 1045

Re: Set Password

N.B. In case anyone is interested, I think it's $attributes (i.e. plural).
by Brighton
Thu Nov 02, 2023 3:09 pm
Forum: Community Help & Support
Topic: Set Password
Replies: 5
Views: 1045

Re: Set Password

Thank you, it’s no major trauma. I did wonder if there were future plans to include the ‘minlength=’ on form input definitions.
by Brighton
Thu Nov 02, 2023 2:48 pm
Forum: Community Help & Support
Topic: Set Password
Replies: 5
Views: 1045

Re: Set Password

Running a very close to virgin “Installed Version: CE Phoenix v1.0.8.20”, there is no HTML field length validation, the validation happens after the page is submitted. When you say “The input box uses HTML5 validation” I presume you mean “minlength=” on the HTML form <input> definition? I can’t find...
by Brighton
Thu Nov 02, 2023 11:39 am
Forum: Community Help & Support
Topic: Set Password
Replies: 5
Views: 1045

Set Password

Version 1.0.8.20 Set_Password is probably rarely if ever used so this isn’t too important. There may be a small error in /templates/default/includes/ext/modules/content/account/set_password.php When submitting the set_password page, if there is an error the message it is not reported when the page i...
by Brighton
Wed Oct 04, 2023 1:25 pm
Forum: Community Help & Support
Topic: Notification Override
Replies: 4
Views: 505

Re: Notification Override

Thank you for your replies. viewtopic.php?f=10&t=1770 didn’t seem to be the same problem, the answers given seemed to relate to pwa add-on notifications. Although the update_order notification is initiated admin side which doesn’t use overrides the script is defined as a shop side module so I ho...
by Brighton
Tue Oct 03, 2023 11:15 am
Forum: Community Help & Support
Topic: Notification Override
Replies: 4
Views: 505

Notification Override

Hi, Am I making a mistake somewhere? Running phoenixcart 1.0.8.20, PHP 8.1, Copy includes/languages/english/modules/notifications/n_update_order.php To templates/override/includes/languages/english/modules/notifications/n_update_order.php The changed templates/override entries are not applied. Chang...
by Brighton
Thu Apr 20, 2023 10:11 am
Forum: Community Help & Support
Topic: 1.0.8.20 Questions / Comments / Concerns
Replies: 15
Views: 3014

Re: 1.0.8.20 Questions / Comments / Concerns

Thank you, that appears to be exactly what was wanted. It displays the ‘Enabled’ column on all the Modules pages. A couple of things to note - To place the column in the same relative position as on the Content modules page, modules.php line 63 array_splice($table_definition['columns'], -1, 0, [ cha...
by Brighton
Wed Apr 19, 2023 10:26 am
Forum: Community Help & Support
Topic: 1.0.8.20 Questions / Comments / Concerns
Replies: 15
Views: 3014

Re: 1.0.8.20 Questions / Comments / Concerns

Something else that’s probably not too important - In admin on the Modules/Content page an ‘enabled’ column is displayed. If a module is ‘disabled’ the ‘green tick’ doesn’t change to show the state. admin/includes/modules/cfg_modules/cfgm_content.php - line 78 return ($row['status'] > 0) use? return...
by Brighton
Wed Apr 19, 2023 10:21 am
Forum: Community Help & Support
Topic: 1.0.8.20 Questions / Comments / Concerns
Replies: 15
Views: 3014

Re: 1.0.8.20 Questions / Comments / Concerns

If a mistake is made changing the email address (e.g. to one that already exists) it will error.

These are minimal unlikely situations and somewhat unimportant but I didn't know if there may be some reason for it.
by Brighton
Wed Apr 19, 2023 9:59 am
Forum: Community Help & Support
Topic: 1.0.8.20 Questions / Comments / Concerns
Replies: 15
Views: 3014

Re: 1.0.8.20 Questions / Comments / Concerns

When updating an address book entry (address_book_process.php) - if an error is found the page is displayed showing the values that were input. When updating account information (account_edit.php) - if an error is found the page is displayed showing the original values (i.e. not the new input). Disp...