Ordering of Shipping Address Invoice/Delivery Note

  • Posts: 363
  • Thank you received: 7
  • Hikashop Business
8 years 8 months ago #233527

-- HikaShop version -- : 2.6.1

Hi,

In the Invoice / Delivery Note admin template file the section that prints out the shipping address, how can the order of the fields be managed?

if(empty($this->element->override_shipping_address)) {
											$class = hikashop_get('class.address');
											echo $class->displayAddress($this->element->fields,$this->element->shipping_address,'order');
										} else {
											echo $this->element->override_shipping_address;
										}

How can this order be managed?

i.e. Lets say you wanted to move Post Code field to the last field. for example.

Many thanks.

Last edit: 8 years 8 months ago by grayt7.

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

  • Posts: 82867
  • Thank you received: 13373
  • MODERATOR
8 years 8 months ago #233531

Hi,

Edit the "address_template" view file for both your frontend and backend template via the menu Display>Views.

The following user(s) said Thank You: grayt7

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

Time to create page: 0.058 seconds
Powered by Kunena Forum