Page 1 of 1

Footer text not changing when translating files

Posted: Wed Jan 04, 2017 3:16 am
by caver911
Ref: http://proffinfo.com/shop/index.php?route=common/home

In the left column in footer About Us, Delivery Information, Privacy Policy, Terms & Conditions are not translated. I translated all files in admin, is this to be translated from within the admin area? Please guide me to the rcorrect file(s) or where in admin area I can change it.

Best regards

Re: Footer text not changing when translating files

Posted: Wed Jan 04, 2017 10:15 am
by IP_CAM
Image
---
It's language dependent ok, I assume at least, but I cannot try at present !
Good Luck ! ;)
Ernie
---
Clerkscart OC v.2.2.6 Install DB-Content:

Code: Select all

--
-- `oc_information_description`
--
INSERT INTO `oc_information_description` (`information_id`, `language_id`, `title`, `description`, `meta_title`, `meta_description`, `meta_keyword`) VALUES
(4, 1, 'About Us', '<p>\r\n	About Us</p>\r\n', 'About Us', '', ''),
(5, 1, 'Terms & Conditions', '<p>\r\n	Terms &amp; Conditions</p>\r\n', 'Terms & Conditions', '', ''),
(3, 1, 'Privacy Policy', '<p>\r\n	Privacy Policy</p>\r\n', 'Privacy Policy', '', ''),
(6, 1, 'Delivery Information', '<p>\r\n	Delivery Information</p>\r\n', 'Delivery Information', '', '');