GX-Bug #47401 » ShippingWeightQTYUnitFix.patch
| src/templates/EyeCandy/module/product_listing/product_listing_v1.html (revision ) | ||
|---|---|---|
| 179 | 179 |
{/if}
|
| 180 | 180 |
{if $module_data.SHOW_PRODUCTS_WEIGHT && $module_data.PRODUCTS_WEIGHT}
|
| 181 | 181 |
<span class="label">{$info.text_weight}</span> <span id="gm_calc_weight_{$module_data.PRODUCTS_ID}">{$module_data.PRODUCTS_WEIGHT}</span> {$info.text_weight_unit}
|
| 182 |
{if $module_data.UNIT}
|
|
| 183 |
{$module_data.UNIT}
|
|
| 184 |
{else}
|
|
| 185 |
{$info.text_weight_qty_unit}
|
|
| 186 |
{/if}
|
|
| 182 | 187 |
{/if}
|
| 183 | 188 |
</p> |
| 184 | 189 |
</div> |