Viewing 3 replies - 1 through 3 (of 3 total)
  • moksha shah

    (@mokshasharmila13)

    Hi @robbie-the-mole,

    For removing the price from our print receipt, please can you add this function in either the functions.php file of your active theme or add it as a snippet using the Code Snippets plugin.

    function Remove_receipt_price() {
    	?>
    	<style>
    	.receipt .order-items .total-item-price, 
    	.receipt .order-items .head-item-price,
    	.receipt .order-items .product-item-price {
    		display: none;
    		}
    	</style>
    	<?php
    }
    add_action('wcdn_head','Remove_receipt_price',20);

    Please let us know for any further help.

    Regards,
    Moksha

    anduengraving

    (@anduengraving)

    I tried inserting the code but it doesn’t work, the price is still showing on the receipt

    moksha shah

    (@mokshasharmila13)

    Hi @robbie-the-mole

    By adding this code to our site, it’s working properly. We are sharing a screenshot in that you can see the changes through this code.  But You can send an email directly to tychesoftwares dot freshdesk dot com.

    Screenshot :- https://prnt.sc/3Lv9NDhs5hn1

    Please let us know if you need any other help.

    Regards,Moksha.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove price and subtotals from printed receipt’ is closed to new replies.