need to modify english texts

ThemeBurn SupportForumsOpenCart ThemesShoppica 2 OpenCart Themeneed to modify english texts

This topic has been marked as resolved.

half of website is English, other half is Turkish (default language)
i can’t change some of English sides,
please see attached files (2 photos), how can i change them?

last minute: i noticed rightnow, “Product Added to Cart” message is English too.

thank you

 exests
August 16, 2012 at 10:00 am #12562

Hello,

you need to :

- Copy this directory : catalog/language/english/shoppica2 (contains to files : global.lang.php and theme.lang.php) to : catalog/language/turkish (your Turkish language directory).

- After translate the file and save it on UFT-8 without BOM.

- To transtale the checkout page find this line and make the change:

// Checkout
$_['text_checkout_options'] = ‘1 Checkout Options’;
$_['text_checkout_account'] = ‘2 Account & Billing Details’;
$_['text_checkout_payment_address'] = ‘2 Billing Details’;
$_['text_checkout_shipping_address'] = ‘3 Delivery Details’;
$_['text_checkout_shipping_method'] = ‘4 Delivery Method’;
$_['text_checkout_payment_method'] = ‘5 Payment Method’;
$_['text_checkout_confirm'] = ‘6 Confirm Order’;
$_['text_checkout_continue'] = ‘Continue’;
$_['text_checkout_agree'] = ‘I have read and agree to the %s‘;

Good luck

 samdz
August 16, 2012 at 7:42 pm #12584

Here is a similar topic:

http://support.themeburn.com/topic/add-new-language

@samdz
Thanks for the help :)

Best,
ThemeBurn team

August 20, 2012 at 12:57 pm #12703
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.