Jump to content

Prestashop 1.6.1.17 - Order history page


totallighting.sk

Recommended Posts

Dobre rano prajem, hladam sposob, ako upravit stranku history-page v admine klienta. Konkretne ma zaujima sposob, ako upravit zarovnanie spodnej casti prehladovej tabulky klienta. Kod, ktory je ju generuje je nizsze, neviem ktory tpl/php subor je potrebne upravit, poprosim Vas o pomoc, dakujem....

 

<table class="table table-bordered">
<thead>
<tr>
<th class="first_item">Kód</th>
<th class="item">Produkt</th>
<th class="item">Množstvo</th>
<th class="item">Cena/ks</th>
<th class="last_item">Cena celkom</th>
</tr>
</thead>
<tfoot>
<tr class="item">
<td colspan="1">
<strong>Položky (s DPH) </strong>
</td>
<td colspan="4">
<span class="price">15,53 €</span>
</td>
</tr>
<tr class="item">
<td colspan="1">
<strong>Balné a poštovné (s DPH) </strong>
</td>
<td colspan="4">
<span class="price-shipping">9,21 €</span>
</td>
</tr>
<tr class="totalprice item">
<td colspan="1">
<strong>Celkom:</strong>
</td>
<td colspan="4">
<span class="price">24,74 €</span>
</td>
</tr>
</tfoot>
<tbody>
<!-- Customized products -->
<!-- Classic products -->
<tr class="item">
<td><label for="cb_683">NZ00557</label></td>
<td class="bold">
<label for="cb_683">
Fixačný gél pre inštalačnú kotvu 300ml
</label>
</td>
<td class="return_quantity">
<input class="order_qte_input form-control grey" name="order_qte_input[683]" type="text" size="2" value="1">
<div class="clearfix return_quantity_buttons">
<a href="#" class="return_quantity_down btn btn-default button-minus"><span><i class="icon-minus"></i></span></a>
<a href="#" class="return_quantity_up btn btn-default button-plus"><span><i class="icon-plus"></i></span></a>
</div>
<label for="cb_683"><span class="order_qte_span editable">1</span></label></td>
<td class="price">
<label for="cb_683">15,53 €</label>
</td>
<td class="price">
<label for="cb_683">15,53 €</label>
</td>
</tr>
</tbody>
</table>

history_page.png

Edited by totallighting.sk (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...