Help Need To remove the sku tab on the invoicing

Phoca Cart - complex e-commerce extension
s4evision
Phoca Member
Phoca Member
Posts: 36
Joined: 07 Jan 2021, 15:41

Help Need To remove the sku tab on the invoicing

Post by s4evision »

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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47810
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Help Need To remove the sku tab on the invoicing

Post by Jan »

Hi, you can override the following layout file:

components/com_phocacart/layouts/order.php

for example: line cca 607

Code: Select all

$p[] = '<td>'.JText::_('COM_PHOCACART_SKU').'</td>';
line cca 647

Code: Select all

$p[] = '<td>'.$v->sku.'</td>';
...

Jan
If you find Phoca extensions useful, please support the project
s4evision
Phoca Member
Phoca Member
Posts: 36
Joined: 07 Jan 2021, 15:41

Re: Help Need To remove the sku tab on the invoicing

Post by s4evision »

Hi Jan

thank you so much i really appreciate it.

thanks.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47810
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Help Need To remove the sku tab on the invoicing

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
Post Reply