Home Forums WoodMart support forum Hide max prices with variables products and translation

Hide max prices with variables products and translation

Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #21153

    Fireball
    Participant

    Hello.
    First thank to Woodmart website. Great Job !
    I have questions for you with my Home page:
    – Is it possible to hide max price with variable product ? ( My client was afraid by the max price… even if it’s for the max quantity…. ). May we write “starting price” ?
    – And I don’t know how change in French all terms of “LOGIN / Register”.
    Thaks a lot for your help.
    Best regards.

    #21164

    Artem Temos
    Keymaster

    Hello,

    Thank you for choosing our theme and contacting us.

    1. Try to add the following code snippet to the Custom CSS area in Theme Settings to remove the max price

    .wrapp-product-price .price {
    	font-size:0!important;
    }
    
    

    .wrapp-product-price .price .amount:first-child {
    font-size:14px!important;
    }`

    Here is a video that demonstrates how to translate strings with Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3

    Kind Regards
    XTemos Studio

    #21172

    Fireball
    Participant

    Thanks for your answer. But sorry I am not a professionnal.
    1/ Whre Can I find the Custom CSS area in Theme Settings to remove the max price ?
    2/ I install Loco Translate but All the windows Login / Register stay in English…

    #21176

    Fireball
    Participant

    Sorry, I have finish to find where write the code… I not a expert…
    It works but is it possible to add ” à partir de ” before the low price.
    Thanks for your help.

    #21184

    Artem Temos
    Keymaster

    Sorry, but it is not possible to add the text there without WooCommerce code customization.

    #21532

    Fireball
    Participant

    Thanks for your reply.
    There seems to be a bug with my checkout page.
    With Firefox, my email appear instead of for example “your email”.
    But with safari ( mac ) nothing appear…
    An idea to correct this ? for example replace my email by “your email” or leave the field empty.

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

    Artem Temos
    Keymaster

    It seems that you are checking your website in FireFox while logged in or you have autocomplete option for forms in the browser. It doesn’t depend on our theme.

    #23938

    Fireball
    Participant

    Hello. Do you know if it is possible to have specific prices for each client when they log in ?

    #23947

    Artem Temos
    Keymaster

    Hello,

    Sorry, but there is no such option in WooCommerce plugin.

    Regards

    #26366

    Fireball
    Participant

    Hello, severals days, you gived me a solution to hide max prices of variable products.
    It is working very well. Thanks.
    Now, I try this code with woodmart too for another client, but nothing: Max price appears.
    To the first client, it was working with parent theme, but now it is a child theme…
    Do you have an idea ?
    Thanks.

    #26374

    Artem Temos
    Keymaster

    Hi,

    Could you please provide us a link where we can see this problem live?

    Regards

    #26378

    Fireball
    Participant

    with pleasure.

    #26381

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .price {
    	font-size:0!important;
    }
    
    .price .amount:first-child {
    font-size:14px!important;
    	margin:0 5px
    }
    #26384

    Fireball
    Participant

    Hello, I have removed the old first lines you gived to me to replace by the new one.
    It seems to be a little better. Max price not appears but in single product price the price is become very small and “TTC” have disappear is all pages.

    #26387

    Artem Temos
    Keymaster

    Add this code also

    .price .woocommerce-price-suffix {
        font-size: 14px!important;
    }
    
    .single-product-page .price .woocommerce-price-suffix {
        font-size: 20px!important;
    }
    
    .single-product-page .price .amount:first-child {
        font-size: 20px!important;
    }
    #26392

    Fireball
    Participant

    Thanks a lot. Much better.
    It semms to be the good size price for home page and single product page with TTC now.
    But unfortunatly prices in the slide are vrey big…

    #26394

    Artem Temos
    Keymaster

    Replace the last code with this

    .price .woocommerce-price-suffix {
        font-size: 14px!important;
    }
    
    .single-product-page .summary .price .woocommerce-price-suffix {
        font-size: 20px!important;
    }
    
    .single-product-page .summary .price .amount:first-child {
        font-size: 20px!important;
    }
    #26409

    Fireball
    Participant

    Perferct. You are the best !
    Thanks a lot.
    Best Regards

    #26419

    Artem Temos
    Keymaster

    You are welcome!

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

The topic ‘Hide max prices with variables products and translation’ is closed to new replies.