Home › Forums › Basel support forum › On search no sale price.
On search no sale price.
- This topic has 13 replies, 3 voices, and was last updated 6 years, 11 months ago by Artem Temos.
-
AuthorPosts
-
January 8, 2018 at 8:49 pm #32151
yvo010ParticipantHi,
I have 2 problems and I hope you know a solution for it 🙂
1:
When I search, I see products and 2 prices, (Normal price and sale price) but the sale price is not crossed lined. Do you know how to fix this?
(screenshot in private content.)2:
When a product is sold out, the badge did not appear on the shop page. But the sale badge works well. Do you know how I can fix the Sold out badge ?Thanks a lot! I hope you could response fast because my website is already running.
January 9, 2018 at 8:04 am #32195
Artem TemosKeymasterHi,
1. We will fix it in our next theme update. As for now, you can use the following code snippet to edit it
header.color-scheme-light .price del{ color: #4c4c4c; }
2. Please, update the theme to the latest version 3.8 where we have fixed it.
Regards
January 9, 2018 at 8:04 pm #32394
yvo010Participantthanks for the reply!
It worked.I have one more thing.
I am using a plugin to hide the quantity box from product pages. But in some products in quick shop the quantity box is still visible.Could you maybe help me with a Css snipet to hide it from products?
Thanks!
January 9, 2018 at 8:18 pm #32403
yvo010ParticipantCould you also help me with another thing.
I want to align the sold out label on the right side, and the sale badge on the left.
Is this possible with css ?Realy thanks!!
January 10, 2018 at 7:29 am #32432
yvo010ParticipantOr that the sale badge dissapear when a product is sold out.. i dont like the 2 badget above each other if you know what i mean
January 10, 2018 at 8:34 am #32465
Bogdan DonovanKeymasterTry to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.product-quick-view .quantity { display: none; } .product-grid-item.outofstock .onsale { display: none; }
Regards
January 10, 2018 at 6:44 pm #32649
yvo010ParticipantThanks for helping me out!
it worked.But on the related products on a product page the quantity box still appears.
Do you know how I can fix it?
See screenshot in private content.Thanks!!
January 10, 2018 at 7:13 pm #32663
Artem TemosKeymasterTry to use this code instead
.product-quick-view .quantity { display: none!important; }
January 11, 2018 at 6:54 am #32716
yvo010ParticipantThanks it worked!
now the cart page looks strange.. can you take a look maybe?
thanks for the help!January 11, 2018 at 8:25 am #32754
Artem TemosKeymasterCould you please provide some screenshot of the cart page? Is it happen after you have added the code?
January 11, 2018 at 8:45 am #32758
yvo010ParticipantHi,
Yes it happend after the css.
It Looks like it is Because the quantity row is empty.I hope we Could fix it, on mobile it also shows the text: “quantity” in the cart page.
Thanks 👍🏼 Realy happy with your great support.
See private content for screenshot
January 11, 2018 at 9:01 am #32770
Artem TemosKeymasterTry to fix it with the following code snippet
td.product-quantity { display:none; }
Regards
January 11, 2018 at 2:34 pm #32933
yvo010ParticipantThanks! That solve the issue.
One last small thing.
can you also write a CSS snipet to remove the ‘update cart’ button on the cart page?Thanks!!
January 11, 2018 at 2:58 pm #32945
Artem TemosKeymasterSure,
[name="update_cart"] { display: none!important; }
-
AuthorPosts
- You must be logged in to create new topics. Login / Register