• Hi.

    I am using the fluid template and on the order items table, there is three columns, Product, quantity, and price.

    However the product name displays fine under the product header of the table, but the quantity displays beneath the product name and the price show in the second column under the quantity header, the price column of the table is therefore blank as it shows under the quantity column.

    Is there a fix for this please or anything I could edit to make work?

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter andy85

    (@andy85)

    I found another thread where you mention to hide with css. I tried this and it hides the quantity column, but it also hides the item price too as the price Is being shown in this column. How can we fix this?

    Thanks

    hannah

    (@hannahritner)

    Hey @andy85,
    Thanks for reaching out! Try using this css:

    th.td:nth-child(2) {display: none;}
    .order_item td.td:nth-child(2) {display: none;}
    th.td {
        width: 50%;
    }

    How does that work for you?

    Kindly,
    Hannah

    Thread Starter andy85

    (@andy85)

    Hi

    It doesn’t seem to work Hannah, When I disable fluid width on the container settings the price, quantity, and title display under their own columns. When fluid is enabled is when the problem occurs after the quantity is shifted below the product title

    Thanks

    hannah

    (@hannahritner)

    Hey @andy85,
    Sorry for the delay! I’ll check in with the developer and see what insight he has.
    Thanks for your patience!

    Kindly,
    Hannah

    Hey @andy85
    When the fluid template is set there shouldn’t be three columns. Is it possible you are overriding templates. If you go to woocommerce > status and scroll down to template overrides can you check?

    Can you send a screenshot of what you are seeing?

    Ben

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Price displays under quantity column’ is closed to new replies.