-
AuthorPosts
-
July 24, 2019 at 12:09 pm #1121504
Hi!
In the individual products of the shop you can remove the label “Hay existencias“ (there are stock) when selecting a size? That nothing come out.But I want “Agotado” to appear when there is no stock.
[Image]Thanks!
July 24, 2019 at 3:19 pm #1121575Hey Angelo_Sule,
https://cl.ly/e42b7cc5809a I do see that word showing up already. Did you get it working?
Best regards,
VictoriaJuly 24, 2019 at 3:48 pm #1121592Hi Victoria,
That word “Agotado” (sold out) was already shown in size S (private content link), but I want to remove “Hay existencias” (There are stocks). Try to see this with sizes (Tallas) M and L.
That is, I want the stock to be shown only when a product is out of stock, not when there is stock.
Sorry for my english.
AngeloJuly 27, 2019 at 3:54 pm #1122335Hi Angelo,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.stock.in-stock.in_stock_color { display: none; }
If you need further assistance please let us know.
Best regards,
VictoriaJuly 27, 2019 at 5:21 pm #1122380Solved! Thanks a lot for your answer!!
July 27, 2019 at 6:38 pm #1122413Hi Angelo_Sule,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
VictoriaAugust 22, 2019 at 8:46 pm #1130093Hi,
Now I have a child theme. Lost this code. Where do I insert it in child theme?
Thanks!!!August 22, 2019 at 9:13 pm #1130128Hi Angelo_Sule,
You can put it in the Quick css or style.css.
Best regards,
VictoriaAugust 26, 2019 at 2:45 pm #1130989I’m sorry but it doesn’t work.
August 26, 2019 at 6:23 pm #1131068Hi,
Did you add to the very top of quick css so it runs first? Also, clear the cache a few times over.
Best regards,
Jordan ShannonAugust 28, 2019 at 2:31 pm #1131607I have only included the code you have given me:
.stock.in-stock.in_stock_color { display: none; }
I’m sorry, can you help me?
August 29, 2019 at 5:05 pm #1131999Hi Angelo_Sule,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaAugust 29, 2019 at 5:57 pm #1132038Of course. Thanks!
August 30, 2019 at 10:06 am #1132238Hi Angelo_Sule,
I added the code for you and it works but you have the php code in the Quick css and it should not be there. Please remove.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.