Post by rale » Thu May 16, 2019 11:59 pm

Hi there!
On the customer side, order info page, final price indicates with the code

Code: Select all

    
          {% for total in totals %}
          <tr>
            <td colspan="4"></td>
            <td class="text-right"><b>{{ total.title }}</b></td>
            <td class="text-right">{{ total.text }}</td>
            {% if products %}
            <td></td>
            {% endif %} </tr>
          {% endfor %} 
          
And that look like this

Code: Select all

Sub-Total
$80.00 Flat Shipping Rate
$5.00 Total
$85.00
or like this if just use total.text

Code: Select all

$80.00 $5.00 $85.00
how can still show just the final price? It is necessary for order info on customer side?
OC 3.0.2.0
Thank you!

User avatar
New member

Posts

Joined
Sun Apr 17, 2016 1:44 am

User avatar
Guru Member

Posts

Joined
Wed Nov 16, 2011 11:53 am
Location - Singapore

Post by rale » Fri May 17, 2019 12:59 am

Txanks for answer!
How use that? Not understand.

User avatar
New member

Posts

Joined
Sun Apr 17, 2016 1:44 am
Who is online

Users browsing this forum: No registered users and 92 guests