Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Tracking numbers on the order page 1.1

   (1 review)    Find their other files

  364 5,228

4 Screenshots




  • +1 1

Review Averages

5.0 out of 5 stars
100%
0%
0%
0%
0%

User Feedback

You may only provide a review once you have downloaded the file.

Dimk

  

Отличный модуль, спасибо!

 

Кому как, но лучше убрать это из модификатора, чтобы не расширять кол-вом полей стр с заказами. Номер можно посмотреть и на стр заказа:

 

        

<file path="admin/view/template/sale/order_list.twig">
            <operation>
                <search><![CDATA[<td class="text-left">{% if sort == 'order_status' %} <a href="{{ sort_status }}" class="{{ order|lower }}">{{ column_status }}</a> {% else %} <a href="{{ sort_status }}">{{ column_status }}</a> {% endif %}</td>]]></search>
                <add position="after"><![CDATA[
                    <td class="text-left">{{ text_supplier_order }}</td>
                    <td class="text-left">{{ text_track_number }}</td>
                ]]></add>
            </operation>
            <operation>
                <search><![CDATA[<td class="text-left">{{ order.order_status }}</td>]]></search>
                <add position="after"><![CDATA[
                    <td class="text-left">{{ order.supplier_order }}</td>
                    <td class="text-left">{{ order.track_number }}</td>
                ]]></add>
            </operation>
        </file>

 

Link to review



User Feedback

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.