kevincarter Posted May 3, 2006 Posted May 3, 2006 If someone could tell me the filename or where in a file is the thing that guides the customer trhough the payment (little bar at the bottom with a ball that moves hotizontally at every step (delivery info>payment info>confirmation>finished!) it would be of great help. In the catalan page instead of saying delivery information it nice little fonts it says CHECKOUT_BAR_DELIVERY... and so on. If I can find it I think I can fix it. Thanks! I'm having so much fun with the Catalan version!!!! :rolleyes:
Guest Posted May 3, 2006 Posted May 3, 2006 these definitions are in the main language files catalog\includes\languages\english.php
kevincarter Posted May 4, 2006 Author Posted May 4, 2006 these definitions are in the main language filescatalog\includes\languages\english.php Hey I just fixed it! thanks for the info!! Jsut in case someone needs it you have to substitute this: define('CHECKOUT_BAR_CART_CONTENTS', 'cistella'); define('CHECKOUT_BAR_DELIVERY_ADDRESS', 'entrega'); define('CHECKOUT_BAR_PAYMENT_METHOD', 'pagament'); define('CHECKOUT_BAR_CONFIRMATION', 'confirmaci?'); define('CHECKOUT_BAR_FINISHED', 'enllestit!'); For this: define('CHECKOUT_BAR_DELIVERY', 'Delivery Information'); define('CHECKOUT_BAR_PAYMENT', 'Payment Information'); define('CHECKOUT_BAR_CONFIRMATION', 'Confirmation'); define('CHECKOUT_BAR_FINISHED', 'Finished!'); Well you have to translate delivery for "entrega" and so on... Or at least that's what I think, it worked for me, now I'm fixing the Shipping Address / Shipping method because it looks because it looks all funky LIKE_BIG_UGLY_WORDS. I can't believe I can fix this thing! THis is awesome!!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.