Post by Rambiusa » Sun Aug 21, 2016 10:11 pm

Hello,

I want to change the text "Use Coupon Code" in the shopping cart. The reason is that I use a german translation pack for our shop, but this text wasn't translated. After searching the web and crawling the language files extensively I couldn't find where this thing is located.

Does anyone know where I can find the .php - file with the (missing) translation of the whole collapse menu in the shopping cart? I use version 2.2.0.0.

And if by any chance someone knows where to control the speed of the slideshows, that would be awesome to know, too!

Thanks in advance,

Giovanni

Newbie

Posts

Joined
Wed May 25, 2016 7:55 am

Post by cyclops12 » Sun Aug 21, 2016 11:58 pm

Change the text in catalog/language/YOUR_LANGUAGE/checkout/coupon.php

Change speed of slideshow catalog/view/theme/YOUR_THEME/template/module/slideshow.tpl

Expert Member

Posts

Joined
Sun Sep 27, 2015 1:10 am

Post by OSWorX » Mon Aug 22, 2016 4:18 pm

Rambiusa wrote:Hello,

I want to change the text "Use Coupon Code" in the shopping cart. The reason is that I use a german translation pack for our shop, but this text wasn't translated. After searching the web and crawling the language files extensively I couldn't find where this thing is located.
I guess you are not using my translation:
http://www.opencart.com/index.php?route ... n_id=18894
Because there is all translated - if I forgot something, simply inform me.

Full Stack Web Developer :: Dedicated OpenCart Development & Support DACH Region
Contact for Custom Work / Fast Support.


User avatar
Guru Member

Posts

Joined
Mon Jan 11, 2010 10:52 pm
Location - Austria

Post by jojomojoblue » Wed Sep 06, 2017 3:12 pm

open : catalog/language/en-en( your language ) /total/coupon.php
then change code red to your language translate :

Code: Select all

<?php
// Text
$_['text_coupon'] = 'Coupon (%s)';
$_['entry_coupon'] = 'Enter your coupon here';
$_['heading_title'] = 'Use Coupon Code';
$_['text_success']  = 'Success: Your coupon discount has been applied!';
// Error
$_['error_coupon']  = 'Warning: Coupon is either invalid, expired or reached its usage limit!';
$_['error_empty']   = 'Warning: Please enter a coupon code!';
and save !!! ;)
Last edited by straightlight on Wed Mar 04, 2020 6:57 am, edited 1 time in total.

Newbie

Posts

Joined
Fri Aug 25, 2017 11:58 am
Who is online

Users browsing this forum: No registered users and 48 guests