Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

deleting the languages box


adam007

Recommended Posts

Posted

I know this is probably the most stupedist question to be posted here. But beleive it or not, ive tried everything. I commented out and deleted the //include(DIR_WS_BOXES . 'languages.php'); in /catalog/includes. No change what so ever. Is there anything im missing here?

Pease dont point me to Wiki cos i've read it all.

 

 

Thanks for your support.

Posted

Which file are you updating? With many files having the same name, but residing in different directories, one of my most common errors has been to update the file in the wrong directory.

 

In this case, though, the file that you should be commenting out the line in is the \catalog\includes\column_right.php. Here's what I did, and it works fine:

 

Replace this code near the bottom of the page:

 

    include(DIR_WS_BOXES . 'languages.php');
   include(DIR_WS_BOXES . 'currencies.php');

 

with this:

 

/*
   include(DIR_WS_BOXES . 'languages.php');
   include(DIR_WS_BOXES . 'currencies.php');
*/

 

HTH,

 

TerryK

Terry Kluytmans

 

Contribs Installed: Purchase Without Account (PWA); Big Images, Product Availability, Description in Product Listing, Graphical Infobox, Header Tags Controller, Login Box, Option Type Feature, plus many layout changes & other mods of my own, like:

 

Add order total to checkout_shipment

Add order total to checkout_payment

Add radio buttons at checkout_shipping (for backorder options, etc.)

Duplicate Table Rate Shipping Module

Better Product Review Flow

 

* If at first you don't succeed, find out if there's a prize for the loser. *

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...