Tagged: , ,

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #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!

    #1121575

    Hey Angelo_Sule,

    https://cl.ly/e42b7cc5809a I do see that word showing up already. Did you get it working?

    Best regards,
    Victoria

    #1121592

    Hi 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.
    Angelo

    #1122335

    Hi 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,
    Victoria

    #1122380

    Solved! Thanks a lot for your answer!!

    #1122413

    Hi Angelo_Sule,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1130093

    Hi,
    Now I have a child theme. Lost this code. Where do I insert it in child theme?
    Thanks!!!

    #1130128

    Hi Angelo_Sule,

    You can put it in the Quick css or style.css.

    Best regards,
    Victoria

    #1130989

    I’m sorry but it doesn’t work.

    #1131068

    Hi,

    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 Shannon

    #1131607

    I have only included the code you have given me:

    .stock.in-stock.in_stock_color {
    	display: none;
    }

    I’m sorry, can you help me?

    #1131999

    Hi 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,
    Victoria

    #1132038

    Of course. Thanks!

    #1132238

    Hi 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

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.