Show shipping description in order

  • Posts: 19
  • Thank you received: 2
9 years 6 months ago #201188

-- HikaShop version -- : 2.4.0
-- Joomla version -- : 3.4

Hello,
I have few shipping types on my e-commerce website.
Wonder to ask if there is a way to show in order not only shipping name but also shipping description.
Think it is more useful to understand what kind of shipping customer selected.

Thank you,
Victoria.

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

  • Posts: 82910
  • Thank you received: 13379
  • MODERATOR
9 years 6 months ago #201190

Hi,

On which page exactly do you want to display that ?
Could you do a screenshot ?

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

  • Posts: 19
  • Thank you received: 2
9 years 6 months ago #201248

Hi Nicolas,
I'm referring to order detail page I would like to have here a row with shipping description:




Best regards,
Victoria.

Attachments:

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

  • Posts: 82910
  • Thank you received: 13379
  • MODERATOR
9 years 6 months ago #201251

Hi,

Try to add such code:

<?php $shipping_method_data = $this->shippingClass->get($this->order->order_shipping_id);
echo $shipping_method_data->shipping_description;
?>

before the code:
</span></td>
		</tr>
		<tr class="hikashop_order_additional_payment_fee">
in the file "show_additional" of the "order" view via the menu Display>Views.

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

  • Posts: 19
  • Thank you received: 2
9 years 6 months ago #201329

Thank you Nicolas,
it works

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

Time to create page: 0.066 seconds
Powered by Kunena Forum