administration view for order details

  • Posts: 27
  • Thank you received: 0
10 years 11 months ago #139174

Hi,

I have a specific need and I don't know how to handle it. On my website, you can only order one product, with many custom fields. Some of these fields are "item" type of custom fields, others are "order" custom fields.

In the Hikashop component administration menu "Orders", when I look at the details of an order :

- custom order fields are in the top right area "additional information" (and it can be edited with the link : mywebsite/administrator/index.php?option=com_hikashop&ctrl=order&task=edit&subtask=additional&cid=169&tmpl=component )

- but in order to look at the custom item fields, I need to click on the product details button (link : mywebsite/administrator/index.php?option=com_hikashop&ctrl=order&task=edit&subtask=products&order_id=169&order_product_id=177&tmpl=component)

What i would like to do is to regroup all of these informations in a single area. As I have only one product on my website, product ID is always the same anyway, and I don't even need to be able to edit these fields, I just want to have it all on the same page, to be able to print it easily and use it for a "production file" for people who will deal with these orders. If both "item" and "order" custom fields were in additional information area, my problem would be solved, (or for example with a link to a new page that regroups these informations) but I have a hard time to understand how to do that and I don't want to mess too much with administration files.

Is there a way to do so easily enough ?

Thanks in advance !

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

  • Posts: 13201
  • Thank you received: 2322
10 years 11 months ago #139192

Hi,

I think that you have to edit the view "order / edit_additional" in the backend template via the menu Display > Views.
And here add the desired informations, they should be stored in the object "$this->order".

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

Time to create page: 0.063 seconds
Powered by Kunena Forum