• Hi Sir

    Can you please tell does mycred plugin have a feature like. I can add a page or a form using shortcode. And make sum redeem codes. When user come on that page and enter the redeem code that i created from my backend. The points are automatically added into its account wallet. I can select how much amount can be added after redeem this code or which points type is addedd. Please tell does it have any feature like this.

    Waiting for your reply

    Best Regards!

Viewing 15 replies - 1 through 15 (of 18 total)
  • Plugin Support bukhari10

    (@bukhari10)

    Hello @luqreh,

    Thank for contacting us,

    I hope you are doing well, The myCred Coupons addon is a great solution to meet your needs. You can find all the details and setup instructions in the documentation here: myCred Coupons Documentation.

    If you need any further assistance or have questions, feel free to let us know!

    Thanks & Regards
    WP Experts Support Team

    Thread Starter Rehman Ali

    (@luqreh)

    Okay I can check it but I have a issue with the mycred withdrawal form. I try to fix it using some css code but it broke my whole withdrawal screen. In the given image you can see that on the mobile the tabs are showing is very bad I want to show them like (tab 1) (tab 2) (tab 3) (tab 4) but now its showing like
    (tab1)

    (tab 2)

    (tab 3)

    (tab 4)

    I want to show them horizontaly. Please help me to fix this issue.

    and in the second screen shot i have another issue like I want user can only withdraw a single coin type. But there are not any option to make it. It show a form to select which coin the user want to withdraw. I want to hide the field and only show them the my selected coin can be withdrawal. Please help me too fix that two issues.

    Image1: https://ibb.co/5rtXZpY
    Image2: https://ibb.co/ZJmvCfB

    Waiting for your reply.

    Best Regards

    Plugin Support bukhari10

    (@bukhari10)

    Hello @luqreh,

    This issue can be resolved through custom CSS. Please create a ticket on our official website Click Here so we can connect you directly with our Technical team.

    Looking forward to getting your issue resolved.

    Thank you.

    Thread Starter Rehman Ali

    (@luqreh)

    I have solved this issue already using custom css. But I have another issue. On the coupon redeem form the button text is (Apply Coupon). I want to show here (Redeem Code) how can I change the coupon form label text and button text?

    Plugin Support bukhari10

    (@bukhari10)

    Hello @luqreh,

    At the moment, there is no way to change the button text.

    Thank you

    Thread Starter Rehman Ali

    (@luqreh)

    Okay let me try to make it change do not worry

    Thread Starter Rehman Ali

    (@luqreh)

    Sir can you please add this feature into the mycred plugin to change this text?

    Plugin Support bukhari10

    (@bukhari10)

    Hello @luqreh

    We’ve discussed your request with our technical team, and they will be reviewing the possibilities. We’ll notify you as soon as we receive their response.

    Thank you

    Thread Starter Rehman Ali

    (@luqreh)

    Okay Sir I am waiting please make it as soon as possible.

    Plugin Support Mirza Hamza

    (@hamza1010)

    Hello @luqreh,

    You can use this myCred plugin on your website. After updating the plugin please add the below code in your active theme’s functions.php file.

    Here is the code:

    add_filter('mycred_apply_coupon_button_text', 'custom_apply_coupon_button_text');

    function custom_apply_coupon_button_text ($text) {
    // Change 'Apply Coupon' to your desired button text
    return __('Your Custom Text', 'mycred');
    // Replace with your custom text and text domain
    }

    If you have any questions, feel free to reach out. We’re here to assist you.

    Thank you

    Thread Starter Rehman Ali

    (@luqreh)

    Its show me this error after uploading this plugin on my website.
    https://ibb.co/F815CN6

    Please check it and fix it

    Plugin Support bukhari10

    (@bukhari10)

    Hello @luqreh,

    Apologies for the inconvenience.

    Please use this myCred updated plugin and let us know if you still have any issues.

    Thank you

    Thread Starter Rehman Ali

    (@luqreh)

    Can you please tell me by pasting this code does the Apply coupon text is automatically changed into Redeem Now or I need to put the this text at the place of Your Custom Text

    add_filter(‘mycred_apply_coupon_button_text’, ‘custom_apply_coupon_button_text’);

    function custom_apply_coupon_button_text ($text) {
    // Change ‘Apply Coupon’ to your desired button text
    return __(‘Your Custom Text’, ‘mycred’);
    // Replace with your custom text and text domain
    }

    Like At the place of Your Custom Text

    add_filter(‘mycred_apply_coupon_button_text’, ‘custom_apply_coupon_button_text’);

    function custom_apply_coupon_button_text ($text) {
    // Change ‘Apply Coupon’ to your desired button text
    return __(‘Redeem Now’, ‘mycred’);
    // Replace with your custom text and text domain
    }

    Plugin Support Mirza Hamza

    (@hamza1010)

    Hello @luqreh,

    Yes, you need to replace this “Your custom text” and “text domain”.

    Here is the updated code:

    add_filter('mycred_apply_coupon_button_text', 'custom_apply_coupon_button_text');

    function custom_apply_coupon_button_text ($text) {
    // Change 'Apply Coupon' to your desired button text
    return __('Redeem Now', 'mycred');
    }

    If you have any questions, feel free to reach out. We’re here to assist you.

    Thank you

    Thread Starter Rehman Ali

    (@luqreh)

    A New update of mycred plugin is come in my wp dashboard if I update it does it causes any issue with my this feature. I have updated the plugin already So does I need to upload this file or the update consists this feature

Viewing 15 replies - 1 through 15 (of 18 total)
  • You must be logged in to reply to this topic.