Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #985790
    Sean
    Participant

    Hi,

    I have two coupon code fields on my cart page. I believe the second one appeared when I updated the theme today. Neither field works, if that’s relevant.

    Thanks!

    #985793
    Sean
    Participant
    This reply has been marked as private.
    #986026
    Joao
    Moderator

    Hi Sean,

    Thanks for writing in.

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks,

    Joao

    #987032
    Sean
    Participant
    This reply has been marked as private.
    #987198
    Rad
    Moderator

    Hi Sean,

    I don’t have this issue on my installation but I’ll keep on looking. I applied the temporary fix by disabling/commenting this line of code at line 363 on this file //wp-content/themes/x/framework/functions/global/plugins/woocommerce.php

    add_action( 'woocommerce_cart_actions', 'x_woocommerce_cart_actions' );

    Then I added this CSS too,

    .woocommerce .cart .actions .coupon input[type="submit"]{
     display: block;
     float: right;
    margin-top: 10px;
    }
    .woocommerce .cart .actions .coupon:after {
    content:"";
    display: block;
    clear: both;
    }
    

    Hope this helps.

    #991005
    Sean
    Participant

    That does help, thanks very much.

    It’s not one of the other plugins, as I tried the page with all (except for Woocommerce) uninstalled.

    #991023
    Christopher
    Moderator

    You’re welcome.

  • <script> jQuery(function($){ $("#no-reply-985790 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>