Post by publicimage » Fri Aug 06, 2010 1:42 am

Hi,
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:
Image

Newbie

Posts

Joined
Wed Jan 27, 2010 6:52 pm

Post by JAY6390 » Fri Aug 06, 2010 8:40 am

should just need to edit the
/catalog/language/english/module/cart.php
file

Image


User avatar
Guru Member

Posts

Joined
Wed May 26, 2010 11:47 pm
Location - United Kingdom

Post by publicimage » Fri Aug 06, 2010 10:39 pm

Sorry,
not working

the strings in this file:

Code: Select all

// Heading
$_['heading_title'] = 'Shopping Cart';

// Text 
$_['text_subtotal'] = 'Sub-Total:';
$_['text_empty']    = '0 items'; 

Newbie

Posts

Joined
Wed Jan 27, 2010 6:52 pm

Post by JAY6390 » Fri Aug 06, 2010 11:30 pm

Hmm, what version of open cart are you using?
This is how it should look

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';
?>

Image


User avatar
Guru Member

Posts

Joined
Wed May 26, 2010 11:47 pm
Location - United Kingdom

Post by vmmir » Fri Aug 05, 2011 10:30 pm

I am having the same issues using the shopping module in another language. I have copied the cart.php file into the corresponding foleder /catalog/language/spanish/module but it does not help. Error message as follow

Error: Could not load language catalogue/module/cart!

Please advise should you have a solution to fix this up.
Thannks,

Newbie

Posts

Joined
Mon Aug 23, 2010 5:21 pm

Post by aapee » Sun Jul 07, 2013 2:51 am

Have anyone solved this?

Newbie

Posts

Joined
Sun Jul 07, 2013 1:41 am

Post by lindant » Tue Feb 04, 2014 7:49 pm

After 3 days of searching for the solution for this, i finally found not WHERE TO change the text language of the Module Cart.

I searched for the main strings and found them in the original English file located in the main Language folder of Joomla:
language/en-GB/en-GB.com_mijoshop.ini

The lines were not found in my language folder, so i copied the lines from the original English ini file to my language ini and changed them to my language and it worked!

The lines necessary to add and modify in the ini file are:
COM_MIJOSHOP_MODULE_CART_HEADING_TITLE="Shopping Cart"
COM_MIJOSHOP_MODULE_CART_TEXT_ITEMS="%s items(s) - %s"
COM_MIJOSHOP_MODULE_CART_TEXT_EMPTY="Your shopping cart is empty!"
COM_MIJOSHOP_MODULE_CART_TEXT_CART="View Cart"
COM_MIJOSHOP_MODULE_CART_TEXT_CHECKOUT="Checkout"

Newbie

Posts

Joined
Wed Jan 08, 2014 8:44 pm

Post by M. Singh » Sun Feb 28, 2016 7:01 pm

I also want to chage View cart button with Apply Coupon in my www.indiamedicart.com , but not find any solution.
Please help me. my Opencart version ins 2.+

Newbie

Posts

Joined
Sun Feb 28, 2016 6:44 pm
Who is online

Users browsing this forum: No registered users and 2 guests