GadgetStore. Magento Theme Instructions. 8theme 1 GadgetStore Magento Theme Instructions

Size: px
Start display at page:

Download "GadgetStore. Magento Theme Instructions. 8theme 1 GadgetStore Magento Theme Instructions"

Transcription

1 GadgetStore Magento Theme Instructions 8theme 1 GadgetStore Magento Theme Instructions

2 Table of Contents Introduction....3 Features Installation & Configuration...5 Uploading GadgetStore...6 Homepage...10 Adding Content...14 The SlideShow...19 Footer...22 Follow Us...25 HTML Blocks...29 Theme Option Using Magento theme 2 GadgetStore Magento Theme Instructions

3 Introduction We are happy to present our new GadgetStore Magento Template with integrated online payment facility. We have done our best in bringing perfect color combination and jquery banners to attract an attention of new customers to your online store. We used drop-down menus with transparency effects it is easier for customers to search the store, which will save them time and will make it quicker to find and buy the desired item. We have used the latest technologies and our highly qualified designers used their knowledge and experience for developing this product so that our customers could obtain satisfying return on their investment. This template basically is a quick and easy way to set up and develop your online business independently. 8theme 3 GadgetStore Magento Theme Instructions

4 Features Highlight Features AJAX Add to Cart Zoom to enlarge product images (Setting from Admin Panel) Product scrollbar (Setting from Admin Panel) Custom DropDown Menu Custom SlideShow Back to top button Social networks bookmarks (Setting from Admin panel) Frontpage New Products Scroll Panel General Features Template is fully compatible with magento verion: 1.5.x.x, 1.6.x.x PSDs file supplied, easy to edit SEO (Search Engine Optimization)-orient in design and development, fast loading 100% Tableless design. 100% HTML /CSS/DIV compliance Valid XHTML and CSS markup Well-structured and commented HTML & CSS for easy customization Cross Browser Support (IE 7+, Safari, Mozilla Firefox, Chrome, Opera 9+) 8theme 4 GadgetStore Magento Theme Instructions

5 Installation & Configuration Thank you for purchasing the GadgetStore Magento Theme! In this document, you will find step-by-step instructions for installing and using GadgetStore. System Requirements GadgetStore only supports Magento Community Edition , and which can be downloaded from It does not support Magento Enterprise Edition and Magento GO. Before downloading Magento, make sure you meet the system requirements and test the compatibility of your server. For help with installing Magento, please refer to the following links: Magento System Requirements Server Compatibility Check Magento Installation Guide 8theme 5 GadgetStore Magento Theme Instructions

6 Installation & Configuration Uploading GadgetStore Before you begin the GadgetStore installation process, we recommend to back up your Magento installation and database. To upload GadgetStore to Magento: 1. Unzip the downloaded GadgetStore folder. 2. Using an FTP client, copy the app, js, media and skin folders to the Magento software s root directory. If you are working with a Mac, please make sure you are merging the new folders with Magento and not replacing the Magento directory. 3. Log in to the Magento admin panel. 4. Go to 'System > Configuration'. Click Design on the left-hand menu. 5. Under HTML Head, find the Default field and type GadgetStore. 8theme 6 GadgetStore Magento Theme Instructions

7 Installation & Configuration 6. Scroll down to the Header section. In the Logo Image Scr field, type images/logo.gif. This is a sample logo that can be replaced with your own by uploading the file to the server and entering the new URL in this field. 8theme 7 GadgetStore Magento Theme Instructions

8 Installation & Configuration 7. You can also enter an alt attribute for the logo in Logo Image Alt and a welcome message in Welcome Text. The welcome message will appear to the right of the logo at the very top of the page. 8. Scroll back to the top of the page and click the Save Config button. 9. Next, go to 'System > Cache Management' from the top navigation menu. You will need to clear the store cache and all cookies. 10. Click Select All on the left side of the page. On the right side, select Refresh in the Actions dropdown menu and click the Submit button. 11. Finally, click the following buttons (in orange): Flush Magento Cache, Flush Cache Storage, Flush JavaScript/CSS Cache, and Flush Catalog Images Cache (optional). Now you are ready to add content to your website. 8theme 8 GadgetStore Magento Theme Instructions

9 Installation & Configuration Categories and products As to how properly create categories and products you need to go to the link and watch the video carefully 8theme 9 GadgetStore Magento Theme Instructions

10 The Homepage This section will help you create а GadgetStore homepage: 8theme 10 GadgetStore Magento Theme Instructions

11 The Homepage Setting the Page Layout 1. Select the homepage from 'CMS > Pages'. 2. If you haven t done this already, enter a name for the page in Page Title and a fill in the URL Key field. 3. Select Enabled in the Status drop-down menu. 4. Click the Save Page button. 8theme 11 GadgetStore Magento Theme Instructions

12 The Homepage 5. Select Design from the left-hand menu. The following page will appear: 6. Select 1 column from the Layout drop-down menu. 7. In the Layout Update XML box, either remove the existing content or add the following comment tag around the existing content: <!--<reference name="content"> <block type="catalog/product_new" (existing HTML code is here) --> 8. Click the Save Page button. 8theme 12 GadgetStore Magento Theme Instructions

13 The Homepage Adding Content To add content to your homepage: 1. Under 'CMS > Pages', click on the homepage. 2. In the left-hand menu, click Content. 3. Click the Show / Hide Editor button to leave WYSIWYG mode and open the content editor. 4. Copy and paste the following code into the content editor to create the homepage: 8theme 13 GadgetStore Magento Theme Instructions

