About Order Management

  • Posts: 70
  • Thank you received: 0
5 years 10 months ago #293230

-- HikaShop version -- : 3.4.0
-- Joomla version -- : 3.8.8

Hi,
I have some question about order management.
1. Can I insert store address in "Shipping invoice"?
2. Can I merge "Invoice" and "Shipping invoice" within one file (Half a page)? Because I want to end print process in one action.
3. I want to add "Tracking order number" field in the mail that sends to a consumer when I change order status. How can I do this?

Thanks

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

  • Posts: 81539
  • Thank you received: 13069
  • MODERATOR
5 years 10 months ago #293252

Hi,

1. The store address is already in the "shipping invoice" by default, so I'm not sure what you mean ?

2. You would have to edit the file "invoice" of the view "order" via the menu Display>Views.
There, you would have to duplicate the whole code, and between the two blocks of code, you could add such line:
<?php $this->invoice_type='shipping'; ?>
That way, when you would click on the "invoice" button, you would get the invoice and then the shipping invoice below.

3. You can create a custom field of the table "order" via the menu Display>Custom fields. Then, in the orders you can add that tracking number, and based on how you configure the custom field display settings you can have it display in the emails when filled in.

The following user(s) said Thank You: Bankthaworn

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

Time to create page: 0.058 seconds
Powered by Kunena Forum