Home Forums Basel support forum Basel and woocommerce points and rewards

Basel and woocommerce points and rewards

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #3371

    vailwen
    Participant

    Hi there !

    We’ve installed the Basel theme on our store and we’ve got an issue with the official woocommerce points and rewards extension.

    With twentysixteen theme everything is working fine, customers can apply some points on their order; the button “J’utilisse mes paillettes” is there :

    twentysixteen

    With basel theme this button not appear :

    basel

    Do you have a tips for this issue ? Don’t hesitate to give us piece of code 🙂

    Thanks in advance

    Best regards

    Antoine

    #3382

    Artem Temos
    Keymaster

    Hello,

    Thank you for creating with Basel.

    We would be glad to help you but we have to see your web-site first. Please provide us your site URL, we will fix the problem and send you the piece of code 🙂

    Regards

    #3389

    vailwen
    Participant

    Hello,

    Thanks for your reply.

    Best regards

    Antoine

    #3390

    vailwen
    Participant

    Hello,

    If you want to see the plugin in action, I give you credentials for customer account which is credited with some points.

    Best regards

    Antoine

    #3402

    Artem Temos
    Keymaster

    Thank you. Try to add the following code snippet to your Custom CSS area in Theme Settings to fix your issue

    .wc_points_redeem_earn_points .button {
        display: inline;
        background: transparent;
        border: none;
        text-transform: none;
        padding: 0;
        border-bottom: 1px solid #E6E6E6;
        margin-left: 5px;
        color: #202020;
        letter-spacing: 0px;
    }
    .wc_points_redeem_earn_points .button:hover,
    .wc_points_redeem_earn_points .button:focus {
        border-color: #A6A6A6;
        background: transparent;
        color: #202020;
    }
    .wc_points_rewards_apply_discount {
        display:inline-block;
    }
    #3425

    vailwen
    Participant

    Hello,

    Thanks for your reply.

    Your code snippet works perfectly !!

    Thanks very much for your work

    Best regards

    Antoine

    #3429

    Artem Temos
    Keymaster

    Great, we are happy to help you! You are welcome 🙂

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