Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Gabriel – a11n

    (@gabrielfuentes)

    Hi there ??

    And also if its possible to hide the prices from cart. thank you

    This can be fixed with some custom CSS. Under Customize > Additional CSS, you can add the following code:
    ?

    /* Hide prices from cart */
    td.product-subtotal, th.product-subtotal {
        display: none !important;
    }?
    

    ?
    If you’d like to learn more about CSS, I highly recommend using the free tutorials at w3schools. Here, you can find the basics of selectors (how to target the right element on the page), and properties (how to change the element on the page).

    is it possible to have attributes in cart like this

    At the moment, there’s no default option for that in WooCommerce, and setting that as the default would require quite a bit of additional coding. Please kindly note that this requires some custom coding – which goes beyond the scope of support we are able to provide in this forum.

    If you do require more help with the actual coding, we’d recommend you hire a developer who can take a look at this, quote you for their services, and help you add this feature to your site. We’d recommend getting in touch with a web developer or one of the customization experts listed at https://woocommerce.com/customizations/.

    Cheers!

    Thread Starter aggelospao13

    (@aggelospao13)

    Thank you for the quick reply. The css doesnt work..

    Plugin Support Gabriel – a11n

    (@gabrielfuentes)

    Upon checking your site, I can see that the Subtotal price was removed from your cart page correctly. Now, please add the following CSS to remove the Price column from your cart page.
    ?

    /* Remove Price column from Cart */
    th.product-price, td.product-price {
        display: none;
    }?
    

    I hope that helps! ??

    Thread Starter aggelospao13

    (@aggelospao13)

    I have add the css but the prices remain in the column.

    Plugin Support Gabriel – a11n

    (@gabrielfuentes)

    Oftentimes something like this can be affected by your browser’s cache. I would suggest that you try clearing the cache/cookies and then try it again. You could also try from a different browser or device.

    Here is a screenshot of how your cart page looks to me now:

    https://www.screencast.com/t/QpiGAk6qZr

    Cheers!

    Plugin Support abwaita a11n

    (@abwaita)

    Hi @aggelospao13,

    We’ve not heard back from you in a while, so I’m marking this thread as resolved. Hopefully, the above info was helpful and your cart page looks okay on your side.

    If you have further questions, please feel free to open a new topic.

    Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘horintal attributes in cart’ is closed to new replies.