Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1065572
    recedo
    Participant

    When I view my woocommerce cart on Mobile the “Product” column is hidden, this makes it look great – however, I have an extra options plugin which adds a link to this column which links people back to the product with the options they have selected to allow them to change their options. Is there a way I can add the column back? I’m not too sure how this will look, ideally I’d want to add it as an extra row below the thumbnail or something but not sure how simple that would be.

    Your assistance would be much appreciated.

    Simon

    #1065584
    recedo
    Participant
    This reply has been marked as private.
    #1066063
    Lely
    Moderator

    Hi Simon,

    Please add this CSS on Appearance > Customize > Custom > Edit Global CSS:

    @media (max-width: 767px){
    .woocommerce .cart.shop_table .product-name {
     display: block; 
    }
    }
    

    Please note that it is hidden because there’s not enough space for that row to show all content.

    #1076439
    recedo
    Participant

    Thanks for your help. I understand the reasons to hide it but I’m looking at my different options for working with this plugin.

    Regards

    #1076640
    Joao
    Moderator

    Hi Simon,

    Have you tried the solution provided by Lely?

    Let us know more details.

    Joao

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