Removing category from invoice

  • Posts: 20
  • Thank you received: 0
12 years 4 months ago #33754

All

Invoices that Hika generates has by default, both the category and product description.

It is possible to turn off the category description?

Cheers and thanks in advance
Neil

Please Log in or Create an account to join the conversation.

  • Posts: 81604
  • Thank you received: 13083
  • MODERATOR
12 years 4 months ago #33764

Hi,

Only the product name is in the invoices generated by HikaShop, so I'm not sure of what you're talking about. Could you do a screenshot ?

Please Log in or Create an account to join the conversation.

  • Posts: 20
  • Thank you received: 0
12 years 4 months ago #33815

Actually it is the product name and product code (not the category) that is appearing. Does that help? if not, I'll send a screenshot

Cheers
Neil

Please Log in or Create an account to join the conversation.

  • Posts: 81604
  • Thank you received: 13083
  • MODERATOR
12 years 4 months ago #33847

So you want to remove the product code ?
On which invoice ? For the front end you need to edit the file "show" of the view "order" and remove the line:
<p class="hikashop_order_product_code"><?php echo $product->order_product_code; ?></p>
For the back end, you need to edit the file "invoice" of the view "order" and remove the code:
.' '.$product->order_product_code

you can do all that via the menu Display->Views.

Please Log in or Create an account to join the conversation.

Time to create page: 0.057 seconds
Powered by Kunena Forum