Status Change on admin/catalog.php

Open to all! Ask other shopowners for help.
merah
Member
Posts: 9
Joined: Mon Jun 03, 2024 2:47 pm
Phoenix Version: v1.0.9.6

Status Change on admin/catalog.php

Post by merah »

If a product is on stock it will not show

If you click the emoticon it will not change

If you go to the product and change the emoticon and you go back there is no change

We found out after we made some extra emoticon but even if you have 1 emoticon it will not be different


Join The Code Co-op to get access to your library in the Code Co-op Forum
User avatar
burt
Core Team
Posts: 4551
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: nasty bug admin catalog

Post by burt »

Could you try again to explain this, maybe with screen shots?
It's very difficult to understand what you are trying to say.
I am not here to build for you.
I am here to build with you. Let's help each other.
merah
Member
Posts: 9
Joined: Mon Jun 03, 2024 2:47 pm
Phoenix Version: v1.0.9.6

Re: nasty bug admin catalog

Post by merah »

i will try

I made some extra emoticons, but presume we go from the standard version

As you can see we have some emoticons, if you click on it , it will not change the value and for sure not the original value

we can edit any value on the product page and save it

a second question is in the code

($p->get('status') == '1')

where is status coming from, we do not see it in any fields , arrays or even variables
You do not have the required permissions to view the files attached to this post.
User avatar
burt
Core Team
Posts: 4551
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: nasty bug admin catalog

Post by burt »

I think that you have broken something.
The system works fine, you can try this by installing a new 1.0.9.6 for testing.
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: nasty bug admin catalog

Post by heatherbell »

merah wrote: Sun Sep 08, 2024 3:09 pm a second question is in the code
($p->get('status') == '1')
where is status coming from, we do not see it in any fields , arrays or even variables
'status' is alias for products_status from Table: products
merah
Member
Posts: 9
Joined: Mon Jun 03, 2024 2:47 pm
Phoenix Version: v1.0.9.6

Re: nasty bug admin catalog

Post by merah »

where do we find those aliases ?
merah
Member
Posts: 9
Joined: Mon Jun 03, 2024 2:47 pm
Phoenix Version: v1.0.9.6

Re: nasty bug admin catalog

Post by merah »

i show you want i mean, i show catalog 1.9.6

what is mean is you can edit and it will change (aprovment against what i had) but you can not click on the icon right away
You do not have the required permissions to view the files attached to this post.
User avatar
burt
Core Team
Posts: 4551
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: nasty bug admin catalog

Post by burt »

merah wrote: Sun Sep 08, 2024 6:18 pm what is mean is you can edit and it will change (aprovment against what i had) but you can not click on the icon right away
You can click the GREY "x" icon.

On your 217612 product, click the grey "x" - it will turn red, meaning the product is not active.
On your anslultsett compleet product, click the grey "✔" - it will turn green, meaning the product is active.

If something shows RED, it is not active.
If something shows GREEN, it is active.

Go from red to green, by clicking the grey X or the grey ✔
I am not here to build for you.
I am here to build with you. Let's help each other.
merah
Member
Posts: 9
Joined: Mon Jun 03, 2024 2:47 pm
Phoenix Version: v1.0.9.6

Re: nasty bug admin catalog

Post by merah »

but that is exactly what does not function, for an example on specials it works but not on the catalog

by the way where do i find the alias on stock etc and my extra fields
User avatar
burt
Core Team
Posts: 4551
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: nasty bug admin catalog

Post by burt »

https://www.youtube.com/watch?v=NUyDLs5gyxw

Showing that the status does work.
It is likely that all your changes has broken it somehow.

I will change the topic to remove the words "nasty bug" as there is no bug.
I am not here to build for you.
I am here to build with you. Let's help each other.


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