1.1.0.0 Questions / Comments / Concerns / Feedback

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: 1.1.0.0 Questions / Comments / Concerns / Feedback

Post by heatherbell »


Tags:


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

Bug in Admin Demo

Post by mhsuffolk »

The Best Customers Orders Total page does not load completely.
https://phoenixcart.org/demo_admin/admi ... tomers.php

Then if you attempt to choose another report it jumps to the Dashboard.
heatherbell
Senior Contributor
Posts: 2540
Joined: Mon Oct 07, 2019 4:39 am
Phoenix Version:
Has thanked: 35 times
Been thanked: 243 times

Re: 1.1.0.0 Questions / Comments / Concerns / Feedback

Post by heatherbell »

/admin/stats_customers.php
Gives:
Uncaught Error: Undefined class constant 'TABLE_ALIASES' in /admin/includes/actions/stats_customers/views/default.php
Noticed that TABLE_ALIASES is defined in:
/includes/system/versioned/1.0.5.1/customer_query.php
but not in:
/includes/system/versioned/1.01.00.00/customer_query.php
Maybe irrelevant?
raiwa
Certified Developer
Posts: 1640
Joined: Sat Dec 21, 2019 8:08 am
Phoenix Version: 1.1.0.6
Has thanked: 70 times
Been thanked: 152 times

Re: 1.1.0.0 Questions / Comments / Concerns / Feedback

Post by raiwa »

The product info gallery content module produces the following error:
Warning: Undefined variable $active_image in C:\laragon\www\xxxxxxxxxxxxincludes\modules\content\product_info\templates\tpl_cm_pi_gallery.php on line 3

The main module only retrieves the main product image meanwhile the template outputs the carrousel with all images.

It seems there is a mix up between gallery, gallery_image, main and template code.
Last edited by raiwa on Fri Mar 07, 2025 9:47 am, edited 1 time in total.
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
ecartz
Core Team
Posts: 3084
Joined: Tue Nov 05, 2019 6:02 pm
Phoenix Version:
Has thanked: 4 times
Been thanked: 208 times

Re: 1.1.0.0 Questions / Comments / Concerns / Feedback

Post by ecartz »

heatherbell wrote: Thu Mar 06, 2025 1:36 pm Uncaught Error: Undefined class constant 'TABLE_ALIASES' in /admin/includes/actions/stats_customers/views/default.php
TY. https://github.com/CE-PhoenixCart/Phoen ... 24fd8885f4
raiwa
Certified Developer
Posts: 1640
Joined: Sat Dec 21, 2019 8:08 am
Phoenix Version: 1.1.0.6
Has thanked: 70 times
Been thanked: 152 times

Re: 1.1.0.0 Questions / Comments / Concerns / Feedback

Post by raiwa »

includes\modules\content\navigation\cm_navbar.php
still references Bootstrap 4:

Code: Select all

          'desc' => 'What background and foreground colour should the Navbar have?  See <a target="_blank" rel="noreferrer" href="https://getbootstrap.com/docs/4.6/utilities/colors/#background-color"><u>colors/#background-color</u></a> and <a target="_blank" rel="noreferrer" href="https://getbootstrap.com/docs/4.6/components/navbar/#color-schemes"><u>navbar/#color-schemes</u></a>',
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
User avatar
burt
Core Team
Posts: 4550
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: 1.1.0.0 Questions / Comments / Concerns / Feedback

Post by burt »

I am not here to build for you.
I am here to build with you. Let's help each other.
User avatar
burt
Core Team
Posts: 4550
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: 1.1.0.0 Questions / Comments / Concerns / Feedback

Post by burt »

raiwa wrote: Fri Mar 07, 2025 8:38 am The product info gallery content module produces the following error:
Warning: Undefined variable $active_image in C:\laragon\www\xxxxxxxxxxxxincludes\modules\content\product_info\templates\tpl_cm_pi_gallery.php on line 3

The main module only retrieves the main product image meanwhile the template outputs the carrousel with all images.

It seems there is a mix up between gallery, gallery_image, main and template code.
TY
https://github.com/CE-PhoenixCart/Phoen ... 94810cdbd5

Note that the PI layout splits main image and extra images.
The Content module remains as it always has, image and images in one module.
I am not here to build for you.
I am here to build with you. Let's help each other.
User avatar
burt
Core Team
Posts: 4550
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: 1.1.0.0 Questions / Comments / Concerns / Feedback

Post by burt »

raiwa wrote: Fri Mar 07, 2025 4:56 pm includes\modules\content\navigation\cm_navbar.php
still references Bootstrap 4:

Code: Select all

          'desc' => 'What background and foreground colour should the Navbar have?  See <a target="_blank" rel="noreferrer" href="https://getbootstrap.com/docs/4.6/utilities/colors/#background-color"><u>colors/#background-color</u></a> and <a target="_blank" rel="noreferrer" href="https://getbootstrap.com/docs/4.6/components/navbar/#color-schemes"><u>navbar/#color-schemes</u></a>',
TY
https://github.com/CE-PhoenixCart/Phoen ... 9336a06f82
I am not here to build for you.
I am here to build with you. Let's help each other.
raiwa
Certified Developer
Posts: 1640
Joined: Sat Dec 21, 2019 8:08 am
Phoenix Version: 1.1.0.6
Has thanked: 70 times
Been thanked: 152 times

Re: 1.1.0.0 Questions / Comments / Concerns / Feedback

Post by raiwa »

Admin -> Products Attrribute -> Edit Value
Breaks the table layout:
screenshot_attrib_values_edit_1.1.0.0.png
You do not have the required permissions to view the files attached to this post.
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


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