Show Custom fields at shipping invoice

  • Posts: 61
  • Thank you received: 5
  • Hikashop Business
9 years 1 week ago #221066

-- HikaShop version -- : 2.6.0
-- Joomla version -- : 3.4.5

Hi!

I want the custom fields also at the shipping invoice = the same view like at the invoice.
Fields are already created and the backend view is activated.

Pls see my screenshot what i mean,

THX
Nadine

Attachments:

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

  • Posts: 82868
  • Thank you received: 13375
  • MODERATOR
9 years 1 week ago #221107

Hi,

Edit the file "invoice" of the view "order" via the menu Display>Views and change the code:

<?php if($this->invoice_type=='full'){

			$fieldsClass = hikashop_get('class.field');
			$fields = $fieldsClass->getFields('backend',$this->order,'order');
to:
<?php if(true){

			$fieldsClass = hikashop_get('class.field');
			$fields = $fieldsClass->getFields('backend',$this->order,'order');

The following user(s) said Thank You: web4studio

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

  • Posts: 61
  • Thank you received: 5
  • Hikashop Business
9 years 1 week ago #221163

Many thanks.

It's working fine now.

THX for your first class suport!!!

Nadine

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

Time to create page: 0.061 seconds
Powered by Kunena Forum