X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Edit text where Real Time Shipping is displayed (https://forum.x-cart.com/showthread.php?t=46317)

brianlandis 03-16-2009 04:55 PM

Edit text where Real Time Shipping is displayed
 
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)} &mdash;<!--(-->{include file="currency.tpl" value=$shipping[ship_num].rate}<!--)-->{/if}

and commented it out, but it won't show up live. Anyone?

JWait 03-17-2009 07:59 AM

Re: Edit text where Real Time Shipping is displayed
 
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}

brianlandis 03-17-2009 12:21 PM

Re: Edit text where Real Time Shipping is displayed
 
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!

brianlandis 03-17-2009 12:42 PM

Re: Edit text where Real Time Shipping is displayed
 
For all those people who are clamoring for this information:

skin1/modules/fast_lane_checkout/shipping_methods.tpl


All times are GMT -8. The time now is 09:31 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.