• Resolved wbenterprises

    (@wbenterprises)


    When using the COUPON plugin, coupons codes end up being CaSe SeNsItVe! Like reading the text “CaSe SeNsItVe”, this is VERY annoying and user unfriendly. Please fix the coupon plugin so ALL coupon codes are case INsensitive (unless the option is enabled by the administrator).

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter wbenterprises

    (@wbenterprises)

    For anybody interested in fixing this issue right away, edit:

    File: mycred/addons/coupons/includes/mycred-coupon-functions.php

    Modify Line 19:

    && ( $coupon_id === $mycred_coupon->post_id || strtoupper($coupon_id) === strtoupper($mycred_coupon->code) ) // ADDED UPPER CASE COMPARE

    Hi @wbenterprises,

    Thank you for contacting us, We have forwarded the details to the QA Team so we can look into it for you.

    Hi @wbenterprises,

    Thanks for reporting the issue we have fixed it and we will be including it in our next update.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Case sensitive coupons? Really?’ is closed to new replies.