1.0.9.7 Questions / Comments / Concerns

Open to all! Ask other shopowners for help.
User avatar
burt
Core Team
Posts: 4546
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.7 Questions / Comments / Concerns

Post by burt »

Just tried your language pack.
Seems to work just fine??
123456.jpg
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;
qwertu.jpg
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.

Tags:


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

Post by Fiber »

burt wrote: Wed Oct 02, 2024 5:29 pm Just tried your language pack.
Seems to work just fine??
Thanks for testing! :+1: ...I had already gotten that far when I deleted the old customer and created a new one and everything was fine. And on we go..
Turn up the Max
User avatar
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

Post by bonbec »

Hello,
A very useful feature has disappeared: the ability to select the module group.
Is it possible to put it back?
Sans titre 1.jpg
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
User avatar
burt
Core Team
Posts: 4546
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.7 Questions / Comments / Concerns

Post by burt »

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 am not here to build for you.
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

Post by heatherbell »

bonbec wrote: Thu Oct 10, 2024 9:59 am A very useful feature has disappeared: the ability to select the module group.
There are issues with it as discussed here: viewtopic.php?p=17513#p17513
User avatar
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

Post by bonbec »

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.
responsive_menu1097.jpg
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

Post by heatherbell »

bonbec wrote: Fri Oct 11, 2024 1:32 pmthe categories menu is not responsive if you have a lot of parent categories.
Edit the Collapse Breakpoint in the module to suit your setup:
https://phoenixcart.org/demoadmin/admin ... eader_menu
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: Bootstrap 5 Template FEEDBACK NEEDED

Post by Fiber »

Gender doesn't work (admin side).

Image
Turn up the Max
User avatar
burt
Core Team
Posts: 4546
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.7 Questions / Comments / Concerns

Post by burt »

TY

At top of /admin/includes/actions/customers/views/edit.php

change

Code: Select all

$Template = new Template();
to

Code: Select all

$Template = new Template('default');
Please report back if this works?
I am not here to build for you.
I am here to build with you. Let's help each other.
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

Post by Fiber »

burt wrote: Tue Oct 15, 2024 7:02 am Please report back if this works?
Yes that works :+1:
Turn up the Max


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