whoezdaboss Posted October 18, 2007 Share Posted October 18, 2007 Hello, I want to remove the language and currency box from my website because we only use one language and currency. Can anyone explain me how to remove? -Whoezdaboss Link to comment Share on other sites More sharing options...
germ Posted October 18, 2007 Share Posted October 18, 2007 Login to your stores Admin. Click on "Localization" then "Languages" (upper left). Click the language you want to delete to "select" it (a blue arrow will appear at the right end of the line). Then click "delete". Then click on "Currencies" (upper left) and delete unwanted ones in the same manner. It would probably be a good idea to backup your site first... ;) If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
warrenerjm Posted October 18, 2007 Share Posted October 18, 2007 Hello, I want to remove the language and currency box from my website because we only use one language and currency. Can anyone explain me how to remove? -Whoezdaboss Hi In the appropriate column just comment them out ie // infront of line that has the language & currency box code. Link to comment Share on other sites More sharing options...
germ Posted October 18, 2007 Share Posted October 18, 2007 If you know what you're doing with regard to PHP and HTML, that will work, too!!! ;) If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
warrenerjm Posted October 18, 2007 Share Posted October 18, 2007 If you know what you're doing with regard to PHP and HTML, that will work, too!!! ;) :thumbsup: It means you can add it again if you want to at a later date. Link to comment Share on other sites More sharing options...
osbeginner Posted December 28, 2007 Share Posted December 28, 2007 HiIn the appropriate column just comment them out ie // infront of line that has the language & currency box code. Can you explain more? What column what code what file? Thanks Link to comment Share on other sites More sharing options...
bkellum Posted December 28, 2007 Share Posted December 28, 2007 Can you explain more? What column what code what file? Thanks :thumbsup: Good choices above but there are other options as well. If you have the Simple Template System (STS) installed, it would be as easy as not placing the languagebox tag and the currency tag on the page. Just as Julie's suggestion above, it can be easily added later by just adding those two tags back on the page where you want them to appear. Simple. Easy. Done. :lol: Bill Kellum Sounds Good Productions STS Tutorials & more: STSv4.6, STS Add-ons (STS Power Pack), STS V4 Forum STS Forum FREE TEMPLATE Link to comment Share on other sites More sharing options...
♥geoffreywalton Posted December 28, 2007 Share Posted December 28, 2007 To answer the question includes/column_left.php or includes/column_left.php depending on if it is on the left or right of the screen..Then have a look for currency and language. Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>. Link to comment Share on other sites More sharing options...
cherubrock74 Posted January 29, 2008 Share Posted January 29, 2008 That's what I did and it worked great...I just added // in front of the string that displays currency and languages box...that was in my right column php file thanks for the help guys To answer the question includes/column_left.php or includes/column_left.php depending on if it is on the left or right of the screen..Then have a look for currency and language. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.