1.0.9.7 Questions / Comments / Concerns
- burt
- Core Team
- Posts: 4550
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 412 times
Re: 1.0.9.7 Questions / Comments / Concerns
Just tried your language pack.
Seems to work just fine??
The only way I could find to break it was if the Privacy or Terms Info Page had no content for the NL language, so it looked like this;
If the page has no content it gives an error like you see, but pages having no content is on the shopowner.
Seems to work just fine??
The only way I could find to break it was if the Privacy or Terms Info Page had no content for the NL language, so it looked like this;
If the page has no content it gives an error like you see, but pages having no content is on the shopowner.
You do not have the required permissions to view the files attached to this post.
I am not here to build for you.
I am here to build with you. Let's help each other.
I am here to build with you. Let's help each other.
Tags:
-
Fiber
- Contributor
- Posts: 173
- Joined: Mon Oct 26, 2020 12:16 pm
- Phoenix Version: v1.1.0.6
- Has thanked: 17 times
- Been thanked: 27 times
Re: 1.0.9.7 Questions / Comments / Concerns
Thanks for testing!
Turn up the Max
- bonbec
- Contributor
- Posts: 190
- Joined: Mon Oct 26, 2020 12:23 pm
- Phoenix Version: V1.1.0.7
- Has thanked: 54 times
- Been thanked: 40 times
Re: 1.0.9.7 Questions / Comments / Concerns
Hello,
A very useful feature has disappeared: the ability to select the module group.
Is it possible to put it back?
A very useful feature has disappeared: the ability to select the module group.
Is it possible to put it back?
You do not have the required permissions to view the files attached to this post.
Old MS2.2 PHP7.4 site being converted to CE Phoenix v1.1.0.6 PHP 8.3
- burt
- Core Team
- Posts: 4550
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 412 times
Re: 1.0.9.7 Questions / Comments / Concerns
It is not possible to put this back until the menu functionality is fixed.
I don't recall the exact problem with it, something to do with using the dropdown menu then trying to install a module, maybe.
You can put it back yourself by reverting this commit;
https://github.com/CE-PhoenixCart/Phoen ... 60488b6ff9
I don't recall the exact problem with it, something to do with using the dropdown menu then trying to install a module, maybe.
You can put it back yourself by reverting this commit;
https://github.com/CE-PhoenixCart/Phoen ... 60488b6ff9
I am not here to build for you.
I am here to build with you. Let's help each other.
I am here to build with you. Let's help each other.
-
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.7 Questions / Comments / Concerns
There are issues with it as discussed here: viewtopic.php?p=17513#p17513
- bonbec
- Contributor
- Posts: 190
- Joined: Mon Oct 26, 2020 12:23 pm
- Phoenix Version: V1.1.0.7
- Has thanked: 54 times
- Been thanked: 40 times
Re: 1.0.9.7 Questions / Comments / Concerns
Hello,
Tested on a new installation: the categories menu is not responsive if you have a lot of parent categories.
This is the same with all templates.
Tested on a new installation: the categories menu is not responsive if you have a lot of parent categories.
This is the same with all templates.
You do not have the required permissions to view the files attached to this post.
Old MS2.2 PHP7.4 site being converted to CE Phoenix v1.1.0.6 PHP 8.3
-
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.7 Questions / Comments / Concerns
Edit the Collapse Breakpoint in the module to suit your setup:
https://phoenixcart.org/demoadmin/admin ... eader_menu
- burt
- Core Team
- Posts: 4550
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 412 times
Re: 1.0.9.7 Questions / Comments / Concerns
TY
At top of /admin/includes/actions/customers/views/edit.php
change
to
Please report back if this works?
At top of /admin/includes/actions/customers/views/edit.php
change
Code: Select all
$Template = new Template();Code: Select all
$Template = new Template('default');I am not here to build for you.
I am here to build with you. Let's help each other.
I am here to build with you. Let's help each other.
