Home | Sitemap | Search | Contact Us
 
Advertisement
Sections
Resources
Articles
_______________
Zen Cart Tips
_______________
Joomla 1.5 Tips
SugarCrm Tips
_______________
Links
Search
Technical Tips
How do I change the Category Sidebox style?  E-mail

There are three styles in your style sheet you need to change.  These are:

  • class="category-top"
  • class="category-subs-parent"
  •  class="category-subs"
Read more...
 
Zen Cart File Structure  E-mail
A graphical tree disgram of the Zen Cart structure.
Read more...
 
How do I change the Congratulations message after install?  E-mail

How do I change the "Congratulations! You have successfully installed Zen Cart" Message?

All of the text on each page is dynamically generated and can be easily changed. Begin by locating the language file that has the same name as the page or module you want to change.

Read more...
 
Where do I change the checkout confirmation email text?  E-mail
/includes/languages/english/YOURTEMPLATE/checkout_process.php

Replace YOURTEMPLATE with the name of your custom template, if any.
 
What can I customise in the Zen Cart Sideboxes?  E-mail
This article provides an overview of what areas you can modify in the Zen Cart Sideboxes.
Read more...
 
Ignoring Zencart Headers in Winmerge  E-mail
This tip makes it much easyer to use WinMerge to compare zen-cart files/versions as it excludes the Zencart files header information, thus ignoring files that have only had the version number changed.
Read more...
 
Example of Zencart Overides  E-mail
This outlines examples of how to use the relevant Zencart overides when custonising your Zencart system.
Read more...
 
How do I import my osCommerce database into Zen Cart?  E-mail

Instructions for moving your categories and products over from an OSC database to the ZenCart Database.

Ok, a few things before we start:

*Backup your databases first before doing this!
*This only copies over your categories and products..!
*I'm not a coder, or an expert. However, I've done this multiple times now, and it works every time for me. I walked another user thru how to do this, so I thought I'd share with others.

Read more...
 
How do I turn off the Zen Cart Welcome Email?  E-mail

Edit the following file:

includes/modules/pages/create_account/header_php.php

Comment out the following line:

zen_mail($name, $email_address, EMAIL_SUBJECT, $email_text, STORE_NAME, EMAIL_FROM, $html_msg, 'welcome');

 
Zen Cart Email Templates How To  E-mail

How to use - Rich Text Editors / Email Archiving / HTML Mail Sending

In the Admin section, goto "Configuration" | "E-Mail Options"

- set the following settings:

  • HTML Editor = {your choice... experiment as you wish}
  • Make sure your "E-Mail Transport Method" is set appropriately for the webserver you're using.
  • Use MIME HTML When Sending Emails = "true"
  • Send E-Mails = true
  • Email Archiving Active? = We recommend setting this to "true" -- note, this will increase your database size regularly.

Now go to the "Tools" | "Newsletter Manager" page, and send newsletters until your heart's content!

Read more...
 
How to Create a Static Page in Zen Cart  E-mail

How to Create a Static Page in Zen Cart

So you want to create a new page called MyPage and link it from the information sidebox?  Here's the seven step process to do that.
Read more...