VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: hhtmp88 on December 24, 2014, 04:15:40 AM

Title: VM3.0.2: How to disable the display of "Product SKU" in the Checkout page?
Post by: hhtmp88 on December 24, 2014, 04:15:40 AM
Dear all,

as titled.

Thanks for any kind of help!
Title: Re: VM3.0.2: How to disable the display of "Product SKU" in the Checkout page?
Post by: AH on December 24, 2014, 10:51:24 AM
Do a template override

http://forum.virtuemart.net/index.php?topic=90935.0 (http://forum.virtuemart.net/index.php?topic=90935.0)

Create an override to the invoice_items in your template directory.

templates/your-template/html/com_virtuemart/invoice/invoice_items.php


Remove the <?php echo $item->order_item_sku; ?>

And adjust the table headings and format