Add Custom Field to Order Listing.

  • Posts: 440
  • Thank you received: 20
  • Hikashop Essential
4 years 6 months ago #318740

-- HikaShop version -- : 4.2.3
-- Joomla version -- : 3.9.18

Hi

I am trying to add a custom field to the order listing page which is accessible via the Orders link when logged into an account.

It shows in the last orders when first viewing the account page. The text in the attachment is testing.

The custom field is in the table order with a column name of note.

Thanks

Dave B)

Attachments:
Last edit: 4 years 6 months ago by davec.

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

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
4 years 6 months ago #318744

Hi,

There is no option to display custom order fields on the orders listing on the frontend.
So you'll have to edit the order / listing.php view file via the menu Display>Views and add such code there:
<?php echo $row->XXX; ?>
where XXX is the column name of the custom order field.

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

Time to create page: 0.056 seconds
Powered by Kunena Forum