• Resolved kt77

    (@kt77)


    I have copy & pasted the following via Code Snippet, but it doesn’t work at all. Can assist on matter?

    function example_price_free_delivery_note() {
    ?>
    <style>
    .delivery-note .head-item-price,
    .delivery-note .head-price,
    .delivery-note .product-item-price,
    .delivery-note .product-price,
    .delivery-note .order-items tfoot {
    display: none;
    }
    .delivery-note .head-name,
    .delivery-note .product-name {
    width: 50%;
    }
    .delivery-note .head-quantity,
    .delivery-note .product-quantity {
    width: 50%;
    }
    .delivery-note .order-items tbody tr:last-child {
    border-bottom: 0.24em solid black;
    }
    </style>
    <?php
    }
    add_action( ‘wcdn_head’, ‘example_price_free_delivery_note’, 20 );

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support kenil802

    (@kenil802)

    Hi @kt77,

    Apologies for the delay in response.

    I will need to ask the developer regarding your query. So, I will get back to you once I hear from them.

    Regards,
    Kenil Shah

    Thread Starter kt77

    (@kt77)

    Hi Kenil, I have resolve the issue here & thank for your kind response.

    Plugin Support kenil802

    (@kenil802)

    Hi @kt77,

    I am glad to hear that you have fixed the issue on your site.

    Do let us know if you need any further help from us.

    Regards,
    Kenil Shah

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How can i remove the Unit & Total Price in Delivery Note’ is closed to new replies.