Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Missing button


rinolar

Recommended Posts

Posted

@@rinolar

 

Unfortunately, because your site is not english, it doesn't say TEXT anything......I didn't see any non functioning buttons.

 

 

 

Chris

Posted

You are missing the 2 additional language "defines" that got added with version 2.3.3. This is because the language pack you have is for version 2.3.1

 

To solve the particular issue, open file catalog/includes/languages/your_language/shopping_cart.php and add following before the closing ?> tag

 

define('TEXT_OR', 'or ');
define('TEXT_REMOVE', 'remove');

 

There are a couple more changes that affect languages in both upgrades (.3.2 and 2.3.3), so, I would suggest you download the upgrade packages and apply any language related changes to your language files

Archived

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

×
×
  • Create New...