Link to the customer on the order details page

  • Posts: 20
  • Thank you received: 0
11 years 10 months ago #120747

-- url of the page with the problem -- : www.manufakturakosmetyczna.pl/
-- HikaShop version -- : 2.2.1 Business
-- Joomla version -- : 2.5.9

Link to the customer on the order details page have dissapeared after update from HS 2.1.3 to 2.2.0 (before I have upgraded to 2.2.1).

How can I restore this link back?

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

  • Posts: 26255
  • Thank you received: 4041
  • MODERATOR
11 years 10 months ago #120755

Hi,

Edit the view "order | show" and replace the code

<tr class="hikashop_order_customer_id">
	<td class="key"><label><?php echo JText::_('ID');?></label></td>
	<td><span id="hikashop_order_customer_id"><?php echo @$this->order->customer->user_id; ?></span></td>
</tr>
By:
<tr class="hikashop_order_customer_id">
	<td class="key"><label><?php echo JText::_('ID');?></label></td>
	<td>
		<span id="hikashop_order_customer_id"><?php echo @$this->order->customer->user_id; ?></span>
		<a href="<?php echo hikashop_completeLink('user&task=edit&cid[]='. $this->order->customer->user_id.'&order_id='.$this->order->order_id); ?>">
			<img style="vertical-align:middle;" src="<?php echo HIKASHOP_IMAGES; ?>go.png" alt="go" />
		</a>
	</td>
</tr>
We will include this modification in the next package.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Last edit: 11 years 10 months ago by Jerome.
The following user(s) said Thank You: marioli

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

  • Posts: 20
  • Thank you received: 0
11 years 10 months ago #120762

It works,

thanks!

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

Time to create page: 0.053 seconds
Powered by Kunena Forum