Hi All
Please help me i want to remove the sku tab or replace it with somthing else (please see attached) my client really doesnt want it.
Thanks in advance for any help.
Eugene Viviers
https://imgur.com/2tcYReZ
Help Need To remove the sku tab on the invoicing
-
- Phoca Member
- Posts: 36
- Joined: 07 Jan 2021, 15:41
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Help Need To remove the sku tab on the invoicing
Hi, you can override the following layout file:
components/com_phocacart/layouts/order.php
for example: line cca 607
line cca 647
...
Jan
components/com_phocacart/layouts/order.php
for example: line cca 607
Code: Select all
$p[] = '<td>'.JText::_('COM_PHOCACART_SKU').'</td>';
Code: Select all
$p[] = '<td>'.$v->sku.'</td>';
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 36
- Joined: 07 Jan 2021, 15:41
Re: Help Need To remove the sku tab on the invoicing
Hi Jan
thank you so much i really appreciate it.
thanks.
thank you so much i really appreciate it.
thanks.
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Help Need To remove the sku tab on the invoicing
Ok
If you find Phoca extensions useful, please support the project