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)
-   -   Where do I change the product editing screen? (https://forum.x-cart.com/showthread.php?t=11977)

Danielle 02-05-2005 08:34 AM

Where do I change the product editing screen?
 
In the product editing screen, there is a label that says Shipping Freight then beside it it says (US $). I just want to remove the part that says (US $). I found the label but it only says Shipping Freight. Anyone know where I go to delete the (US $)???

Thanks!
Danielle

balinor 02-05-2005 08:43 AM

It would help immensely if you would post your X-Cart version number in your signature. Don't just reply with 'I'm using 4.0.x"....physically place it in your signature so that your next post doesn't get the same response. Thank you! :)

Danielle 02-05-2005 09:09 AM

OK, I did it, thank you!

balinor 02-05-2005 09:18 AM

Woo hoo! Thank you! Ok, now on to your question:

You will want to edit /main/product_details.tpl. Look for this chunk of code down near the bottom:

Code:

<TR>
{if $productids ne ''}<TD width="15" class="TableSubHead"><INPUT type="checkbox" value="Y" name="fields[shipping_freight]"></TD>{/if}
 <TD class="FormButton" nowrap>{$lng.lbl_shipping_freight} ({$config.General.currency_symbol})</TD>
 <TD class="ProductDetails">
  <INPUT type="text" name="shipping_freight" size="18" value="{if $product.shipping_freight eq ""}0.00{else}{$product.shipping_freight}{/if}">
 </TD>
</TR>


Remove this little bit of code:

Code:

({$config.General.currency_symbol})

That should do it!

Danielle 02-06-2005 10:15 AM

Thanks that worked perfectly!


All times are GMT -8. The time now is 06:02 AM.

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