14 Homepage Adding Content <div id="additional_bg"> <div class="iosslider"><!-- slider --> <div class="slider"><!-- slides --> <div class="slide"><img class="royalimage" src="{{media url="wysiwyg/gadget/slide.png"}}" alt="" /> <div class="text1" style="right: 250px; opacity: 0.8;"><img src="{{media url="wysiwyg/gadget/new_in.png"}}" alt="" /> <div class="text2" style="right: 10px; opacity: 0.8;"><img src="{{media url="wysiwyg/gadget/text.png"}}" alt="" /><br /> <br /> <button class="button btncart" onclick="setlocation(' IT NOW!</span></span></button> <div class="slide"><img class="royalimage" src="{{media url="wysiwyg/gadget/slide1.png"}}" alt="" /> <div class="text1" style="right: 250px; opacity: 0.8;"><img src="{{media url="wysiwyg/gadget/new_in.png"}}" alt="" /> <div class="text2" style="right: 10px; opacity: 0.8;"><img src="{{media url="wysiwyg/gadget/text.png"}}" alt="" /><br /> <br /> <button class="button btncart" onclick="setlocation(' IT NOW!</span></span></button> <div class="slide"><img class="royalimage" src="{{media url="wysiwyg/gadget/slide2.png"}}" alt="" /> <div class="text1" style="right: 250px; opacity: 0.8;"><img src="{{media url="wysiwyg/gadget/new_in.png"}}" alt="" /> <div class="text2" style="right: 10px; opacity: 0.8;"><img src="{{media url="wysiwyg/gadget/text.png"}}" alt="" /><br /> <br /> <button class="button btncart" onclick="setlocation(' IT NOW!</span></span></button> Code continues on the next page... 8theme 14 GadgetStore Magento Theme Instructions

15 Homepage Adding Content <div class="slide"><img class="royalimage" src="{{media url="wysiwyg/gadget/slide3.png"}}" alt="" /> <div class="text1" style="right: 250px; opacity: 0.8;"><img src="{{media url="wysiwyg/gadget/new_in.png"}}" alt="" /> <div class="text2" style="right: 10px; opacity: 0.8;"><img src="{{media url="wysiwyg/gadget/text.png"}}" alt="" /><br /> <br /> <button class="button btncart" onclick="setlocation(' IT NOW!</span></span></button> <div class="slide"><img class="royalimage" src="{{media url="wysiwyg/gadget/slide4.png"}}" alt="" /> <div class="text1" style="right: 250px; opacity: 0.8;"><img src="{{media url="wysiwyg/gadget/new_in.png"}}" alt="" /> <div class="text2" style="right: 10px; opacity: 0.8;"><img src="{{media url="wysiwyg/gadget/text.png"}}" alt="" /><br /> <br /> <button class="button btncart" onclick="setlocation(' IT NOW!</span></span></button> <div class="slide"><img class="royalimage" src="{{media url="wysiwyg/gadget/slide5.png"}}" alt="" /> <div class="text1" style="right: 250px; opacity: 0.8;"><img src="{{media url="wysiwyg/gadget/new_in.png"}}" alt="" /> <div class="text2" style="right: 10px; opacity: 0.8;"><img src="{{media url="wysiwyg/gadget/text.png"}}" alt="" /><br /> <br /> <button class="button btncart" onclick="setlocation(' IT NOW!</span></span></button> <div class="sliderthumbs"> <div class="thumbs-shadow"> Code continues on the next page... 8theme 15 GadgetStore Magento Theme Instructions

16 Homepage Adding Content <div class="slidernavi" style="width: 600px; left: 0px;"><span class="naviitem selected"> <div class="thumb_bg" style="background: url({{media url="wysiwyg/gadget/slide_thumb.png"}}) no-repeat center center;">1 </span> <span class="naviitem"> <div class="thumb_bg" style="background: url({{media url="wysiwyg/gadget/slide1_thumb.png"}}) no-repeat center center;">2 </span> <span class="naviitem"> <div class="thumb_bg" style="background: url({{media url="wysiwyg/gadget/slide2_thumb.png"}}) no-repeat center center;">3 </span> <span class="naviitem"> <div class="thumb_bg" style="background: url({{media url="wysiwyg/gadget/slide3_thumb.png"}}) no-repeat center center;">4 </span> <span class="naviitem"> <div class="thumb_bg" style="background: url({{media url="wysiwyg/gadget/slide4_thumb.png"}}) no-repeat center center;">5 </span> <span class="naviitem"> <div class="thumb_bg" style="background: url({{media url="wysiwyg/gadget/slide5_thumb.png"}}) no-repeat center center;">6 </span> <div class="prev"> <div class="next"> <div class="clear additmargin"> <div class="col3-set"> <div class="col-1"> <h2 class="simple_inst">simple installation</h2> Code continues on the next page... 8theme 16 GadgetStore Magento Theme Instructions

17 Homepage Adding Content <p>there are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable.</p> <div class="col-2"> <h2 class="lot_options">lots of options</h2> <p>there are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable.</p> <div class="col-3"> <h2 class="impr_compap">improved compatibility</h2> <p>there are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable.</p> <div>{{block type="catalog/product_new" name="home.catalog.product.new" alias="product_homepage" template="catalog/product/new.phtml"}} <div class="brands"> <div class="brandscarousel"> <div class="slider"> <div class="slide"><a href="#"><img src="{{media url="wysiwyg/gadget/indesit.png"}}" alt="" /></a> <div class="slide"><a href="#"><img src="{{media url="wysiwyg/gadget/lenovo.png"}}" alt="" /></a> <div class="slide"><a href="#"><img src="{{media url="wysiwyg/gadget/nokia.png"}}" alt="" /></a> Code continues on the next page... 8theme 17 GadgetStore Magento Theme Instructions

18 Homepage Adding Content <div class="slide"><a href="#"><img src="{{media url="wysiwyg/gadget/philips.png"}}" alt="" /></a> <div class="slide"><a href="#"><img src="{{media url="wysiwyg/gadget/gigabyte.png"}}" alt="" /></a> <div class="slide"><a href="#"><img src="{{media url="wysiwyg/gadget/toshiba.png"}}" alt="" /></a> <div class="slide"><a href="#"><img src="{{media url="wysiwyg/gadget/sharp.png"}}" alt="" /></a> <div class="slide"><a href="#"><img src="{{media url="wysiwyg/gadget/indesit.png"}}" alt="" /></a> <div class="slide"><a href="#"><img src="{{media url="wysiwyg/gadget/lenovo.png"}}" alt="" /></a> <div class="slide"><a href="#"><img src="{{media url="wysiwyg/gadget/nokia.png"}}" alt="" /></a> <div class="slide"><a href="#"><img src="{{media url="wysiwyg/gadget/philips.png"}}" alt="" /></a> <div class="slide"><a href="#"><img src="{{media url="wysiwyg/gadget/gigabyte.png"}}" alt="" /></a> <div class="slide"><a href="#"><img src="{{media url="wysiwyg/gadget/toshiba.png"}}" alt="" /></a> <div class="slide"><a href="#"><img src="{{media url="wysiwyg/gadget/sharp.png"}}" alt="" /></a> <div class="slide"><a href="#"><img src="{{media url="wysiwyg/gadget/indesit.png"}}" alt="" /></a> <div class="slide"><a href="#"><img src="{{media url="wysiwyg/gadget/lenovo.png"}}" alt="" /></a> <div class="slide"><a href="#"><img src="{{media url="wysiwyg/gadget/nokia.png"}}" alt="" /></a> <div class="slide"><a href="#"><img src="{{media url="wysiwyg/gadget/philips.png"}}" alt="" /></a> <div class="slide"><a href="#"><img src="{{media url="wysiwyg/gadget/gigabyte.png"}}" alt="" /></a> <div class="slide"><a href="#"><img src="{{media url="wysiwyg/gadget/toshiba.png"}}" alt="" /></a> <div class="slide"><a href="#"><img src="{{media url="wysiwyg/gadget/sharp.png"}}" alt="" /></a> <div class="slide"><a href="#"><img src="{{media url="wysiwyg/gadget/indesit.png"}}" alt="" /></a> Code continues on the next page... 8theme 18 GadgetStore Magento Theme Instructions

19 Homepage Adding Content <div class="slide"><a href="#"><img src="{{media url="wysiwyg/gadget/lenovo.png"}}" alt="" /></a> <div class="slide"><a href="#"><img src="{{media url="wysiwyg/gadget/nokia.png"}}" alt="" /></a> <div class="slide"><a href="#"><img src="{{media url="wysiwyg/gadget/philips.png"}}" alt="" /></a> <div class="slide"><a href="#"><img src="{{media url="wysiwyg/gadget/gigabyte.png"}}" alt="" /></a> <div class="slide"><a href="#"><img src="{{media url="wysiwyg/gadget/toshiba.png"}}" alt="" /></a> <div class="slide"><a href="#"><img src="{{media url="wysiwyg/gadget/sharp.png"}}" alt="" /></a> <div class="brand-arr prev"> <div class="brand-arr next"> <div>{{block type="core/template" template="sample/brands.phtml" }} Click the Save Page button. 8theme 19 GadgetStore Magento Theme Instructions

20 Homepage Slideshow The slideshow on the homepage is a jquery slider. Below is the code that generates the slider: 1.<div id="additional_bg"> 2.<div class="iosslider"><!-- slider --> 3.<div class="slider"><!-- slides --> 4.<div class="slide"><img class="royalimage" src="{{media url="wysiwyg/gadget/slide.png"}}" alt="" /> 5.<div class="text1" style="right: 250px; opacity: 0.8;"><img src="{{media url="wysiwyg/gadget/new_in.png"}}" alt="" /> 6.<div class="text2" style="right: 10px; opacity: 0.8;"><img src="{{media url="wysiwyg/gadget/text.png"}}" alt="" /><br /> <br /> <button class="button 7.btn-cart" onclick="setlocation(' IT 8.NOW!</span></span></button> 9. 8theme 20 GadgetStore Magento Theme Instructions

21 Homepage Slideshow Key lines of code are explained below. Line 1-2: The div class for the slider, <div id="additional_bg"><div class="iosslider"><!-- slider --> Lines 5: elemhover caption fromtop elemtohide slide-head Is responsible for the upper sign "New in". Line 6: elemhover caption frombottom elemtohide slide-slogan Is responsible for the main slide text. Line 7-8: elemhover caption fromright elemtohide slide-button is responsible for the slide button. Here you can name your button. 8theme 21 GadgetStore Magento Theme Instructions

22 Homepage Slideshow 8theme 22 GadgetStore Magento Theme Instructions

23 Footer Footer Links At the bottom of every page there is a footer with links (usually to other pages on the Web site) and the company s contact and copyright information. These sections are modified in different parts of the Magento admin. First, let s look at how to add the footer links, which are in a static block. To add footer links: 1. Go to 'CMS > Static Blocks'. Select Footer Links from the list. The identifier should be footer_links. 2. You will come to the following screen: 8theme 23 GadgetStore Magento Theme Instructions

24 Footer Footer Blocks and Payment Information This footer blocks can be changed in the backend. Go to 'CMS -> Static Blocks', edit footer_shipping or create new if it doesn t exist: <div class="col-1"> <h2>contact Us</h2> <div class="phones"> <div class="icon1"> [email protected]<br /> [email protected] <div class="phones"> <div class="icon2"> 30 South Park Avenue.<br /> San Francisco, USA <div class="phones"> <div class="icon3"> (000) <br /> (000) <div class="col-2"> <h2>our Support</h2> <ul> <li><a href="#">returns</a></li> <li><a href="#">delivery</a></li> Code continues on the next page... 8theme 24 GadgetStore Magento Theme Instructions

25 <li><a href="#">customer Service</a></li> <li><a href="#">gift Cards</a></li> <li><a href="#">mobile</a></li> <li><a href="#">gift Cards</a></li> <li><a href="#">manufacturers</a></li></ul> <div class="col-3"> <h2>shipping Info</h2> <ul> <li><a href="#">your Account</a></li> <li><a href="#">personal information</a></li> <li><a href="#">addresses</a></li> <li><a href="#">discount</a></li> <li><a href="#">orders history</a></li> <li><a href="#">addresses</a></li> <li><a href="#">search Terms</a></li></ul> <div class="col-4">{{block type="newsletter/subscribe" template="newsletter/subscribe.phtml"}}<br /> <img class="left" src="{{media url="wysiwyg/gadget/secure1.png"}}" alt="secure" /> <img class="left" src="{{media url="wysiwyg/gadget/secure2.png"}}" alt="secure" /> <img class="left" src="{{media url="wysiwyg/gadget/secure3.png"}}" alt="secure" /> <div class="clear"> <div style="padding-top: 2px;"><img style="margin-right: 3px;" src="{{media url="wysiwyg/gadget/pay1.png"}}" alt="paypal" /> <img style="margin-right: 3px;" src="{{media url="wysiwyg/gadget/pay2.png"}}" alt="visa_straight" /> <img style="margin-right: 3px;" src="{{media url="wysiwyg/gadget/pay3.png"}}" alt="aex" /> <img style="margin-right: 3px;" src="{{media url="wysiwyg/gadget/pay4.png"}}" alt="mastercard" /> <img src="{{media url="wysiwyg/gadget/pay5.png"}}" alt="maestro" /> Click the Save Page button. 8theme 25 GadgetStore Magento Theme Instructions

26 Footer Follow Us This product additional information blocks can be changed in the backend. Go to 'CMS -> Static Blocks', edit follow_us or create new if it doesn t exist: <div class="twitter left"><a href=" style="float: left;" src="{{media url="wysiwyg/gadget/twitter.png"}}" alt="twitter" /></a> <div class="rss left"><a href=" style="float: left; margin-left: 15px;" src="{{media url="wysiwyg/gadget/facebook.png"}}" alt="facebook" /></a> <div class="facebook left"><a href=" style="float: left; margin-left: 15px;" src="{{media url="wysiwyg/gadget/rss.png"}}" alt="rss" /></a> Click the Save Page button. 8theme 26 GadgetStore Magento Theme Instructions

27 Product page Product Additional Information This product additional information blocks can be changed in the backend. Go to 'CMS -> Static Blocks', edit productview or create new if it doesn t exist: <p><img src="{{media url="wysiwyg/gadget/sample.png"}}" alt="" /></p> <p><img src="{{media url="wysiwyg/gadget/sample2.png"}}" alt="" /></p> Click the Save Page button. 8theme 27 GadgetStore Magento Theme Instructions

28 Navigation Custom Block This navigation custom blocks can be changed in the backend. Go to 'CMS -> Static Blocks', edit nav_block1 or create new if it doesn t exist: <div class="col2-set"> <div class="col-1"> <h3>custom HTML</h3> <img style="float: left; margin: 0 20px 20px 0;" src="{{media url="wysiwyg/gadget/blok2_1.png"}}" alt="" /> Augue mid egestas magna ac? Augue integer hac, amet porttitor turpis. Massa! Enim amet non. Urna purus tincidunt augue montes? Adipiscing diam quis adipiscing, augue dolor massa? Elementum, aliquam elit. Mus eu lacus habitasse. Arcu, risus pulvinar eu, cursus enim scelerisque natoque, rhoncus integer. Vel ridiculus lundium vel, massa! Ac.Elementum, aliquam elit. Mus eu lacus habitasse. Arcu, risus pulvinar eu, cursus enim scelerisque natoque, rhoncus integer. Vel ridiculus lundium vel, massa! Ac. <div class="col-2"> <h3>editable in Admin</h3> <img style="float: left; margin: 0 20px 20px 0;" src="{{media url="wysiwyg/gadget/blok2_2.png"}}" alt="" /> Augue mid egestas magna ac? Augue integer hac, amet porttitor turpis. Massa! Enim amet non. Urna purus tincidunt augue montes? Adipiscing diam quis adipiscing, augue dolor massa? Elementum, aliquam elit. Mus eu lacus habitasse. Arcu, risus pulvinar eu, cursus enim scelerisque natoque, rhoncus integer. Vel ridiculus lundium vel, massa! Ac.Elementum, aliquam elit. Mus eu lacus habitasse. Arcu, risus pulvinar eu, cursus enim scelerisque natoque, rhoncus integer. Vel ridiculus lundium vel, massa! Ac. Click the Save Page button. 8theme 28 GadgetStore Magento Theme Instructions

29 Navigation Custom Block2 This navigation custom blocks can be changed in the backend. Go to 'CMS -> Static Blocks', edit nav_block10 or create new if it doesn t exist: <div class="col4-set"> <div class="col-1"> <h3>custom Block</h3> Augue mid egestas magna ac? Augue integer hac, amet porttitor turpis. Massa! Enim amet non. Urna purus tincidunt augue montes? <div class="col-2"> <h3>your HTML</h3> <img style="float: left; margin: 0 20px 20px 0;" src="{{media url="wysiwyg/gadget/blok1_2.png"}}" alt="" /> Augue mid egestas magna ac? Augue integer hac, amet porttitor turpis. Massa! Enim amet non. Urna purus tincidunt augue montes? <div class="col-3"> <h3>editable in Admin</h3> <img style="float: left; margin: 0 20px 20px 0;" src="{{media url="wysiwyg/gadget/blok1_3.png"}}" alt="" /> Augue mid egestas magna ac? Augue integer hac, amet porttitor turpis. Massa! Enim amet non. Urna purus tincidunt augue montes? <div class="col-4"> <h3>cms->static Blocks</h3> <img style="float: left; margin: 0 20px 20px 0;" src="{{media url="wysiwyg/gadget/blok1_4.png"}}" alt="" /> Augue mid egestas magna ac? Augue integer hac, amet porttitor turpis. Massa! Enim amet non. Urna purus tincidunt augue montes? Click the Save Page button. 8theme 29 GadgetStore Magento Theme Instructions

30 HTML Block This navigation custom blocks can be changed in the backend. Go to 'CMS -> Static Blocks', edit left_block1 or create new if it doesn t exist: <div class="category-block-1-img" style="padding-bottom: 15px; border-bottom: 1px solid #e1e1e1; text-align: center;"><img src="{{media url="wysiwyg/gadget/category_static_block_banner.png"}}" alt="" /> <div class="category-block-1-txt" style="color: #575757; padding-top: 10px;"> <p>you can add this block from admin panel via CMS Blocks</p> Click the Save Page button. 8theme 30 GadgetStore Magento Theme Instructions

31 HTML Block This Editable in Admin blocks can be changed in the backend. Go to 'CMS -> Static Blocks', edit left_block2 or create new if it doesn t exist: <div class="category-block-2-content" style="border-bottom: 1px solid #e1e1e1;"> <p>lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p> <div class="category-block-2-txt" style="margin-top: 10px;"> <p>you can add this block from admin panel via CMS - Blocks</p> Click the Save Page button. 8theme 31 GadgetStore Magento Theme Instructions

32 HTML Block This HTML blocks can be changed in the backend. Go to 'CMS -> Static Blocks', edit right_block1 or create new if it doesn t exist: <div class="category-block-1-img" style="padding-bottom: 15px; border-bottom: 1px solid #e1e1e1; text-align: center;"><img src=" alt="" /> <div class="category-block-1-txt" style="color: #575757; padding-top: 10px;"> <p>you can add this block from admin panel via CMS - Blocks</p> Click the Save Page button. 8theme 32 GadgetStore Magento Theme Instructions

33 HTML Block This left block without design blocks can be changed in the backend. Go to 'CMS -> Static Blocks', edit left_block_without_design1 or create new if it doesn t exist: <p><img src="{{media url="wysiwyg/gadget/banner_left.png"}}" alt="" /></p> Click the Save Page button. 8theme 33 GadgetStore Magento Theme Instructions

34 HTML Tab This HTML Tab without design blocks can be changed in the backend. Go to 'CMS -> Static Blocks', edit product_custom_tab or create new if it doesn t exist: <div class="col2-set"> <div class="col-1"> <h3>custom HTML</h3> <img style="float: left; margin: 0 20px 20px 0;" src="{{media url="wysiwyg/gadget/blok2_1.png"}}" alt="" /> Augue mid egestas magna ac? Augue integer hac, amet porttitor turpis. Massa! Enim amet non. Urna purus tincidunt augue montes? Adipiscing diam quis adipiscing, augue dolor massa? Elementum, aliquam elit. Mus eu lacus habitasse. Arcu, risus pulvinar eu, cursus enim scelerisque natoque, rhoncus integer. Vel ridiculus lundium vel, massa! Ac.Elementum, aliquam elit. Mus eu lacus habitasse. Arcu, risus pulvinar eu, cursus enim scelerisque natoque, rhoncus integer. Vel ridiculus lundium vel, massa! Ac. <div class="col-2"> <h3>editable in Admin</h3> <img style="float: left; margin: 0 20px 20px 0;" src="{{media url="wysiwyg/gadget/blok2_2.png"}}" alt="" /> Augue mid egestas magna ac? Augue integer hac, amet porttitor turpis. Massa! Enim amet non. Urna purus tincidunt augue montes? Adipiscing diam quis adipiscing, augue dolor massa? Elementum, aliquam elit. Mus eu lacus habitasse. Arcu, risus pulvinar eu, cursus enim scelerisque natoque, rhoncus integer. Vel ridiculus lundium vel, massa! Ac.Elementum, aliquam elit. Mus eu lacus habitasse. Arcu, risus pulvinar eu, cursus enim scelerisque natoque, rhoncus integer. Vel ridiculus lundium vel, massa! Ac. Click the Save Page button. 8theme 34 GadgetStore Magento Theme Instructions

35 New Product Blocks New arrivals product in this month on homepage Edit a product and set certain value for attributes Set Product as New from Date and Set Product as New to Date. 8theme 35 GadgetStore Magento Theme Instructions

36 Theme Options For easing the template configuration it has been created small module. You can see the template configurations on the page 'System -> Configuration'. I have provided a few options, which you can manage from admin panel without editing template: 1. General Options Menu type: Available Options: Wide Menu, Superfish Menu By Default: Wide Menu Additional Navigation Link: Available Options: Text By Default: Clearance Additional Navigation Link URL Available Options: Text By Default: # Header Phone Available Options: Text 2. Slideshow Options Use Slideshow: Available Options: Enable, Disable By Default: Enable Speed: By Default: theme 36 GadgetStore Magento Theme Instructions

37 Theme Options 3. Background Options Background-color: Available Options: Enable, Disable By Default: Enable Background-image: Available Options: Text Background-repeat Available Options: no-repeat, repeat-x, repeat-y By Default: select Background- attachment Available Options: fixed, scroll By Default: select Background-position (X) Available Options: left, center, right By Default: select Background-position (Y) Available Options: top, center, bottom By Default: select 4.Product List Page Shopping options: Available Options: Opened, Collapsed By Default: Opened 8theme 37 GadgetStore Magento Theme Instructions

38 Theme Options Ajax "Add to cart": Available Options: Enable, Disable By Default: Enable "New product" label: Available Options: Enable, Disable By Default: Enable "Product on sale" label: Available Options: Enable, Disable By Default: Enable 5.Product Page Use zoom for product images: Available Options: Enable, Disable By Default: Enable Use product scrollbar: Available Options: Enable, Disable By Default: Enable Ajax "Add to cart": Available Options: Enable, Disable By Default: Enable 6. Share Options Use Share Links: Available Options: Enable, Disable By Default: Enable 8theme 38 GadgetStore Magento Theme Instructions

39 Share Code: Available Options: Text By Default: <div style="clear: both;"> <div class="addthis_toolbox addthis_default_style "> <a class="addthis_button_preferred_1"></a> <a class="addthis_button_preferred_2"></a> <a class="addthis_button_preferred_3"></a> <a class="addthis_button_preferred_4"></a> <a class="addthis_button_compact"></a> <a class="addthis_counter addthis_bubble_style"></a> <script type="text/javascript" src=" 4ee a61e"></script> 8theme 39 GadgetStore Magento Theme Instructions

40 Troubleshooting 1. I'm getting 404 not found when trying to open theme admin pages. Log out from Magento admin panel, clear the store cache under var/cache, and log in again. 2. After the extension installation the store gives an error, or blank page. Log out from Magento admin panel. Change the owner of the extracted extension files to the web server user and set 775 permissions on them. Clear the store cache and try again. 3. My configuration changes do not appear on the frontend. Clear the store cache under var/cache, clear all browser cookies for your store domain and refresh the page in your browser. 4. If you have more questions you need to make a request via our website and we will help you 8theme 40 GadgetStore Magento Theme Instructions

41 Using Magento Helpful Resources There are tutorials, articles, forums and screencasts to help you learn how to use Magento and its features. This section provides helpful links to instructions on commonly used Magento features, but you can learn even more by exploring these resources: Knowledge Base Screencasts Magento Wiki Magento Forum 8theme 41 GadgetStore Magento Theme Instructions

42 Using Magento Categories To help customers browse your online store efficiently, you will most likely need to organize your products into categories and sub-categories. Please read the following documentation to learn how to create and manage categories. Tutorial: Creating and Managing Categories Admin Panel > Categories > Manage Categories 8theme 42 GadgetStore Magento Theme Instructions

43 Using Magento Adding Products to Your Online Store You will, of course, need to know how to add products to your online store. The following links will help you set up, organize and manage your products, and add images and product descriptions. Tutorial: Creating Products Magento Screencast: Creating a Simple Product Adding a New Product 8theme 43 GadgetStore Magento Theme Instructions

44 Additional Help For more information on using Magento, please use the resources mentioned in the Using Magento section of this documentation. Thank you for purchasing GadgetStore for Magento! 8theme 44 GadgetStore Magento Theme Instructions

Magento Theme Instruction

Magento Theme Instruction Magento Theme Instruction We are extremely happy to present Holiday Magento theme to you, it is designed and developed by highly qualified Designer & Developers in a way that make it usable for any type

More information

Magento Theme Instruction

Magento Theme Instruction Magento Theme Instruction We are extremely happy to present Metros Magento theme to you, it is designed and developed by highly qualified Designer & Developers in a way that make it usable for any type

More information

Fortis Theme. User Guide. v1.0.0. Magento theme by Infortis. Copyright 2012 Infortis

Fortis Theme. User Guide. v1.0.0. Magento theme by Infortis. Copyright 2012 Infortis Fortis Theme v1.0.0 Magento theme by Infortis User Guide Copyright 2012 Infortis 1 Table of Contents 1. Introduction...3 2. Installation...4 3. Basic Configuration...5 3.1 Enable Fortis Theme...5 3.2 Enable

More information

SAHARA DIGITAL8 RESPONSIVE MAGENTO THEME

SAHARA DIGITAL8 RESPONSIVE MAGENTO THEME SAHARA DIGITAL8 RESPONSIVE MAGENTO THEME This document is organized as follows: Chater I. Install ma_sahara_digital8 template Chapter II. Features and elements of the template Chapter III. List of extensions

More information

MAGENTO THEME SHOE STORE

MAGENTO THEME SHOE STORE MAGENTO THEME SHOE STORE Developer: BSEtec Email: [email protected] Website: www.bsetec.com Facebook Profile: License: GPLv3 or later License URL: http://www.gnu.org/licenses/gpl-3.0-standalone.html 1

More information

Magento Theme EM0006 for Computer store

Magento Theme EM0006 for Computer store Magento Theme EM0006 for Computer store Table of contends Table of contends Introduction Features General Features Flexible layouts Main Menu Standard Blocks Category Menu and Category Layered Menu. HTML

More information

SAHARA FASHION15 RESPONSIVE MAGENTO THEME

SAHARA FASHION15 RESPONSIVE MAGENTO THEME SAHARA FASHION15 RESPONSIVE MAGENTO THEME This document is organized as follows: Chater I. Install ma_sahara_fashion15 template Chapter II. Features and elements of the template Chapter III. List of extensions

More information

FORTIS. User Guide. Fully responsive flexible Magento theme by Infortis. Copyright 2012-2013 Infortis. All rights reserved

FORTIS. User Guide. Fully responsive flexible Magento theme by Infortis. Copyright 2012-2013 Infortis. All rights reserved FORTIS Fully responsive flexible Magento theme by Infortis User Guide Copyright 2012-2013 Infortis All rights reserved How to use this document Please read this user guide carefully, it will help you eliminate

More information

ultimo theme Update Guide Copyright 2012-2013 Infortis All rights reserved

ultimo theme Update Guide Copyright 2012-2013 Infortis All rights reserved ultimo theme Update Guide Copyright 2012-2013 Infortis All rights reserved 1 1. Update Before you start updating, please refer to 2. Important changes to check if there are any additional instructions

More information

ART Blue Responsive Magento Theme

ART Blue Responsive Magento Theme ART Blue Responsive Magento Theme User Documentation (Version 1.0) Thank you for purchasing our theme. If you have any questions that are beyond the scope of this document, please feel free to send your

More information

Fortis Theme Update Guide

Fortis Theme Update Guide Fortis Theme Update Guide Copyright 2012 Infortis 1 Table of Contents 1. How to update the theme?...3 2. Important changes...5 2.1 Fortis Theme version 1.3.1...5 2.2 Fortis Theme version 1.3.0...5 2.3

More information

ultimo theme Update Guide Copyright 2012-2013 Infortis All rights reserved

ultimo theme Update Guide Copyright 2012-2013 Infortis All rights reserved ultimo theme Update Guide Copyright 2012-2013 Infortis All rights reserved 1 1. Update Before you start updating, please refer to 2. Important changes to check if there are any additional instructions

More information

edream Fixed Header edream Market www.edreamag.com [email protected]

edream Fixed Header edream Market www.edreamag.com support@edreamag.com User s Manual Magento Extension edream Fixed Header edream Market www.edreamag.com [email protected] edream Fixed Header for Magento Modern, Simple and Professional edream Fixed Header is a unique extension

More information

Milano Premium Responsive Magento Theme. 2013 ShopShark

Milano Premium Responsive Magento Theme. 2013 ShopShark Milano Premium Responsive Magento Theme Milano Premium Responsive Magento Theme In this document, you will find detailed instructions on installing and using the Milano Magento Theme. We have made every

More information

ultimo theme Update Guide Copyright 2012-2014 Infortis All rights reserved

ultimo theme Update Guide Copyright 2012-2014 Infortis All rights reserved ultimo theme Update Guide Copyright 2012-2014 Infortis All rights reserved 1 1. Important changes Here you can find description of the most important changes in selected versions. List of all changes in

More information

USER S MANUAL JOOMLA! GOVERNMENT WEB TEMPLATE

USER S MANUAL JOOMLA! GOVERNMENT WEB TEMPLATE USER S MANUAL JOOMLA! GOVERNMENT WEB TEMPLATE 1 TABLE OF CONTENTS Introduction 3 Parts of the Government Web Template (GWT) 4 Logging In and Getting Started 5 GWT Joomla! Module Map 8 Editing the Top Bar

More information

Version 1.0.0 USER GUIDE

Version 1.0.0 USER GUIDE Magento Extension Grid Manager Version 1.0.0 USER GUIDE Last update: Aug 13 th, 2013 DragonFroot.com Grid Manager v1-0 Content 1. Introduction 2. Installation 3. Configuration 4. Troubleshooting 5. Contact

More information

Top Navigation menu - Tabs. User Guide 1. www.magazento.com & www.ecommerceoffice.com

Top Navigation menu - Tabs. User Guide 1. www.magazento.com & www.ecommerceoffice.com User Guide User Guide 1 Extension Description Successful Websites ALWAYS have logical navigation that mirror real world navigational expectations and experiences. Good menus ALWAYS looks 100% clear, because

More information

Official JSN Dome v1 Quick Start Guide

Official JSN Dome v1 Quick Start Guide Official JSN Dome v1 Quick Start Guide This documentation is release under Creative Commons Attribution-Non-Commercial-Share Alike 3 Unported Licence. You are free to print this document for convenient

More information

Official JSN Epic v3 Quick Start Guide

Official JSN Epic v3 Quick Start Guide Official JSN Epic v3 Quick Start Guide This documentation is release under Creative Commons Attribution-Non-Commercial-Share Alike 3 Unported Licence. You are free to print this document for convenient

More information

Shop by Manufacturer Custom Module for Magento

Shop by Manufacturer Custom Module for Magento Shop by Manufacturer Custom Module for Magento TABLE OF CONTENTS Table of Contents Table Of Contents... 2 1. INTRODUCTION... 3 2. Overview...3 3. Requirements... 3 4. Features... 4 4.1 Features accessible

More information

CARSTORE RESPONSIVE MAGENTO THEME

CARSTORE RESPONSIVE MAGENTO THEME CARSTORE RESPONSIVE MAGENTO THEME This document is organized as follows: Chater I. General about Magento Chapter II. Features and elements of the template Chapter III. Extensions Chapter IV. Troubleshooting

More information

Product Name: Size Chart Popup Version: 2.0.1 Document Type: Help doc Author: Milople Inc.

Product Name: Size Chart Popup Version: 2.0.1 Document Type: Help doc Author: Milople Inc. Product Name: Size Chart Popup Version: 2.0.1 Document Type: Help doc Author: Milople Inc. https:/www.milople.com/magento-extensions/size-chart-popup Table of content 1. Installation and Un-installation

More information

Argus. One Page Responsive Template. themelock.com. <a class="read-more" id="news-1" href="popup/news_1.html"></a>

Argus. One Page Responsive Template. themelock.com. <a class=read-more id=news-1 href=popup/news_1.html></a> Argus One Page Responsive Template Thanks for purchasing the template and for supporting our work. Argus is our new fancy template. Responsive, clean and professional look with sleek design will satisfy

More information

Improved Navigation Magento Extension User Guide

Improved Navigation Magento Extension User Guide Improved Navigation Magento Extension User Guide Page 1 Table of contents: 1. Creation of attribute filters and navigation configuration 3 2. Creation of blocks with featured attribute options.. 11 3.

More information

JTouch Mobile Extension for Joomla! User Guide

JTouch Mobile Extension for Joomla! User Guide JTouch Mobile Extension for Joomla! User Guide A Mobilization Plugin & Touch Friendly Template for Joomla! 2.5 Author: Huy Nguyen Co- Author: John Nguyen ABSTRACT The JTouch Mobile extension was developed

More information

JMS Gift - Prestashop Responsive Theme

JMS Gift - Prestashop Responsive Theme JMS Gift - Prestashop Responsive Theme Compatible with: Prestashop 1.6.x created: 7/12/2014 latest update: 18/12/2014 by: Joommasters.com email: [email protected] skype: tungpscnc or nguyenngochai84

More information

Joomla! template Blendvision v 1.0 Customization Manual

Joomla! template Blendvision v 1.0 Customization Manual Joomla! template Blendvision v 1.0 Customization Manual Blendvision template requires Helix II system plugin installed and enabled Download from: http://www.joomshaper.com/joomla-templates/helix-ii Don

More information

MAGENTO TRAINING PROGRAM

MAGENTO TRAINING PROGRAM Design Integration Guideline MAGENTO TRAINING PROGRAM Contents 1 Standard development workflow 32 Prepare working environment 3 Layout comprehension 34 Introduce Block 5 Understand header and footer elements

More information

BT CONTENT SHOWCASE. JOOMLA EXTENSION User guide Version 2.1. Copyright 2013 Bowthemes Inc. [email protected]

BT CONTENT SHOWCASE. JOOMLA EXTENSION User guide Version 2.1. Copyright 2013 Bowthemes Inc. support@bowthemes.com BT CONTENT SHOWCASE JOOMLA EXTENSION User guide Version 2.1 Copyright 2013 Bowthemes Inc. [email protected] 1 Table of Contents Introduction...2 Installing and Upgrading...4 System Requirement...4

More information

Magento 1.4 Theming Cookbook

Magento 1.4 Theming Cookbook P U B L I S H I N G community experience distilled Magento 1.4 Theming Cookbook Jose Argudo Blanco Chapter No. 5 "Going Further Making Our Theme Shine" In this package, you will find: A Biography of the

More information

Installation, Configuration, and Usage

Installation, Configuration, and Usage Installation, Configuration, and Usage Copyright Free Lunch Labs www.freelunchlabs.com Installation BEFORE INSTALLING THIS EXTENSION CREATE OF BACKUP OF YOUR MAGENTO INSTALLATION AND ALL ASSOCISTED FILES

More information

Aspect WordPress Theme

Aspect WordPress Theme by DesignerThemes.com Hi there. Thanks for purchasing this theme, your support is greatly appreciated! This theme documentation file covers installation and all of the main features and, just like the

More information

Software Engineering Research Group MSc Thesis Style

Software Engineering Research Group MSc Thesis Style Software Engineering Research Group MSc Thesis Style Version of July 5, 2007 Leon Moonen Software Engineering Research Group MSc Thesis Style THESIS submitted in partial fulfillment of the requirements

More information

Responsive Banner Slider Extension By Capacity Web Solutions

Responsive Banner Slider Extension By Capacity Web Solutions CONTENT Introduction 2 Features 2 Installation 3 Configuration Settings 4 Manage Responsive Banner Slider Extension 5 Manage Group Section 5 Manage Slides Section 9 Display Responsive Banner Slider 11

More information

A set-up guide and general information to help you get the most out of your new theme.

A set-up guide and general information to help you get the most out of your new theme. Blox. A set-up guide and general information to help you get the most out of your new theme. This document covers the installation, set up, and use of this theme and provides answers and solutions to common

More information

ProxiBlue Gift Promotions

ProxiBlue Gift Promotions ProxiBlue Gift Promotions Thank you for purchasing our product. Introduction This is an extensive and complicated extension. The install is best done by a magento professional developer or agency. It is

More information

Poster Design Tips. Academic Technology Center

Poster Design Tips. Academic Technology Center Poster Design Tips Academic Technology Center Colors White Background Recommended Full-color backgrounds will be charged extra Use Borders, Images and Graphics to add some color instead Colors Keep it

More information

lloyd s coverholders brand GUIDELINES

lloyd s coverholders brand GUIDELINES lloyd s coverholders brand GUIDELINES contents Introduction Quick questions Part One: How may I describe my relationship with Lloyd s? Part Two: How may I use the Coverholder at Lloyd s logo? Further information

More information

The package provides not only Roman fonts, but also sans serif fonts and

The package provides not only Roman fonts, but also sans serif fonts and The package provides not only Roman fonts, but also sans serif fonts and typewriter fonts. Times Roman Condensed (c, n). 0123456789, $20, C30, 60. Naïve Æsop s Œuvres in français were my first reading.

More information

Setting Up Your Website Using C# and C9

Setting Up Your Website Using C# and C9 Setting Up Our Work Environments Setting Up Our Work Environments Create and account at GitHub github.com Setting Up Our Work Environments Sign into Cloud9 with your GitHub Account c9.io Setting Up Our

More information

Web Design and Databases WD: Class 7: HTML and CSS Part 3

Web Design and Databases WD: Class 7: HTML and CSS Part 3 Web Design and Databases WD: Class 7: HTML and CSS Part 3 Dr Helen Hastie Dept of Computer Science Heriot-Watt University Some contributions from Head First HTML with CSS and XHTML, O Reilly Recap! HTML

More information

Magento 1.4 Themes Design

Magento 1.4 Themes Design Magento 1.4 Themes Design Customize the appearance of your Magento 1.4 e-commerce store with Magento's powerful theming engine Richard Carter [ PUBLISHING 1 open source I community experience distilled

More information

JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA

JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA All information presented in the document has been acquired from http://docs.joomla.org to assist you with your website 1 JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA BACK

More information

BT MAGAZINE. JOOMLA 3.x TEMPLATE. Total User Guide Version 1.0. Copyright 2013 Bowthemes.com [email protected]. www.bowthemes.

BT MAGAZINE. JOOMLA 3.x TEMPLATE. Total User Guide Version 1.0. Copyright 2013 Bowthemes.com support@bowthemes.com. www.bowthemes. 1 BT MAGAZINE JOOMLA 3.x TEMPLATE Total User Guide Version 1.0 Copyright 2013 Bowthemes.com [email protected] 1 Table of Contents INTRODUCTION... 2 Template Features... 2 Compressed File Contents...

More information

Product Personalization. User manual

Product Personalization. User manual Product Personalization User manual Table of contents 1. Overview 1.1 General information 1.2 Key features 1.3 About this manual 2. Installation 2.1 Disabling compiler and cache options 2.2 Check your

More information

Important Notice. All company and brand products and service names are trademarks or registered trademarks of their respective holders.

Important Notice. All company and brand products and service names are trademarks or registered trademarks of their respective holders. 1 Important Notice MageWorx reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its products and services at any time and to discontinue any product

More information

Altima Lookbook Free Extension v. 0.1.0

Altima Lookbook Free Extension v. 0.1.0 Altima Interactive 2012 Altima Interactive www.altima.net.au Altima Lookbook Free Extension v. 0.1.0 Compatibility: Community Edition: 1.4.x.x, 1.5.x.x, 1.6.x.x Enterprise Edition: 1.9 and later Installation

More information

SFC Featured Categories, Magento Extension Documentation

SFC Featured Categories, Magento Extension Documentation SFC Featured Categories, Magento Extension Documentation Copyright 2009 2010. StoreFront Consulting, Inc. All rights reserved. Developer: StoreFront Consulting, Inc. Platform: Magento Magento Version Compatibility:

More information

X-POS GUIDE. v3.4 INSTALLATION. 2015 SmartOSC and X-POS

X-POS GUIDE. v3.4 INSTALLATION. 2015 SmartOSC and X-POS GUIDE INSTALLATION X-POS v3.4 2015 SmartOSC and X-POS 1. Prerequisites for Installing and Upgrading Server has Apache/PHP 5.2.x/MySQL installed. Magento Community version 1.7.x or above already installed

More information

Module Private Sales User Manual

Module Private Sales User Manual Module Private Sales User Manual 1 / 11 Summary Summary Overview... 3 Installation... 4 Upload files... 4 Settings... 4 User account... 5 General... 5 Invitations... 6 Abreviations... 6 Display slider...

More information

This manual cannot be redistributed without permission from joomla-monster.com

This manual cannot be redistributed without permission from joomla-monster.com This manual cannot be redistributed without permission from joomla-monster.com Visit the official website joomla-monster.com of this Joomla template and other thematic and high quality templates. Copyright

More information

This guide provides additional information about topics covered in the webinar

This guide provides additional information about topics covered in the webinar This guide provides additional information about topics covered in the webinar Scan to go there now! Copyright 2012 X.commerce, Inc. All rights reserved. Contents CHAPTER 1: Leveraging Store Content 1

More information

Joomla + Virtuemart 2 Template CoolMart TUTORIAL. INSTALLATION CoolMart Template (in 2 Methods):

Joomla + Virtuemart 2 Template CoolMart TUTORIAL. INSTALLATION CoolMart Template (in 2 Methods): // Flexible Joomla + Virtuemart 2 Template CoolMart FOR VIRTUEMART 2.0.x and Joomla 2.5.xx // version 1.0 // author Flexible Web Design Team // copyright (C) 2011- flexiblewebdesign.com // license GNU/GPLv3

More information

Criteo Tags & Feed Extension for Magento

Criteo Tags & Feed Extension for Magento Criteo Tags & Feed Extension for Magento Documentation Author Web In Color Date: December 23, 2014 Version: 1.3.1 Compatibility: Magento 1.5.x 1.9.x Document Name: wic_criteo_en.pdf Contact: [email protected]

More information

www.store.belvg.com skype ID: store.belvg email: [email protected] US phone number: +1-424-253-0801

www.store.belvg.com skype ID: store.belvg email: store@belvg.com US phone number: +1-424-253-0801 www.store.belvg.com skype ID: store.belvg email: [email protected] US phone number: +1-424-253-0801 1 Table of Contents User Guide Table of Contents 1. Introduction to Facebook Connect and Like Free... 3

More information

Creating a Restaurant Website

Creating a Restaurant Website 11 Creating a Restaurant Website In This Lesson This lesson looks at the process of creating a small business website, in this case for a restaurant. Starting from a needs analysis, this lesson shows you

More information

ireview Template Manual

ireview Template Manual ireview Template Manual Contents Template Overview... 2 Main features... 2 Template Installation... 3 Installation Steps... 3 Upgrading ireview... 3 Template Parameters... 4 Module Positions... 6 Module

More information

Managing your Joomla! 3 Content Management System (CMS) Website Websites For Small Business

Managing your Joomla! 3 Content Management System (CMS) Website Websites For Small Business 2015 Managing your Joomla! 3 Content Management System (CMS) Website Websites For Small Business This manual will take you through all the areas that you are likely to use in order to maintain, update

More information

shweclassifieds v 3.3 Php Classifieds Script (Joomla Extension) User Manual (Revision 2.0)

shweclassifieds v 3.3 Php Classifieds Script (Joomla Extension) User Manual (Revision 2.0) shweclassifieds v 3.3 Php Classifieds Script (Joomla Extension) User Manual (Revision 2.0) Contents Installation Procedure... 4 What is in the zip file?... 4 Installing from Extension Manager... 6 Updating

More information

Table of Content. 1. Mofluid Installation. 2. Mofluid Uninstallation. a. Magento Connect b. Manual Installation

Table of Content. 1. Mofluid Installation. 2. Mofluid Uninstallation. a. Magento Connect b. Manual Installation Table of Content 1. Mofluid Installation a. Magento Connect b. Manual Installation 2. Mofluid Uninstallation Module 1 Mofluid Installation Mofluid is installed using a plugin.tgz file that can be obtained

More information

Installation Manual for Catalog Infinite Scroll extension

Installation Manual for Catalog Infinite Scroll extension Installation Manual for Catalog Infinite Scroll extension This manual describes the installation, configuration and usage of the Catalog Infinite Scroll extension for Magento 2. Release Date: May 22, 2016

More information

Mistral Joomla Template

Mistral Joomla Template Mistral Joomla Template Documentation Copyright arrowthemes Table of Contents Introduction... 4 1.1 Template Overview... 5 Theme Styles and admin options... 5 Theme profiles... 5 Theme Layouts... 5 1.2

More information

Magento module Documentation

Magento module Documentation Table of contents 1 General... 4 1.1 Languages... 4 2 Installation... 4 2.1 Search module... 4 2.2 Installation in Magento... 6 2.3 Installation as a local package... 7 2.4 Uninstalling the module... 8

More information

Create Your own Company s Design Theme

Create Your own Company s Design Theme Create Your own Company s Design Theme A simple yet effective approach to custom design theme INTRODUCTION Iron Speed Designer out of the box already gives you a good collection of design themes, up to

More information

IDENTITY BRANDING DANIEL DURKEE

IDENTITY BRANDING DANIEL DURKEE IDENTITY BRANDING DANIEL DURKEE DURKEE IDENTITY BRANDING INTRODUCTION VISION My previous logo lacked a clean design and it relied heavily on gradients to represent the fluid design of the letters D C D

More information

Magento Responsive Theme Design

Magento Responsive Theme Design Magento Responsive Theme Design Richard Carter Chapter No. 2 "Making Your Store Responsive" In this package, you will find: A Biography of the author of the book A preview chapter from the book, Chapter

More information

ekomimeetsmage Manual for version 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0

ekomimeetsmage Manual for version 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0 ekomimeetsmage Manual for version 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0 Version 0.6 Last edit: 16.05.2013 Overview 1 Introduction...3 1.1 Requirements...3 1.2 Function Overview...3 2 Installation...3 2.1 Important

More information

Building Your First Drupal 8 Company Site

Building Your First Drupal 8 Company Site Building Websites with Drupal: Learn from the Experts Article Series Building Your First Drupal 8 Company Site by Todd Tomlinson July, 2014 Unicon is a Registered Trademark of Unicon, Inc. All other product

More information

Mastering Magento Theme Design

Mastering Magento Theme Design Mastering Magento Theme Design Andrea Saccà Chapter No. 1 "Introducing Magento Theme Design" In this package, you will find: A Biography of the author of the book A preview chapter from the book, Chapter

More information

Blueball Design Dynamic Content 2 Stack Readme Manual v1.0

Blueball Design Dynamic Content 2 Stack Readme Manual v1.0 Blueball Design Dynamic Content 2 Stack Readme Manual v1.0 A unique responsive stack that dynamically populates and updates a content area within the stack using a warehoused external XML flat text file

More information

EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators

EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators Version 1.0 Last Updated on 15 th October 2011 Table of Contents Introduction... 3 File Manager... 5 Site Log...

More information

Google Sites: Creating, editing, and sharing a site

Google Sites: Creating, editing, and sharing a site Google Sites: Creating, editing, and sharing a site Google Sites is an application that makes building a website for your organization as easy as editing a document. With Google Sites, teams can quickly

More information

INTRO TO THEMING IN MAGENTO

INTRO TO THEMING IN MAGENTO Summer Webinar Series August 10, 2010 INTRO TO THEMING IN MAGENTO What we ll cover today Magento concepts we ll cover: Multi theme set up Design packages Default and non- themes Fall-back logic and base

More information

Prestashop Ship2MyId Module. Configuration Process

Prestashop Ship2MyId Module. Configuration Process Prestashop Ship2MyId Module Configuration Process Ship2MyID Module Version : v1.0.2 Compatibility : PrestaShop v1.5.5.0 - v1.6.0.14 1 P a g e Table of Contents 1. Module Download & Setup on Store... 4

More information

Iceberg Commerce Video Gallery Extension 2.0 For Magento Version 1.3, 1.4, 1.5, 1,6

Iceberg Commerce Video Gallery Extension 2.0 For Magento Version 1.3, 1.4, 1.5, 1,6 Iceberg Commerce Video Gallery Extension 2.0 For Magento Version 1.3, 1.4, 1.5, 1,6 User Manual August 2011 Introduction Images are boring, let your customers watch your products in use. Embed Youtube,

More information

Responsive WordPress Theme with multiple options by PEGO

Responsive WordPress Theme with multiple options by PEGO Responsive WordPress Theme with multiple options by PEGO Thank you for purchasing BOOSTER WordPress Theme. This document will make it as easy as possible to build your site with the BOOSTERWordPress Theme.

More information

Microsoft Expression Web

Microsoft Expression Web Microsoft Expression Web Microsoft Expression Web is the new program from Microsoft to replace Frontpage as a website editing program. While the layout has changed, it still functions much the same as

More information

ISE Web Portal Customization Options. Secure Access How-to User Guide Series

ISE Web Portal Customization Options. Secure Access How-to User Guide Series ISE Web Portal Customization Options Secure Access How-to User Guide Series Author: Jason Kunst Date: July 9, 2015 Table of Contents About this guide... 3 Prerequisite to using JavaScript on your portal

More information

Magic Liquidizer Documentation

Magic Liquidizer Documentation Magic Liquidizer helps many web developers and website owners to instantly make their websites adaptable to mobile screens such as tablets and smartphones. Magic Liquidizer Documentation A complete solution

More information

Table of Contents I. General about Magento... 6 1.

Table of Contents I. General about Magento... 6 1. AQULE RESPONSIVE MAGENTO THEME This document is organized as follows: Chater I. General about Magento Chapter II. Features and elements of the template Chapter III. Extensions Chapter IV. Troubleshooting

More information

GPMD CheckoutSuite for Magento Documentation

GPMD CheckoutSuite for Magento Documentation GPMD CheckoutSuite for Magento Documentation Version: 1.0.0 Table of Contents Installation Configuration Setting up Goals in Google Analytics Installation IMPORTANT: Before installing any Magento Extension

More information

RSW. Responsive Fullscreen WordPress Theme

RSW. Responsive Fullscreen WordPress Theme RSW Responsive Fullscreen WordPress Theme Thank you for purchasing this theme. This document covers the installation and Setting up of the theme. Please read through this Help Guide if you experience any

More information

Product Name: Recurring & Subscription Payments Version: 2.0.0 Document Type: Help doc Author: Milople Inc.

Product Name: Recurring & Subscription Payments Version: 2.0.0 Document Type: Help doc Author: Milople Inc. Product Name: Recurring & Subscription Payments Version: 2.0.0 Document Type: Help doc Author: Milople Inc. https://www.milople.com/magento-extensions/recurring-and-subscription-payments.html Table of

More information

Product Name: ANZ egate Connect Version: 2.1.9 Document Type: Help doc Author: Milople Inc.

Product Name: ANZ egate Connect Version: 2.1.9 Document Type: Help doc Author: Milople Inc. Product Name: ANZ egate Connect Version: 2.1.9 Document Type: Help doc Author: Milople Inc. https://www.milople.com/magento-extensions/anz-egate-connect.html Table of Content 1. Installation and Un-installation

More information

SEO Suite Pro. User Guide

SEO Suite Pro. User Guide User Guide Important Notice reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its products and services at any time and to discontinue any product

More information

WordPress websites themes and configuration user s guide v. 1.6

WordPress websites themes and configuration user s guide v. 1.6 WordPress websites themes and configuration user s guide v. 1.6 Congratulations on your new website! Northeastern has developed two WordPress themes that are flexible, customizable, and designed to work

More information

Have a question? Talk to us...

Have a question? Talk to us... A. Home (Level 1) Philosophy Overview & Methods Curriculum Philosophy & Overview Methods Classroom Curriculum Training Overview Continuing Classroom Training Education Student Continuing Testimonials Education

More information

ANIMATED HEADER IMAGE WITH IMAGE HEADER SLIDESHOW (FL_HEADER_SLIDE)

ANIMATED HEADER IMAGE WITH IMAGE HEADER SLIDESHOW (FL_HEADER_SLIDE) ANIMATED HEADER IMAGE WITH IMAGE HEADER SLIDESHOW (FL_HEADER_SLIDE) (STEP BY STEP INSTRUCTIONS FOR REAL BEGINNERS) I am writing this tutorial out of frustration with the general lack of proper instructions

More information

HDVideoShare! User Documentation Team January 31. 2012

HDVideoShare! User Documentation Team January 31. 2012 Version 2.3 HDVideoShare! User Documentation Team January 31. 2012 2010 Copyrights and all rights reserved by Contus Support Interactive Pvt. Ltd., TABLE OF CONTENTS Welcome to you as a new user of this

More information

nopcommerce User Guide

nopcommerce User Guide nopcommerce User Guide Open source ecommerce solution Version 1.90 Copyright Notice Information in this document, including URL and other Internet Web site references, is subject to change without notice.

More information

Canada. MEETING AND TRADESHOW PUBLIC RELATIONS: A HOW-TO GUIDE Get the Most out of Your Meeting and Tradeshow Investment. June 8 12 HOW-TO GUIDE

Canada. MEETING AND TRADESHOW PUBLIC RELATIONS: A HOW-TO GUIDE Get the Most out of Your Meeting and Tradeshow Investment. June 8 12 HOW-TO GUIDE IN S ET 1 MI 20 3 1 MI 20 3 RY TH 60 A N N IV E R S A N N U AL M E ET RY TH A G A N N IV E R S IN 60 A G NM NM IN A N N IV E A N N U AL M E S 1 A N N U AL M E ET MEETING AND TRADESHOW PUBLIC RELATIONS:

More information

Google Trusted Stores Setup in Magento

Google Trusted Stores Setup in Magento Google Trusted Stores Setup in Magento Google Trusted Stores is a free badging program that can improve your conversion rate and average order size by reassuring potential customers you offer a great shopping

More information

Follow Up Email 1.0.2 Getting Started. How to install extension

Follow Up Email 1.0.2 Getting Started. How to install extension Follow Up Email 1.0.2 Getting Started Welcome to the Follow Up Email Documentation. Whether you are new to Follow Up Email or an advanced user, you can find useful information here. First of all we recommend

More information

User Guide. From Getting Started... To Getting More From Your Store. Magento Community Revised, Expanded, and Updated for Magento Community v1.

User Guide. From Getting Started... To Getting More From Your Store. Magento Community Revised, Expanded, and Updated for Magento Community v1. User Guide From Getting Started... To Getting More From Your Store Magento Community Revised, Expanded, and Updated for Magento Community v1.7 Important Notice Magento reserves the right to make corrections,

More information