Home Forums WoodMart support forum New and Hot label

New and Hot label

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #66478

    Solglimten
    Participant

    Hi again 🙂

    I can’t find where to configure 2 things:

    1. The HOT label – where do I configure that one? Featured product doesn’t do it.
    (And can I translate the word HOT via PO-file?)

    2. The NEW label enabling me to filter on that. I can’t find either on which dates they are set on and/or where can I add New to my products?

    When I filter on New today I do not get any results on my home page (NYHETER in Swedish). I add my account data here.

    Many thanks in advance!
    Jenny

    #66481

    Solglimten
    Participant

    Hi,

    Where do I translate the badges SALES and HOT?

    Thanks in advance!
    Jenny

    #66498

    Artem Temos
    Keymaster

    Hi,

    You should be able to translate all these labels using Loco Translate in our theme’s PO file.

    New products are products that have new label enabled in Dashboard -> Products -> edit product. Do you have any products marked as new? Could you please send us an example?

    Regards

    #66934

    Solglimten
    Participant

    Hi,

    1. TRANSLATION
    I have translated “Hot” and “New” in Loco translate but it doen’t make any difference. I couldn’t find the “Sales” to translate.

    2. To make a product NEW
    I can’t find where on the product editing I can set it to be New?

    I add my login credentials here for you to be able to take a look.

    Kind regards,
    Jenny

    #66974

    Artem Temos
    Keymaster

    Hi,

    1. But we don’t see any translations for labels texts in your Loco Translate files https://gyazo.com/823940c216bd9d8e4130f4d5debe07ec

    2. Check this option https://gyazo.com/f0e9862ac1a8bc4bb5f12c8639bbdf97

    Regards

    #67084

    Solglimten
    Participant

    Hi,

    Many thanks!

    1. NEW products
    I must be blind… but now I can see 🙂

    2. Translation
    Since I solved the problem regarding 2 theme settings in Loco translate – everything works fine now.

    A new Q
    …. Where do I change their colors (hot, sales, new)? Can’t find them in Theme settings (or am I blind again :))? Do I need a customized CSS?

    Many thanks in advance!
    Jenny

    #67090

    Artem Temos
    Keymaster

    Hi,

    Yes, you can change them with CSS snippet

    .product-labels span.onsale {
    	background-color: blue;
    }
    
    .product-labels span.new {
    	background-color: orange;
    }
    
    .product-labels span.featured {
    	background-color: black;
    }

    Regards

    #67816

    Solglimten
    Participant

    Hi,

    Many thanks for your help!

    It worked but the CSS-editor complains about the “span” (see attached file).
    I tried to change from span.new to new and that worked. BUT not for onsales. That one of all three required the span to work.

    Shall I ignore the editor and keep the span?

    Thank you in advance for your great help!
    Jenny

    Attachments:
    You must be logged in to view attached files.
    #67832

    Artem Temos
    Keymaster

    Hi,

    Just ignore those notices and use our code.

    #67835

    Solglimten
    Participant

    Many thanks for a great and fast support- I will!

    Have a gr8 day!
    Jenny

    #67836

    Artem Temos
    Keymaster

    You are welcome.

Viewing 11 posts - 1 through 11 (of 11 total)

The topic ‘New and Hot label’ is closed to new replies.