1.0.9.5 Questions / Comments / Concerns

Open to all! Ask other shopowners for help.
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.0.9.5 Questions / Comments / Concerns

Post by raiwa »

burt wrote: Tue Aug 06, 2024 4:17 pm
raiwa wrote: Tue Aug 06, 2024 2:18 pm EDIT: Got it. Need to install the pi content module first.
This should be included in the update instructions.
burt wrote: Wed Jul 31, 2024 1:25 pm THEN:

Install Content Modules & Layout Modules for Contact Us page.
Maybe MODULE_CONTENT_CU_INSTALLED could be added to the update script to avoid the error message in all scenarios/cases.
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

Tags:


Join The Code Co-op to get access to your library in the Code Co-op Forum
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.0.9.5 Questions / Comments / Concerns

Post by raiwa »

burt wrote: Tue Aug 06, 2024 4:17 pm
raiwa wrote: Tue Aug 06, 2024 2:54 pm In: admin\includes\languages\english\configuration.php line 13 has been added:

Code: Select all

const HEADING_TITLE = 'Configuration';
But it seems not to be used anywhere,
Searched in the main file and all actions.
I believe this is used in Admin area.
I temporary removed it from the language file and went through all Admin -> Configuration pages. No error displayed or logged-> ergo it is not in use?

Just checked for admin/invoice.php: same here and maybe in other pages where it has been added?

I know it doesn't make harm, except the extra job for language maintainers ;)
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.0.9.5 Questions / Comments / Concerns

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
Pierre_P
Contributor
Posts: 144
Joined: Fri Mar 12, 2021 5:06 am
Phoenix Version: v1.1.0.6
Has thanked: 21 times
Been thanked: 11 times

Re: 1.0.9.5 Questions / Comments / Concerns

Post by Pierre_P »

In the admin for store logo we have code

Code: Select all

$logo_query = $GLOBALS['db']->query("SELECT * FROM configuration WHERE configuration_key LIKE '%_LOGO' ORDER BY sort_order");
This '%_LOGO will be problematic for other addons like pdf invoices, pdf packingslip or similar where we defined a LOGO in configuration
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.0.9.5 Questions / Comments / Concerns

Post by burt »

Pierre_P wrote: Thu Aug 08, 2024 5:57 am In the admin for store logo we have code

Code: Select all

$logo_query = $GLOBALS['db']->query("SELECT * FROM configuration WHERE configuration_key LIKE '%_LOGO' ORDER BY sort_order");
This '%_LOGO will be problematic for other addons like pdf invoices, pdf packingslip or similar where we defined a LOGO in configuration
Simple answer: change the addon code "LOGO" const and code.

Other answer: integrate these other addons into the admin/store_logo page.
I am not here to build for you.
I am here to build with you. Let's help each other.
frankl
Builder
Posts: 159
Joined: Tue Feb 23, 2021 8:39 pm
Phoenix Version: v1.1.0.4
Has thanked: 17 times
Been thanked: 25 times

Re: Roadmap to 1.0.9.7

Post by frankl »

I don't think we need these in the orders table any more. Nobody would use these, surely?

`cc_type` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
`cc_owner` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`cc_number` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
`cc_expires` varchar(4) COLLATE utf8_unicode_ci DEFAULT NULL,
or
`orders_date_finished` datetime,
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: Roadmap to 1.0.9.7

Post by burt »

frankl wrote: Tue Aug 13, 2024 10:47 pm I don't think we need these in the orders table any more. Nobody would use these, surely?

`cc_type` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
`cc_owner` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`cc_number` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
`cc_expires` varchar(4) COLLATE utf8_unicode_ci DEFAULT NULL,
or
`orders_date_finished` datetime,
This has been brought up previously, but I cannot remember why no action was taken to remove these from the DB,
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.0.9.5 Questions / Comments / Concerns

Post by raiwa »

Another thing to remove is the cache configuration setting.
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
Pierre_P
Contributor
Posts: 144
Joined: Fri Mar 12, 2021 5:06 am
Phoenix Version: v1.1.0.6
Has thanked: 21 times
Been thanked: 11 times

Re: 1.0.9.5 Questions / Comments / Concerns

Post by Pierre_P »

I am a bit struggling on a new install and the same issue with updating my existing site to 1.0.9.5

In admin modules content removing all the product_info modules then re adding them does not go to plan, example i will add the buy now button but does not show up on the product page.
I have selected the product_info from the drop down selection to install the modules for the product page.

Even with removing it from pi layout as well this same is happening.
In admin it shows each module for product_info unique sort order and that it is installed.

I have tested this and confirmed on a new install that the same is happening with my updated site.

Anyone can confirm this as well?
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.0.9.5 Questions / Comments / Concerns

Post by heatherbell »

Pierre_P wrote: Thu Aug 22, 2024 3:25 pm Anyone can confirm this as well?
Just tested.
For example, Admin>Modules>Content - Install Module.
They show as installed after installation on the admin page but do not show on the product_info page in the store.
However, they work if you uninstall/re-install the π Modular product_info module.
Don't know why. It is unexpected behaviour but think it not something new.


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