Home › Forums › WoodMart support forum › How to deactivate the automation off mini cart
How to deactivate the automation off mini cart
- This topic has 14 replies, 2 voices, and was last updated 2 years, 1 month ago by
Luke Nielsen.
-
AuthorPosts
-
December 21, 2022 at 2:26 pm #430415
bauerParticipantHow to deactivate the automation off mini cart after adding a product i.e. with quick add to cart feature?
December 21, 2022 at 3:50 pm #430439
Luke NielsenKeymasterHello,
Please navigate to Theme Settings -> Shop -> turn off the “Hide widget automatically” option.
Let me know if there is anything else I can help and have a good day!
Kind Regards
January 6, 2023 at 11:41 am #433529
bauerParticipantThanks. This worked. But after that, there is no hint for a user that the product was successfully added.
https://xtemos.com/forums/topic/how-to-get-a-css-hook-on-added-products/
January 6, 2023 at 1:28 pm #433566
Luke NielsenKeymasterHello,
The thing is that if you disable the mini cart (https://prnt.sc/TR_VgDvBL9UD), there cannot be any action after adding the product to the cart or to the wishlist.
Kind Regards
January 6, 2023 at 4:33 pm #433615
bauerParticipantAh….okay…I understand. But if user clicks on the wishlist, there is a hook symbol as well. This is only what we nee, for the add to cart.
January 6, 2023 at 4:48 pm #433623
Luke NielsenKeymasterHello,
Sorry to say that but it requires Customization and this is beyond our limitations and support policy scope. Hope you can understand our limitations.
If there’s anything else we can do, please get in touch.
Best Regards
January 6, 2023 at 4:58 pm #433637
bauerParticipantNo…this is a basic of your theme which you can find in most of your demos…the pictures attached.
Attachments:
You must be logged in to view attached files.January 6, 2023 at 5:50 pm #433648
Luke NielsenKeymasterOk, I got you. I have checked it on your site and it works well from my side, please check the below video.
https://monosnap.com/file/Br01tsRwNsKjsMhKxOySX7wt06v6uk
Please let me know if I missed something.
Kind Regards
January 6, 2023 at 5:52 pm #433649
bauerParticipantguys…quick add to cart…….works not like this.
And if you leave the side, all symbols are gone
January 6, 2023 at 6:20 pm #433653
Luke NielsenKeymasterCould you please make and send us a video for a better understanding of the issue?
Looking forward to collaborating with you!
Kind Regards
January 6, 2023 at 6:25 pm #433656
bauerParticipantsure….see the video on loom:
https://www.loom.com/share/8a78486c8d47487f85aaa698e37ffb67Now hook symbol after adding to cart…..this is the biggest issue at the moment.
January 6, 2023 at 6:38 pm #433659
bauerParticipantI found a css for this issue, but the classes are not up to date….could wrk if you now, which classes are correct:
.woodmart-added-to-cart-checkmark {
display: inline-block;
width: 16px;
height: 16px;
border-radius: 50%;
background: #1e73be;
color: #fff;
font-size: 10px;
line-height: 16px;
text-align: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
visibility: hidden;
opacity: 0;
transition: all 0.3s ease-in-out;
}.add_to_cart_button.added .woodmart-added-to-cart-checkmark {
visibility: visible;
opacity: 1;
}January 9, 2023 at 1:06 pm #433948
Luke NielsenKeymasterHello,
Please add the below code to the “Global Custom CSS” area in Theme Settings -> Custom CSS.
.product-grid-item .add_to_cart_button.added:before { content: "\f107"; }
Let me know if you have any questions, I’d be happy to answer them.
Kind Regards
January 9, 2023 at 1:11 pm #433953
bauerParticipantThanks, that worked!
January 9, 2023 at 4:47 pm #433997
Luke NielsenKeymasterHello,
Glad that it is sorted out.
If there’s anything you need, please write me or another member of our help desk team.
We’re here for you!
Kind Regards
-
AuthorPosts
The topic ‘How to deactivate the automation off mini cart’ is closed to new replies.
- You must be logged in to create new topics. Login / Register