• The latest update has added a discount field in the last step of the checkout. How do we disable this?

    In general, we find it really weird that this plugins often adds new features and automatically enables them.

    Thanks.

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hi there,

    Have you found a solution for this yet? I would also like to disable the discount code as I offer free bookings.

    Thanks!

    that’s exactly my problem – I do not need any discounts

    How to get rid of it?
    vanbrel

    I have this problem either. Did someone find a solution?

    Thanks.

    leveluplifecoaching

    (@leveluplifecoaching)

    Hi guys,

    The only solution I could find so far was to roll back to the previous version of the plugin using the WP Rollback plugin: https://www.ads-software.com/plugins/wp-rollback/

    I really hope the next version of the Salon booking plugin allows us to disable discount codes, because it’s a great plugin.

    Hi

    that will not help me – I have a brand new installation; Anyhow – Thanks>!

    leveluplifecoaching

    (@leveluplifecoaching)

    WP Rollback should allow you to rollback to a previous version from the list of releases available online, so it should still work even with a new installation I think.

    yes, it worked; the discount system ios gone; but know the calendar is a mess; booking times are not shown anymore

    Hi all,

    Here what i have done to disable the discount feature on the front-end.

    I dont use a payement method so i dont know if this workaround have side effects.

    So, go in this directory :

    \wp-content\plugins\salon-booking-system\views\discount\shortcode

    Here edit the two files by adding a “return;” instruction after the fisrt php tag.

    Example :

    <?php
    return;

    /**
    * @var SLN_Plugin $plugin
    * @var int $size
    * @var float $discountValue
    */
    ?>

    Best Regards.

    Hi

    This works – thanks a lot for the workaround!
    vanbrel

    Thanks a lot ericfa2a it works!!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘How to disable discount feature?’ is closed to new replies.