GX-Bug #45767 » WishlistVPEFix.patch
| src/templates/Honeygrid/snippets/order/order_item.html (revision ) | ||
|---|---|---|
| 59 | 59 |
{$p_shipping_time}
|
| 60 | 60 |
{/if}
|
| 61 | 61 |
|
| 62 |
{if $p_price_single && $is_wishlist !== true}
|
|
| 62 |
{if $p_price_single}
|
|
| 63 | 63 |
<br /> |
| 64 | 64 |
{$txt.text_single}: {$p_price_single}
|
| 65 | 65 |
{/if}
|
| ... | ... | |
| 90 | 90 |
{/if}
|
| 91 | 91 |
|
| 92 | 92 |
{if $is_wishlist === true}
|
| 93 |
<br /> |
|
| 94 |
{$p_price_single}
|
|
| 95 |
{if $p_price_vpe}
|
|
| 96 |
<br /> |
|
| 97 |
{$p_price_vpe}
|
|
| 98 |
{/if}
|
|
| 99 | 93 |
{if $p_shipping_info}
|
| 100 | 94 |
<br /> |
| 101 | 95 |
{$p_shipping_info}
|