Page 1 of 2
Status Change on admin/catalog.php
Posted: Fri Sep 06, 2024 8:40 pm
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
Re: nasty bug admin catalog
Posted: Fri Sep 06, 2024 8:45 pm
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.
Re: nasty bug admin catalog
Posted: Sun Sep 08, 2024 3:09 pm
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
Re: nasty bug admin catalog
Posted: Sun Sep 08, 2024 3:23 pm
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.
Re: nasty bug admin catalog
Posted: Sun Sep 08, 2024 3:33 pm
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
Re: nasty bug admin catalog
Posted: Sun Sep 08, 2024 5:39 pm
by merah
where do we find those aliases ?
Re: nasty bug admin catalog
Posted: Sun Sep 08, 2024 6:18 pm
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
Re: nasty bug admin catalog
Posted: Sun Sep 08, 2024 6:24 pm
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 ✔
Re: nasty bug admin catalog
Posted: Sun Sep 08, 2024 6:58 pm
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
Re: nasty bug admin catalog
Posted: Sun Sep 08, 2024 9:10 pm
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.