Thursday, August 30, 2012

text_shopping_cart error

text_shopping_cart error

Sample for Indonesian Language

modifiy the header.php in /catalog/language/indonesia/common


<?php
// Text
$_['text_home']     = 'Beranda';
$_['text_wishlist'] = 'Daftar Keinginan (%s)';
// remove this line $_['text_cart']     = 'Keranjang Belanja'; // error displayed as 'text_shopping_cart' 
$_['text_shopping_cart']  = ' Keranjang Belanja'; // this is the right one
$_['text_items']    = '%s item - %s';
?>

Save it and your language is fixed....