How to custom set add to cart popup?
-
How to custom set add to cart popup? I need to changing time for 1 (now minimum is 2) And change the speed of animation
Hello,
Sorry but there is no option in Theme Settings available for that.
It requires customizations and this is beyond our limitations and support policy.
Best Regards
Just say name of this parameters?
Hello,
What parameters do you mean, please? Add to the cart button is Woocommerce functionality. Such modification requires customization not covered by our support. You would better find a plugin or developer to customize.
If you have any questions please feel free to contact us.
Best Regards
Time what show and close added to cart popup
Hello,
Please find this file: woodmart/inc/admin/settings/shop.php
You need to change to 1 second: https://take.ms/LfI0m
In this code:
.mfp-move-horizontal .mfp-with-anim {
transition-duration: .1s, .1s;
}
Best Regards