Home › Forums › WoodMart support forum › Hide max prices with variables products and translation
Hide max prices with variables products and translation
- This topic has 18 replies, 2 voices, and was last updated 7 years, 5 months ago by
Artem Temos.
-
AuthorPosts
-
October 10, 2017 at 11:36 am #21153
FireballParticipantHello.
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.October 10, 2017 at 2:42 pm #21164
Artem TemosKeymasterHello,
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 StudioOctober 10, 2017 at 3:16 pm #21172
FireballParticipantThanks 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…October 10, 2017 at 3:51 pm #21176
FireballParticipantSorry, 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.October 10, 2017 at 5:52 pm #21184
Artem TemosKeymasterSorry, but it is not possible to add the text there without WooCommerce code customization.
October 13, 2017 at 7:44 am #21532
FireballParticipantThanks 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.October 13, 2017 at 8:36 am #21537
Artem TemosKeymasterIt 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.
November 13, 2017 at 9:21 am #23938
FireballParticipantHello. Do you know if it is possible to have specific prices for each client when they log in ?
November 13, 2017 at 9:52 am #23947
Artem TemosKeymasterHello,
Sorry, but there is no such option in WooCommerce plugin.
Regards
November 30, 2017 at 10:19 am #26366
FireballParticipantHello, 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.November 30, 2017 at 12:29 pm #26374
Artem TemosKeymasterHi,
Could you please provide us a link where we can see this problem live?
Regards
November 30, 2017 at 12:40 pm #26378
FireballParticipantwith pleasure.
November 30, 2017 at 1:47 pm #26381
Artem TemosKeymasterTry 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 }
November 30, 2017 at 2:19 pm #26384
FireballParticipantHello, 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.November 30, 2017 at 2:27 pm #26387
Artem TemosKeymasterAdd 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; }
November 30, 2017 at 3:01 pm #26392
FireballParticipantThanks 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…November 30, 2017 at 3:08 pm #26394
Artem TemosKeymasterReplace 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; }
November 30, 2017 at 4:17 pm #26409
FireballParticipantPerferct. You are the best !
Thanks a lot.
Best RegardsNovember 30, 2017 at 7:11 pm #26419
Artem TemosKeymasterYou are welcome!
-
AuthorPosts
The topic ‘Hide max prices with variables products and translation’ is closed to new replies.
- You must be logged in to create new topics. Login / Register