-
AuthorPosts
-
ger12 Friend
ger12
- Join date:
- May 2012
- Posts:
- 185
- Downloads:
- 7
- Uploads:
- 0
- Thanks:
- 62
- Thanked:
- 8 times in 1 posts
January 8, 2013 at 4:09 am #183746Hi, 🙂
What is that into the User Order?

Could you teel me how can i remove it. i dont know what that means… :-[
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 9, 2013 at 9:23 am #479050Hi,
What does that text mean in English? I’m sorry as I’m not familiar with your native language. Also tell me step by step so that I can see that part.
ger12 Friend
ger12
- Join date:
- May 2012
- Posts:
- 185
- Downloads:
- 7
- Uploads:
- 0
- Thanks:
- 62
- Thanked:
- 8 times in 1 posts
January 9, 2013 at 4:41 pm #479113Means ¨Orders-key¨
I was making my own investigation :-[ and found one line (25 exactly) into details_order.php file. Y dont try to remove yet because i dont know how it´s work. :((
[PHP]
<table width=”100%” cellspacing=”0″ cellpadding=”0″ border=”0″>
<tr>
<td class=”orders-key”><?php echo JText::_(‘COM_VIRTUEMART_ORDER_PRINT_PO_NUMBER’) ?></td>
<td class=”orders-key” align=”left”>
<?php echo $this->orderdetails[‘details’][‘BT’]->order_number; ?>
</td>
</tr>[/PHP]This is happen into the User Order (the user order it is some kind of ¨proff of purchase¨ like a ¨purchase receipt¨).
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 11, 2013 at 10:14 am #479385You can hide that field by removing following code:
[PHP]
<tr>
<td class=”orders-key”><?php echo JText::_(‘COM_VIRTUEMART_ORDER_PRINT_PO_NUMBER’) ?></td>
<td class=”orders-key” align=”left”>
<?php echo $this->orderdetails[‘details’][‘BT’]->order_number; ?>
</td>
</tr>
[/PHP] -
AuthorPosts
This topic contains 6 replies, has 2 voices, and was last updated by Saguaros 12 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum