How to Change the Sales Message in Zen Cart
Zen Cart is an open source, e-commerce shopping cart software program for online merchants. You can download the shopping cart software on Windows, Mac or Linux. The shopping cart software allows you to receive payments from all major credit card companies, and you can add customizations to Zen Cart such as banners. You can customize your entire Zen Cart page. The default messages on your Zen Cart, such as "Sales Messages," have a generic message. If you find the "Sales Message" in Zen Cart annoying, you can change it to make your own message.
- Difficulty:
- Moderately Easy
Instructions
-
-
1
Open your text editor for your website and then navigate to the "includes/languages/english/header.php" file.
-
2
Find this line in your code: "'HEADER_SALES_TEXT', 'Tagline Here'):
Replace the "Tagline Here" text with your own text. Be sure to leave the single quotation marks intact.
-
3
Save your custom text in the "includes/languages/english/custom/header.php" file and then add the new code to your server. Your new tagline appears instead of the default sales message.
-
1