Specific to Free Templates 1 and 2 from Zen Flavor. Edit …includes/templates/freetemplate1/common/tpl_header.php Replace… <h1>MY ONLINE STORE</h1> <h2>Slogan or tagline or …Read the Rest
Featured Articles

How To Create Title Tag In WordPress
March 11, 2012How To Create Title Tag In WordPress Depending on what page you are on you need to make sure that the title tag is different on each page. This is important for SEO because you can’t have pages with the same title tag. As WordPress is a CMS you use the same header section on each page so you need to add some logic to make sure they are different depending on what page you are on. Here is a WordPress snippet that you should add to the head tag of your theme. Put this code between...
Read more
LIAN LI Lancool PC-K57 Black Steel ATX Mid Tower Computer Case
January 30, 2012Why did we purchase the LIAN LI Lancool PC-K57 Black Steel ATX Mid Tower Computer Case? This case has appealed to us for some time. It looks great and you get the feeling it is engineered well. The quality of construction and paint is very good. The case feels rigid and the side panels flex very little. Cooling: We want to be able to control the airflow through the case. Unlike other cases that have multiple openings for fans, this case has only three open fan locations and the space...
Read more
Antec Kuhler H2O 920 Liquid Cooling System Installation Instructions
January 30, 2012Antec Kuhler H2O 920 Installation Instructions If you have purchased an Antec Kuhler H2O 920 Liquid Cooling System and feel the instructions included with the device are not helpful, then you are at the right place. We recently installed this liquid cooling system without any difficulty and wanted to share our experience with anyone it could benefit. It is our hope that you will read these instructions thoroughly before beginning installation to get a vision of what you will be doing as you ...
Read more
To add page content to Posts Page in WordPress
January 1, 2012To add page content to Posts Page so it will appear on the front page above your posts in Wordpress. open ...wp-content/themes/albizia/home.php (index.php on some themes) add the following code below <div id="contentwrap"> <?php if ( 'page' == get_option('show_on_front') && get_option('page_for_posts') && is_home() ) : the_post(); $page_for_posts_id = get_option('page_for_posts'); setup_postdata(get_page($page_for_posts_id)); ?> <div id="post-<?ph...
Read more
An automated WordPress update has failed to complete…
January 1, 2012After an automated update has failed, you may get the following across the top of the Admin Dashboard even if a manual upgrade was successful. "An automated WordPress update has failed to complete - please attempt the update again now." To remedy this, set your ftp program to show hidden files and delete the ".maintenance" file in the root directory. Refresh the page and the notice should be gone.
Read more
To change Leave a Reply to Leave a Comment in WordPress
January 1, 2012To change "Leave a Reply" to "Leave a Comment" in Wordpress. Open ...wp-includes/comment-template.php edit (around line 1543) 'title_reply' => __( 'Leave a Reply' ), to read 'title_reply' => __( 'Leave a Comment' ), Save to original location.
Read more
Change Email From: (name and email address) in WordPress
January 22, 2011Email received by users may have WordPress [wordpress@"yoursite.com"] in the line From: To change this, edit the following. Edit: ...wp-includes/pluggable.php (around lines 375 and 391). Change these lines: 375 $from_name = 'WordPress'; 391 $from_email = 'wordpress@' . $sitename; To: 375 $from_name = 'Name or your website'; 391 $from_email = 'admin@ or whatever@' . $sitename; Same to the same location.
Read more
Change or Remove Congratulations Message in Zen Cart
December 7, 2010Change Congratulations… in Zen Cart Edit...public_html\includes/languages/english/index.php Remove the text between the single quotes in these lines define('HEADING_TITLE', 'Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution.'); } To remove all text it will look something like this define('HEADING_TITLE', ''); } Save to ...public_html\includes/languages/english/YOUR_TEMPLTE/index.php From http://tutorials.zen-cart.com/index.php?articl...
Read more
Change website title and meta tags in Zen Cart
December 7, 2010Change website title and meta tags in Zen Cart Edit...public_html/includes/languages/english/meta_tags.php Replace... define('TITLE', 'Zen Cart!'); define('SITE_TAGLINE', 'The Art of E-commerce'); define('CUSTOM_KEYWORDS', 'ecommerce, open source, shop, online shopping'); With... define('SITE_TAGLINE', 'Used and refurbished solutions for your church, school, or home organ.'); define('CUSTOM_KEYWORDS', 'used church organs pipe parts for sale chimes pipes parts blowers windc...
Read more
Edit shopping cart page with custom text in Zen Cart
December 7, 2010Edit shopping cart page with custom text in Zen Cart Edit ...public_html/includes/languages/english/shopping_cart.php Replace... define('TEXT_INFORMATION', 'You may want to add some instructions for using the shopping cart here. (defined in includes/languages/english/shopping_cart.php)'); With define('TEXT_INFORMATION', 'PLEASE NOTE!!! - Texas religious organizations and resellers need to <a href="index.php?main_page=page&id=1&chapter=10" target="_blank">Clic...
Read more
Edit create account success in Zen Cart
December 7, 2010This will customize the page displayed to the customer after their account is created successfully in Zen Cart. Edit ...public_html/includes/languages/english/create_account_success.php define('TEXT_ACCOUNT_CREATED', 'Congratulations! Your new account has been successfully created! You can now take advantage of member privileges to enhance your online shopping experience with us. If you have <small><strong>ANY</strong></small> questions about the operati...
Read more
Edit create account email in Zen Cart
December 7, 2010This will edit the e-mail sent to the customer when their account is created in Zen Cart. Edit ......public_html/includes/languages/english/create_account.php Replace... define('EMAIL_TEXT', 'You are now registered with our store and have account privileges: With your account, you can now take part in the <strong>various services</strong> we have to offer you. Some of these many services include:' . "\n\n<ul>" . '<li><strong>Order History</stro...
Read more
Edit Shopping Cart to add Company to Check/Money Order in Zen Cart
December 7, 2010Edit Shopping Cart to add Company to Check/Money Order in Zen Cart. Edit ...includes/languages/english/modules/payment/moneyorder.php Replace define('MODULE_PAYMENT_MONEYORDER_TEXT_TITLE', 'Check/Money Order'); With define('MODULE_PAYMENT_MONEYORDER_TEXT_TITLE', 'Company Check/Money Order'); Save to ...public_html/includes/languages/english/modules/payment/YOUR_TEMPLATE/moneyorder.php
Read more
Change larger image to click to enlarge in Zen Cart
December 7, 2010Change "larger image" to "click to enlarge" in Zen Cart. Edit ...includes/languages/english.php Replace define('TEXT_CLICK_TO_ENLARGE', 'larger image'); With define('TEXT_CLICK_TO_ENLARGE', 'Click to enlarge'); Save to ......includes/languages/YOUR_TEMPLTE/english.php
Read more
Change PayPal Logo in Zen Cart
December 7, 2010Change PayPal Logo in Zen Cart Edit ...includes/languages/english/modules/payment/paypal.php Replace define('MODULE_PAYMENT_PAYPAL_MARK_BUTTON_IMG', 'https://www.paypal.com/en_US/i/logo/PayPal_mark_37x23.gif'); With define('MODULE_PAYMENT_PAYPAL_MARK_BUTTON_IMG', 'https://www.paypal.com/en_US/i/bnr/horizontal_solution_PPeCheck.gif'); Save to ....includes/languages/english/modules/payment/YOUR_TEMPLATE/paypal.php
Read more
Edit htaccess for 301 and 404 in Zen Cart
December 7, 2010Edit htaccess for 301 and 404 in Zen Cart Edit ...public_html/htaccess RewriteEngine on RewriteCond %{HTTP_HOST} ^www.your_domain.com$ RewriteRule ^/?$ "http\:\/\/your_domain\.com\/" [R=301,L] ErrorDocument 404 http://www.your_domain.com/index.php?main_page=page_not_found Save to same location
Read more
Replace flag icon to US flag in Zen Cart
December 7, 2010Replace flag icon to US flag in Zen Cart. Save the image below to ...public_html/includes/languages/english/images/icon.gif Let it overwrite the existing image.
Read more
Replace Invoice-Packing Slip Logo in Zen Cart
December 7, 2010Replace Invoice-Packing Slip Logo in Zen Cart Replace the current image in .../YOUR_ADMIN_FOLDER/images/logo.gif With an image 192 x 64
Read more
Remove all countries except US from Locations/Taxes in Zen Cart
December 7, 2010Remove all countries except US from Locations/Taxes in Zen Cart. Run the following script in Tools - Install SQL Patches DELETE from countries WHERE countries_iso_code_3 NOT IN('USA');
Read more
Add a picture to Contact Us page in Zem Cart
December 7, 2010Add a picture to Contact Us page in Zem Cart. Edit ...includes\templates\template_default/templates\tpl_contact_us_default.php Add the code below to the empty line 16 just under <div id="contactUsDefault"> <p><img hspace="5" height="135" align="right" width="350" vspace="5" alt="Our shop in Inez, Texas" src="images/fe_building.jpg"></p> Save to ...includes\templates\YOUR_TEMPLATE/templates\tpl_contact_us_default.php
Read more
Changes Specific To A Zen Cart Template
Change designed by to template by in the footer
Specific to Free Templates 1 and 2 from Zen Flavor. Edit …includes/templates/freetemplate1/common/tpl_footer.php Replace… <!–bof- site copyright display –> <div id=”siteinfoLegal”><?php …Read the Rest
Remove PayPal banner from footer
Specific to Free Templates 1 and 2 from Zen Flavor. Edit …includes/templates/freetemplate1/common/tpl_footer.php Delete these lines… <center> <?php echo zen_image(DIR_WS_TEMPLATE.’images/paypal.jpg’); ?> …Read the Rest
- I would like to thank the folks at the Zen Cart forums for all your help. Much of this content is the result of hours of study of what others have done and some trial and error. Some of the content is specific to my installations, so edit as necessary for your particular needs. FtroopDadBefore editing a file in Zen Cart, be sure to check to see if it has been saved to your template structure first. The term /YOUR_TEMPLATE/ refers to the name of your current template. It is important to maintain the “Over Ride System”. For more information, see the Wiki located here http://www.zen-cart.com/wiki/index.php/Developers_API_Overrides
- March 2012 (1)
- January 2012 (9)
- December 2011 (4)
- May 2011 (4)
- January 2011 (1)
- December 2010 (26)
ACG ahlborn-galanti all saints bhd bhdts Black Hawk Down blowers chests chimes church combination organs consoles Delta Force dfbhd digital organs electronic organs Franklin FTROOP ftroopdad Joint Operations maps Novalogic Novaworld Organs orthodox parts pipe pipe organ pipe organ repair pipes plugins refurbished reservoirs Shock n Awe speakers Team Sabre templates texas themes tips and tricks used victoria wordpress Zen Cart zencart- Changes Specific To A Wordpress Theme (3)
- Changes Specific To A Zen Cart Module (2)
- Changes Specific To A Zen Cart Template (3)
- Computer Hardware Reviews (2)
- General Changes To Wordpress CodeTo Add Functionality (5)
- General Changes To Zen Cart Code To Add Functionality (21)
- Laughs (2)
- Portfolio (4)
- Rosa Jean Franklin (3)






