Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • ger12 Friend
    #183746

    Hi, 🙂

    What is that into the User Order?

    Could you teel me how can i remove it. i dont know what that means… :-[

    Saguaros Moderator
    #479050

    Hi,

    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
    #479113

    Means ¨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
    #479385

    You 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]

    ger12 Friend
    #480027

    Thank you Saguaros, i removed the code. But what is real function of that order-key? :-[

    Saguaros Moderator
    #480161

    It’s just class name of that row they define to style for that column order number:)

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  Saguaros 11 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum