Overview
Pre Install
Step 1 - Unzip and Upload
Step 2 - Select Template
Step 3 - Activate Sideboxes
Step 4 - Database Changes
Step 5 - Change Logo
Step 6 - Customize Header
Step 7 - Customize Slider
Step 8 - Customize Footer
Uninstall
Included Files
Report Issues
Additional Templates
Donations

Abbiamo Supremo Zen Cart Template Insallation Guide

Version 1.5

Created by Brandon Turpin (www.BrandonTurpin.com)


Abbiamo Supremo Live Demo   Abbiamo Supremo Support Thread




If you would like assistance installing your template, contact us for assistance at info@brandonturpin.com
*** IMPORTANT!! BACKUP ALL YOUR FILES AND DATABASES BEFORE PROCEEDING FURTHER ***

Take the following steps to backup your website

Site Backup and Restore Tool

1 - Log into your control panel

2 - Under files section click on the icon that says "Site Backup & Restore"

3 - Choose the option to backup all your files, and MySQL Databases

Unzip the Files

Each template is a collection of many different files, there are the images, the style pages, the content pages, the pages that define other pages. To make the download and install process simple the templates are placed (in the correct structure) in one file called a .zip file. This file contains every file within it, so instead of having to download each file, there is only one file to download.

Now that you have the .zip file you need to do whats called "Extract" or get those individual files out so you can upload them. To do so you need a program that opens .zip files. Some operating systems already have one built in, but if it does not you can download a free file called WinRAR. Download WinRar Here

1 - Find the template file and open it using your favorite program

2 - Click the "Extract" button and choose where you want the files to be placed (where on your computer you will be able to find them after)

3 - The files should be extracted and in the correct structure. Now you just have to install them


Using your favorite FTP client upload your files

Now that you have the files on your computer, we need to get them onto the server, or website. To do this we will use a method called FTP or file transfer protocal. Its a way we can upload files directly from your computer to the server.

