| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Edit text where Real Time Shipping is displayed | |||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
![]() This is kind of silly, but I was curiou if someone could tell me which file controls how the real time shipping rates are displayed in the cart. I simply want to remove the parenthesees around the shipping cost that is displayed and replace it with an em dash. I thought I had found it in skin1/customer/main/cart_totals.tpl:
<td{if $shipping[ship_num].shippingid eq $cart.shippingid} class="TableHead"{/if} align="left"> {$shipping[ship_num].shipping|trademark:$insert_trademark} {if $shipping[ship_num].shipping_time ne ""} - {$shipping[ship_num].shipping_time}{/if} {if $config.Appearance.display_shipping_cost eq "Y" && ($login ne "" || $config.General.apply_default_country eq "Y" || $cart.shipping_cost gt 0)} —<!--(-->{include file="currency.tpl" value=$shipping[ship_num].rate}<!--)-->{/if} and commented it out, but it won't show up live. Anyone?
__________________
X-Cart Gold 4.1.6 |
|||||||
#2
|
|||||||||
|
|||||||||
![]() Did you try?
{if $config.Appearance.display_shipping_cost eq "Y" && ($login ne "" || $config.General.apply_default_country eq "Y" || $cart.shipping_cost gt 0)} - {include file="currency.tpl" value=$shipping[ship_num].rate} {/if}
__________________
Two Separate X-Cart Stores Version 4.4.4 Gold - X-AOM - Vivid Dreams Aquamarine (modified) - Linux Mods - Newest Products - View All -, and a few others. Numerous upgrades from 4.0.x series. Integrated with Stone Edge Order Manager + POS Version 4.1.12 Gold (fresh install) - X-AOM - Linux Mods - XCSEO free |
|||||||||
#3
|
|||||||
|
|||||||
![]() No. This didn't work. Very frustrating, because it did work when i edited the Shipping Estimator modification. "cart_totals.tpl" has exactly the same bit of code in it and it doesn't do anything!
__________________
X-Cart Gold 4.1.6 |
|||||||
#4
|
|||||||
|
|||||||
![]() For all those people who are clamoring for this information:
skin1/modules/fast_lane_checkout/shipping_methods.tpl
__________________
X-Cart Gold 4.1.6 |
|||||||
![]() |
|
Thread Tools | Search this Thread |
|
|
|
|||
X-Cart forums © 2001-2020
|