
Originally Posted by
limelites
Find the text using developers toolkit, then try adding some to create the spaces req'd
OK i find the text and the file this is what i currently have:
PHP Code:
define('TEXT_TOTAL_ITEMS', 'Total Items:' );
define('TEXT_TOTAL_WEIGHT', ' Weight:' );
define('TEXT_TOTAL_AMOUNT', ' Amount:' );
define('TEXT_VISITORS_CART', '');
define('TEXT_OPTION_DIVIDER', ' - ');
This is obvoiusly not correct as i get the incorrect spacing....
What do i need to change?