Home Forums WoodMart support forum Remove Quantity column in cart page

Remove Quantity column in cart page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #467434

    richarraha
    Participant

    Hello,

    How do I get rid of the quantity column on the cart page since I sell 1 pcs for each digital product purchase so I don’t need the quantity column in the shopping summary (as attached).

    Attachments:
    You must be logged in to view attached files.
    #467637

    Hello,

    Add this code to the Theme Settings > Custom CSS > Global:

    th.product-quantity {
    	display: none !important;
    }

    Best Regards.

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