1.0.8.3 Questions / Comments / Concerns

Ask the community for help and support.
ecartz
Lead Developer
Lead Developer
Posts: 2637
Joined: Tue Nov 05, 2019 6:02 pm
Has thanked: 4 times
Been thanked: 181 times

Re: 1.0.8.3 Questions / Comments / Concerns

Post by ecartz »

philpla wrote: Sun May 16, 2021 5:35 pm in the store frontend, a logged in user, with more then one address can't delete adresses.
TY. https://github.com/CE-PhoenixCart/Phoen ... 92407eaa5b

Tags:
markg
Posts: 8
Joined: Thu May 13, 2021 7:20 am
Has thanked: 4 times

Re: 1.0.8.3 Questions / Comments / Concerns

Post by markg »

I noticed this when I installed an addon (Kiss it thumbnailer) on my test site and enabled its gallery module but it also does it with a fresh install of 1.0.8.3 with the inbuilt gallery module. The left-hand menu falls below the main content.
left-menu.jpg
Any ideas?
You do not have the required permissions to view the files attached to this post.
raiwa
PhoenixCart Developer
PhoenixCart Developer
Posts: 1184
Joined: Sat Dec 21, 2019 8:08 am
Has thanked: 38 times
Been thanked: 102 times

Re: 1.0.8.3 Questions / Comments / Concerns

Post by raiwa »

Kiss it image is labelled for max 1.0.8.0
It needs to be updated for higher Phoenix versions.
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
heatherbell
VIP Member
VIP Member
Posts: 1996
Joined: Mon Oct 07, 2019 4:39 am
Has thanked: 26 times
Been thanked: 175 times

Re: 1.0.8.3 Questions / Comments / Concerns

Post by heatherbell »

markg wrote: Mon May 17, 2021 7:52 ambut it also does it with a fresh install of 1.0.8.3 with the inbuilt gallery module. The left-hand menu falls below the main content.
No, it does not - https://phoenixcart.org/demo/product_in ... ducts_id=9
ecartz
Lead Developer
Lead Developer
Posts: 2637
Joined: Tue Nov 05, 2019 6:02 pm
Has thanked: 4 times
Been thanked: 181 times

Re: 1.0.8.3 Questions / Comments / Concerns

Post by ecartz »

heatherbell wrote: Mon May 17, 2021 8:23 am
markg wrote: Mon May 17, 2021 7:52 ambut it also does it with a fresh install of 1.0.8.3 with the inbuilt gallery module. The left-hand menu falls below the main content.
No, it does not - https://phoenixcart.org/demo/product_in ... ducts_id=9
Actually it does. If you turn on admin > Modules > Content > Product Info > Gallery which is off by default.

The near term fix is to leave that module off and use the PI Layout module instead -- which is what the Demo is probably doing (as that's the default). I don't know if that would fix Kiss IT as well or not.
markg
Posts: 8
Joined: Thu May 13, 2021 7:20 am
Has thanked: 4 times

Re: 1.0.8.3 Questions / Comments / Concerns

Post by markg »

I just downloaded 1.0.8.3 again from github, did another fresh install and re-enabled the gallery module. Same issue.

It only does it if there are no images setup in the gallery section though, as soon as I added some random images, it worked ok.

Does the demo site have the gallery module enabled?

(sorry, didn't see your reply).
ecartz
Lead Developer
Lead Developer
Posts: 2637
Joined: Tue Nov 05, 2019 6:02 pm
Has thanked: 4 times
Been thanked: 181 times

Re: 1.0.8.3 Questions / Comments / Concerns

Post by ecartz »

markg wrote: Mon May 17, 2021 7:52 am with a fresh install of 1.0.8.3 with the inbuilt gallery module. The left-hand menu falls below the main content.
TY. https://github.com/CE-PhoenixCart/Phoen ... 132cc7d91a
raiwa
PhoenixCart Developer
PhoenixCart Developer
Posts: 1184
Joined: Sat Dec 21, 2019 8:08 am
Has thanked: 38 times
Been thanked: 102 times

Re: 1.0.8.3 Questions / Comments / Concerns

Post by raiwa »

raiwa wrote: Mon May 17, 2021 8:12 am Kiss it image is labelled for max 1.0.8.0
It needs to be updated for higher Phoenix versions.
I just checked and, although not optimized for the new image class, it works with Phoenix 1.0.3.0.
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
markg
Posts: 8
Joined: Thu May 13, 2021 7:20 am
Has thanked: 4 times

Re: 1.0.8.3 Questions / Comments / Concerns

Post by markg »

in line 16 of \admin\includes\classes\order_status.php, it has this:

if ($order_status_id < 1) {

(which gives an error on the order status page)

Should be:

if ($orders_status_id < 1) {
heatherbell
VIP Member
VIP Member
Posts: 1996
Joined: Mon Oct 07, 2019 4:39 am
Has thanked: 26 times
Been thanked: 175 times

Re: 1.0.8.3 Questions / Comments / Concerns

Post by heatherbell »

markg wrote: Thu May 20, 2021 8:05 am (which gives an error on the order status page)
Possibly already fixed https://github.com/CE-PhoenixCart/Phoen ... c1b469a1f7
Post Reply