Home › Forums › WoodMart support forum › Variable Product show only lowest price
Variable Product show only lowest price
- This topic has 11 replies, 2 voices, and was last updated 6 years, 1 month ago by annachi.
-
AuthorPosts
-
December 10, 2018 at 4:39 pm #95221
annachiParticipantHello, On shop page, i want to show only lowest price of variable product, how to do ?
Thanks
December 10, 2018 at 5:42 pm #95230
Elise NoromitMemberHello,
Please try to add the code to the Theme settings > Custom CSS:
body .product-grid-item .price, body .single-product-page .summary-inner > .price { font-size: 0; } body .product-grid-item .price del, body .single-product-page .summary-inner > .price del { margin-right: 3px; } body .product-grid-item .price span:first-child { font-size: 14px; } .single-product-page .summary-inner > .price span:first-child { font-size: 22px; }
If code does not work, please provide your site shop page URL, now it is not working
Best Regards
December 10, 2018 at 5:48 pm #95233
annachiParticipantIt doesn t work.
December 10, 2018 at 9:23 pm #95263
Elise NoromitMemberHello,
Please copy this code from the forum and add to the Theme Settings > custom CSS
body .product-grid-item .price, body .single-product-page .summary-inner > .price { font-size: 0; } .single-product-page .summary-inner > .price > span:first-child { font-size: 22px; } .single-product-page .summary-inner > .price > small { font-size: 18px; margin-left: 6px; } body .product-grid-item .price > ins, body .product-grid-item .price > span:first-child { font-size: 14px; } body .product-grid-item .price > del { font-size: 12px; margin-right: 3px; } body .product-grid-item > .price > small { font-size: 12px; margin-left: 4px; } body .single-product-page .summary-inner > .price > ins, body .single-product-page .summary-inner > .price > span:first-child { font-size: 22px; } body .single-product-page .summary-inner > .price del { font-size: 22px; margin-right: 6px; }
Best Regards
December 10, 2018 at 9:23 pm #95264December 10, 2018 at 10:05 pm #95277
annachiParticipanthelp !
First of all, thank you for the solution.
I want to hide the price that highlighted like on attached file. Only on signle product page.
Thanks
Attachments:
You must be logged in to view attached files.December 10, 2018 at 11:28 pm #95296
annachiParticipantHi your following code not works for mobile browser, is it normal ? Please check on your mobile device, please.
body .product-grid-item .price,
body .single-product-page .summary-inner > .price {
font-size: 0;
}
.single-product-page .summary-inner > .price > span:first-child {
font-size: 22px;
}
.single-product-page .summary-inner > .price > small {
font-size: 18px;
margin-left: 6px;
}
body .product-grid-item .price > ins,
body .product-grid-item .price > span:first-child {
font-size: 14px;
}
body .product-grid-item .price > del {
font-size: 12px;
margin-right: 3px;
}
body .product-grid-item > .price > small {
font-size: 12px;
margin-left: 4px;
}
body .single-product-page .summary-inner > .price > ins,
body .single-product-page .summary-inner > .price > span:first-child {
font-size: 22px;
}
body .single-product-page .summary-inner > .price del {
font-size: 22px;
margin-right: 6px;
}December 10, 2018 at 11:33 pm #95297
annachiParticipantPlease look at “small onion” example attached file, i sent you mobile and desktop version.
Thanks
Attachments:
You must be logged in to view attached files.December 10, 2018 at 11:33 pm #95299
annachiParticipantSecond attached file
https://drive.google.com/file/d/1w4sem5s7U0pXgPIaOPxEUmi3lNtG6o0V/view?usp=drivesdk
December 11, 2018 at 7:32 am #95329
Elise NoromitMemberHello,
It is not possible to hide the price only on the simple product. Please provide the page URL with the problem
Best Regards
December 11, 2018 at 7:40 am #95331
annachiParticipantSorry i was not clear.
I different behaviour of displaying lowest price on grid view.
On mobile i have both price.
But on laptop, it shows like i want, only lowest price.Look at below attached:
Laptop version:
https://drive.google.com/file/d/1w4sem5s7U0pXgPIaOPxEUmi3lNtG6o0V/view?usp=drivesdkMobile version
https://drive.google.com/file/d/1ULibaP0EKzu35GXEBrb62v-DR69eEr0c/view?usp=drivesdkDecember 11, 2018 at 11:42 am #95386
annachiParticipantProblme solved !
Thanks
-
AuthorPosts
The topic ‘Variable Product show only lowest price’ is closed to new replies.
- You must be logged in to create new topics. Login / Register