Home › Forums › WoodMart support forum › Hide Quantity in stock from sticky add to cart
Hide Quantity in stock from sticky add to cart
- This topic has 19 replies, 2 voices, and was last updated 2 years, 10 months ago by
Elise Noromit.
-
AuthorPosts
-
July 21, 2021 at 11:14 pm #307977
fjagsantosParticipantHi,
I need to hide the quantity in stock from the sticky add to cart section.
I’ve tried the following code from an older topic here at the forum, but it’s not working
.woodmart-sticky-btn .stock {
display:none;
}Thanks in advance!
July 22, 2021 at 8:18 am #308048
Elise NoromitMemberHello,
Please provide the page URL where you want to hide that I will give the custom CSS.
Best Regards
July 22, 2021 at 9:07 am #308064
fjagsantosParticipantHi, links bellow. I’ve randomly selected one product, but I want the stock quantity information hidden for all products
July 22, 2021 at 6:31 pm #308173
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
.wd-sticky-btn-cart .in-stock{ display: none; }
Best Regards
April 8, 2022 at 4:18 pm #367068
andreap116ParticipantHey, Elise
I tried to use the both of the above CSS to hide the stock info from the “Quick Shop”, and I didn’t work.
Could u please help me?Thanks for your attention
April 9, 2022 at 1:09 am #367127
Elise NoromitMemberHello,
Please provide the page URL and screen on what you want to hide.
If you have any questions please feel free to contact us.
Best Regards
April 9, 2022 at 1:37 pm #367221
andreap116ParticipantHey, Elise
Here it goes
I would like to hide the “stock quantity” when the option “quick shop” is being used, as you can see in the sreenshot provided below.
I have hide this info in the single page product already.Thanks for your attention
Attachments:
You must be logged in to view attached files.April 10, 2022 at 9:41 pm #367388
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
.single_variation_wrap .woocommerce-variation-availability{ display:none; }
Best Regards
April 10, 2022 at 11:01 pm #367397
andreap116ParticipantHey, Elise.
It worked in my computer, but not on mobile.
Sorry because I didn’t mention about the mobile in the previous post.
Could you check it , please?Thanks for your attention
April 11, 2022 at 10:23 am #367560
Elise NoromitMemberHello,
Please insert the site admin access into the Private content below the message area. We will take a closer look at the case.
Best Regards
April 12, 2022 at 3:33 pm #368019
andreap116Participantu can see it in the sreenshot below
Thanks for your attention
Attachments:
You must be logged in to view attached files.April 13, 2022 at 11:49 am #368235
Elise NoromitMemberHello,
Most likely you have added the custom styles in one of the presets. I check and I do not see any: https://gyazo.com/b1ffa025247b1c8db9e12172d038e454
Best Regards
April 13, 2022 at 4:46 pm #368285
andreap116ParticipantHey, Elise.
I have done as u said, but still not working on mobile.
Could u check it , please?Thanks for your attention
April 15, 2022 at 3:17 am #368600
Elise NoromitMemberHello,
Please clear the cache and check again, I check and I do not see the problem: https://gyazo.com/3c5c625f8bc74f2aea22ae1aa815f36b
Best Regards
April 15, 2022 at 3:38 pm #368727
andreap116ParticipantHey, Elise
I have done what you said, but still didn’t work.
You must choose and option in order to stock appear, as in the screenshot below.Thanks for your attention
-
This reply was modified 2 years, 10 months ago by
andreap116. Reason: forgot to include the screenshot
Attachments:
You must be logged in to view attached files.April 16, 2022 at 11:22 pm #368898
Elise NoromitMemberHello,
I cannot catch the issue, please clear the browser and site cache once again and check, if it does not work, disable the cache plugins for a couple of minutes and check once more.
Best Regards
April 18, 2022 at 12:09 pm #369082
andreap116ParticipantHey, Elise.
The cache plugin was not instaled when I notice the issue.
I tested in a different mobile and it is still the same.
When a choose an option (must check a variable product), in the quick shop the stock appears.Some of you send me the css below to remove the info and it works, but not on mobile.
.single_variation_wrap .woocommerce-variation-availability{
display:none;
}Thanks for your attention
April 19, 2022 at 12:08 pm #369353
Elise NoromitMemberHello,
Please replace the code with this one:
body .quick-shop-wrapper .woocommerce-variation > div { display: none; }
If you have any questions please feel free to contact us.
Best Regards
April 19, 2022 at 4:23 pm #369460
andreap116ParticipantDone.
Thanks.
April 20, 2022 at 3:47 am #369527
Elise NoromitMemberYou are welcome! We are here to help.
Wish you a wonderful day!
-
This reply was modified 2 years, 10 months ago by
-
AuthorPosts
The topic ‘Hide Quantity in stock from sticky add to cart’ is closed to new replies.
- You must be logged in to create new topics. Login / Register