Remove IP Address in Footer

Removing the IP address at the foot of a Zen Cart website is actioned via the Admin side of the website. Login to the Admin section of the website, not the store front page, entering your username and password when prompted. The page is something like: www.example.com/admin Navigate to the page admin/configuration layout settings. Near […]

Read More… from Remove IP Address in Footer

Zen Cart UK Date Format

The date format in Zen Cart can be modified by making the necessary changes in the language configuration files. To change the date format from the default month/day/year, the changes are made in the files: /includes/languages/<current language>.php /admin/includes/languages/<current language>.php /includes/languages/<current template>/<current language>.php As always when changing core files, you’re highly advised to make use of […]

Read More… from Zen Cart UK Date Format

Change Store Name

The name of a Zen Cart website is a configurable parameter, accessed through the admin pages. To change the store name of a ZenCart website login to the admin side of the website. It may either as shown below, or the admin directory maybe different, according to the option configured at the time of installation […]

Read More… from Change Store Name

Change Copyright Message

To change the default Zen Cart copyright message requires the editing of a file. Zen Cart by default has a dummy copyright message which references Zen Cart. Open the includes/languages/english.php file in your text editor. Find the following lines of code. We will be changing the text starting with“Copyright” and ending with the first “Zen […]

Read More… from Change Copyright Message