Home Forums WoodMart support forum How to custom set add to cart popup?

How to custom set add to cart popup?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #321016

    fineorganics
    Participant

    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

    #321031

    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

    #321039

    fineorganics
    Participant

    Just say name of this parameters?

    #321073

    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

    #321163

    fineorganics
    Participant

    Time what show and close added to cart popup

    #321349

    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

Viewing 6 posts - 1 through 6 (of 6 total)