Page 1 of 1
Change 'View Cart' and 'Checkout' in Shopping Cart module
Posted: Fri Aug 06, 2010 1:42 am
by publicimage
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:

Re: Change 'View Cart' and 'Checkout' in Shopping Cart modul
Posted: Fri Aug 06, 2010 8:40 am
by JAY6390
should just need to edit the
/catalog/language/english/module/cart.php
file
Re: Change 'View Cart' and 'Checkout' in Shopping Cart modul
Posted: Fri Aug 06, 2010 10:39 pm
by publicimage
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';
Re: Change 'View Cart' and 'Checkout' in Shopping Cart modul
Posted: Fri Aug 06, 2010 11:30 pm
by JAY6390
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';
?>
Re: Change 'View Cart' and 'Checkout' in Shopping Cart modul
Posted: Fri Aug 05, 2011 10:30 pm
by vmmir
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,
Re: Change 'View Cart' and 'Checkout' in Shopping Cart modul
Posted: Sun Jul 07, 2013 2:51 am
by aapee
Have anyone solved this?
Re: Change 'View Cart' and 'Checkout' in Shopping Cart modul
Posted: Tue Feb 04, 2014 7:49 pm
by lindant
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"
Re: Change 'View Cart' and 'Checkout' in Shopping Cart modul
Posted: Sun Feb 28, 2016 7:01 pm
by M. Singh
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.+