can someone pls help me.
I'm trying to find how to change 'View Cart' and 'Checkout' in Cart module from English to my shop language , any ideas
talking 'bout this:

Code: Select all
// Heading
$_['heading_title'] = 'Shopping Cart';
// Text
$_['text_subtotal'] = 'Sub-Total:';
$_['text_empty'] = '0 items';
Code: Select all
<?php
// Heading
$_['heading_title'] = 'Shopping Cart';
// Text
$_['text_subtotal'] = 'Sub-Total:';
$_['text_empty'] = '0 items';
$_['text_confirm'] = 'Confirm?';
$_['text_remove'] = 'Remove';
$_['text_view'] = 'View Cart';
$_['text_checkout'] = 'Checkout';
?>
Users browsing this forum: No registered users and 3 guests