1 - Open your favorite FTP client (if you do not have one I would recommend using FileZilla. Download FileZilla Here

2 - If you have not done so you will have to connect you compter to the server. You should be able to create a FTP login user and password in your control panel (if you can not contact your host) use that user name and password and the direct address to the server (so it knows which server to connect to) and connect to the server (once again contact your host if you can not figure this out)

3 - Find the tb_sempre folder and upload its contents to your server in the directory where your store is placed.
Choose the template

Now that the files are uploaded and the template is installed, all you need to do now is let Zen Cart know which template to use. Zen Cart has a neat feature where you can upload many templates at a time and choose which one you would like to use

1 - Login to your Admin area

2 - Hover over the Tools Menu at the top and select "Template Selection"

3 - On the right side there is a "edit" button you can click on to edit the template you would like to use

4 - From the drop down select "Abbiamo Supremo" and click update

5 - The template should now load!!
Turn on your side boxes Now that the template is working you will need to let the cart know which side boxes you would like to use

1 - Login to your admin area

2 - Hover over the Tools Menu at the top and select "Layout Box Controler"

3 - You have 2 option for activating your sideboxes

    A - At the bottom there is a reset button that will reset the sideboxes and turn on ALL the standard
     sideboxes. If you do not want all of them on or just a few then...

    B - Click in the green circle "e" next to the sixebox(s) you want to activate and turn "Left/Right
    Column Status:" to on

4 - In the edit section of each side box you can choose to have it on or off, which side to have it on, and what order it places is. The sort order puts the boxes with the lowest sort order first

Turn on the Currencies Header and Search Header side boxes

1 - There are 2 side boxes that are used in the header and need to be set this way.

2 - Click edit on the Header Search sidebox and turn the Left/Right Column Status to off and the Single Column Status to on!

3 - Repeat the same steps for the Currencies Header as well

Upload Database Changes

1 - Log in to your zen cart admin.

2 - Go to Tools -> Install SQL Patches

3 - Click "Choose File" and find the abbiamo_supremo.sql file and select it

4 - Click "Upload" and it will upload the database changes required. Paste the following in the box and press "Send"
Upload Your own Logo

The best logo size for this template is 272 x 88 pixels.

1 - Upload your logo to includes/templates/abbiamo_supremo/images folder

2 - Open includes/languages/english/abbiamo_supremo/header.php and find this code:

define('HEADER_LOGO_WIDTH', '272px');
define('HEADER_LOGO_HEIGHT', '88px');
define('HEADER_LOGO_IMAGE', 'logo.png');

3 - Change the code to the logo name and size of your logo

4 - Your logo is now set and should be working!

Change the Taglines

1 - Open includes/languages/english/abbiamo_supremo/header.php and find this code:

define('HEADER_SALES_TEXT', '<h1>FREE SHIPPING ON ALL ORDERS OVER $25</h1>');
define('HEADER_SALES_TEXT2', '<h1>90 DAY RETURN POLICY</h1>');

2 - Change the text in each sales text.


Update your Facebook Social Link

1 - Open includes/languages/english/extra_definitions/abbiamo_supremo/header_defines.php and find this code:

define('FACEBOOK_URL', 'http://www.facebook.com/pages/Brandon-Turpin-Custom-Zen-Cart-Design/105396362922610');

2 - Change the url to the direct link to your facebook page


Customize Drop Down Navigation Bar

1 - Open includes/languages/english/abbiamo_supremo/header.php and find this code:

// header text for first drop down menu
define('DROP_DOWN', 'Custom Drop Down'); define(URL1,'http://www.brandonturpin.com');

define('DROP_DOWN_CATEGORY_ONE', 'Category One');
define('DROP_DOWN_CAT_ONE_ONE', 'Undate'); define(URL2,'http://www.brandonturpin.com');
define('DROP_DOWN_CAT_ONE_TWO', 'Links'); define(URL3,'http://www.brandonturpin.com');
define('DROP_DOWN_CAT_ONE_THREE', 'Here'); define(URL4,'http://www.brandonturpin.com');
define('DROP_DOWN_CAT_ONE_FOUR', 'In'); define(URL5,'http://www.brandonturpin.com');
define('DROP_DOWN_CAT_ONE_FIVE', 'Includes >'); define(URL6,'http://www.brandonturpin.com');

define('DROP_DOWN_CATEGORY_TWO', 'Category Two');
define('DROP_DOWN_CAT_TWO_ONE', 'Languages >'); define(URL7,'http://www.brandonturpin.com');
define('DROP_DOWN_CAT_TWO_TWO', 'English >'); define(URL8,'http://www.brandonturpin.com');
define('DROP_DOWN_CAT_TWO_THREE', 'YOUR_TEMPLATE >'); define(URL9,'http://www.brandonturpin.com');
define('DROP_DOWN_CAT_TWO_FOUR', 'Header.php'); define(URL10,'http://www.brandonturpin.com');
define('DROP_DOWN_CAT_TWO_FIVE', 'Enjoy'); define(URL11,'http://www.brandonturpin.com');

define('DROP_DOWN_FIVE', 'Menu Item'); define(URL12,'http://www.brandonturpin.com');

2 - Customize each URL and Content wanted for each drop down.

Change the Slider Images

1 - Upload your slider images to includes/templates/abbiamo_supremo/images folder (Default image size 700px wide by 335px tall) You can use any size image that you like, but if your images are not 700px wide by 335px tall, you will have to edit the css file (see instructions below). It will look best if all images are the same height and width. The default slide show is set for 5 images, but you can have more or less.
2 - Upload your images to the /includes/templates/abbiamo_supremo/images folder.
3 - Open includes/languages/english/html_defines/abbiamo_supremo/define_main_page.php and find this code:

// IMAGES FOR SIDE TABS /
define(IMAGE1,'tab1.jpg');
define(IMAGE2,'tab2.jpg');
define(IMAGE3,'tab3.jpg');

// IMAGES FOR HOMEPAGE SLIDER /
define(IMAGE4,'slide1.jpg');
define(IMAGE5,'slide2.jpg');
define(IMAGE6,'slide3.jpg');
define(IMAGE7,'slide4.jpg');
define(IMAGE8,'slide5.jpg');

4 - Replace tab1.jpg, etc. with the name of your image(s).

Change the Slider Image Sizes

1 - Follow instructions A., B., and C. above.
2 - GOpen includes/languages/english/html_defines/abbiamo_supremo/define_main_page.php and find this code:

<script type="text/javascript">
$(document).ready(function() {
$('#coin-slider').coinslider({ width: 700, height: 335,navigation: false, delay: 5000 });
});
</script>

3 - Change the width and height to fit your needs
Add the link urls to the images.

1 - Open includes/languages/english/html_defines/abbiamo_supremo/define_main_page.php and find this code:

// LINKS FOR SIDE TABS /
define(URL_TAB1,'http://www.brandonturpin.com');
define(URL_TAB2,'http://www.brandonturpin.com');
define(URL_TAB3,'http://www.brandonturpin.com');
// LINKS FOR HOMEPAGE SLIDER /
define(URL_SLIDE1,'http://www.brandonturpin.com');
define(URL_SLIDE2,'http://www.brandonturpin.com');
define(URL_SLIDE3,'http://www.brandonturpin.com');
define(URL_SLIDE4,'http://www.brandonturpin.com');
define(URL_SLIDE5,'http://www.brandonturpin.com');

2 - Replace http://www.example.com with your link url.
Update EZ pages in footer

1 - Log in to your zen cart admin.

2 - Go to Tools -> EZ Pages

3 - Make sure the EZ page you want shown has footer display turned on and the "Order" is at least 1


Footer Social Links

1 - Open includes/languages/englist/extra_definitions_abbiamo_supremo/footer_menu_supremo.php and find this code:

/*Social Media Links*/
define('TWITTER', 'https://twitter.com/#!/TurpinDesign');
define('FACEBOOK','http://www.facebook.com/pages/Brandon-Turpin-Custom-Zen-Cart-Design/105396362922610');
define('GOOGLE', 'https://plus.google.com/b/113502727730619391839/');

2 - Chage each URL to the direct link to your social media page

Uninstall the Template

To remove the template, first step is to remove all the files associated with the template. A list of the files can be found in the "Included Files" tab

To remove the database changes for the Optional Column Layout Grid Module and About us Module:

Log in to your zen cart admin.

Go to Tools -> Install SQL Patches

Paste the following in the box and press "Send"

delete from configuration where configuration_key in('PRODUCT_LISTING_LAYOUT_STYLE','PRODUCT_LISTING_COLUMNS_PER_ROW');

DELETE FROM configuration WHERE configuration_group_id=25 AND configuration_title='Define About Us Status';
Files Included in this Template

includes/classes/categories_ul_generator.php
includes/extra_datafiles/about_us_filenames.php
includes/languages/english/about_us.php
includes/languages/english/extra_definitions/about_us.php
includes/languages/english/extra_definitions/abbiamo_supremo/about_us.php
includes/languages/english/extra_definitions/abbiamo_supremo/footer_menu_defiles.php
includes/languages/english/extra_definitions/abbiamo_supremo/header.php
includes/languages/english/html_includes/define_about_us.php
includes/languages/english/html_includes/abbiamo_supremo/define_about_us.php
includes/languages/english/html_includes/abbiamo_supremo/define_checkout_success.php
includes/languages/english/html_includes/abbiamo_supremo/define_conditions.php
includes/languages/english/html_includes/abbiamo_supremo/define_contact_us.php
includes/languages/english/html_includes/abbiamo_supremo/define_discount_coupon.php
includes/languages/english/html_includes/abbiamo_supremo/define_main_page.php
includes/languages/english/html_includes/abbiamo_supremo/define_page_2.php
includes/languages/english/html_includes/abbiamo_supremo/define_page_3.php
includes/languages/english/html_includes/abbiamo_supremo/define_page_4.php
includes/languages/english/html_includes/abbiamo_supremo/define_page_not_found.php
includes/languages/english/html_includes/abbiamo_supremo/define_privacy.php
includes/languages/english/html_includes/abbiamo_supremo/define_shippinginfo.php
includes/languages/english/html_includes/abbiamo_supremo/define_site_map.php
includes/languages/english/abbiamo_supremo/header.php
includes/languages/english/abbiamo_supremo/index.php
includes/languages/english/abbiamo_supremo/meta_tags.php
includes/languages/abbiamo_supremo/english.php
includes/modules/pages/about_us/header_php.php
includes/modules/sideboxes/currencies_header.php
includes/modules/sideboxes/abbiamo_supremo/currencies_header.php
includes/modules/sideboxes/abbiamo_supremo/information.php
includes/modules/abbiamo_supremo/product_listing.php
includes/templates/abbiamo_supremo/template_info.php
includes/templates/abbiamo_supremo/common/tpl_footer.php
includes/templates/abbiamo_supremo/common/tpl_footer_menu.php
includes/templates/abbiamo_supremo/common/tpl_header.php
includes/templates/abbiamo_supremo/common/tpl_header_dropdown.php
includes/templates/abbiamo_supremo/common/tpl_home_slider.php
includes/templates/abbiamo_supremo/common/tpl_main_page.php
includes/templates/abbiamo_supremo/css/print_stylesheet.css
includes/templates/abbiamo_supremo/css/stylesheet.css
includes/templates/abbiamo_supremo/css/stylesheet_css_buttons.css
includes/templates/abbiamo_supremo/css/stylesheet_footer_menu.php
includes/templates/abbiamo_supremo/css/stylesheet_header_dropdown.css
includes/templates/abbiamo_supremo/css/stylesheet_home_slider.css
includes/templates/abbiamo_supremo/sideboxes/tpl_best_sellers.php
includes/templates/abbiamo_supremo/sideboxes/tpl_categories.php
includes/templates/abbiamo_supremo/sideboxes/tpl_currencies_header.php
includes/templates/abbiamo_supremo/sideboxes/tpl_document_categories.php includes/templates/abbiamo_supremo/sideboxes/tpl_ez_pages.php
includes/templates/abbiamo_supremo/sideboxes/tpl_information.php
includes/templates/abbiamo_supremo/sideboxes/tpl_more_information.pgp
includes/templates/abbiamo_supremo/sideboxes/tpl_search_header.php
includes/templates/abbiamo_supremo/templates/tpl_about_us_default.php
includes/templates/abbiamo_supremo/templates/tpl_ezpages_bar_header.php includes/templates/abbiamo_supremo/templates/tpl_ezpages_footer_menu.php
includes/templates/abbiamo_supremo/templates/tpl_product_listing.php
includes/templates/abbiamo_supremo/templates/tpl_site_map_default.php
If you have find any issues with this template, please report it to

info@brandonturpin.com

and we will fix the issue in the next release
Thank you for downloading our templage!
Please check out our other FREE template and check back often for new templates that will be released

TB Sempre Ice Cold Scuro

Live Demo


Live Demo


Live Demo


Download

Download

Download



BecaBerry

Live Demo


Download
Donate to us

We work very hard to release as many free contributions as possible. We put a lot of time and effort into each template and making sure they stay the highest quality templates that you can get.

We do not require any donations but any donation of any size is highly appreciated and will help release free contributions more often and help improve to make them even better.

If you would like to submit a donation of any size click here
or send the paypal donation to brandonturpin@gmail.com