Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

problem with button in shoppin_cart


Guest

Recommended Posts

Posted

You are missing the text defines for following constants in file calatog/includes/languages/greek/shopping_cart.php

 

TEXT_OR

TEXT_REMOVE

 

The language pack that you added is for version 2.3.1 while your store is vesion 2.3.3, so there is more missing, best is you update the language pack according to the upgrade guides. Download the upgrade packages from here and do the upgrades mentioned for english but for the greek language

Posted

You have a missing language definition in one of your files for thew remove text next to the button. You should carefuly check the includes.languages/yourlanguage/shopping_cart.php for the equivalent of

 

define('TEXT_REMOVE', 'remove');

REMEMBER BACKUP, BACKUP AND BACKUP

Archived

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

×
×
  • Create New...