Free Prestashop Themes from iNove WordPress Template

May 17th, 2010 by Ardian Yuli Seytanto Leave a reply »

iNove WordPress Theme is one of most popular wordpress theme. Currently I’m using the minified version of this theme for my iLmoe blog. This theme was originally for wordpress and I have seen the blogger version. With this free prestashop theme version you can combine your prestashop store and wordpress blogging system with same template. Although there are already free CMS module for prestashop, but we still need the flexibility of wordpress especially on it’s search engine optimization (SEO) plugin.

The Adobe Browserlab show to us that this iNove free prestashop theme has compatibility to all major browser. Here it’s some screenshots of this quick testing.

View Demo Free Prestashop Theme

or download iNove Free Prestashp Theme here

iNove Free Prestashop Theme (8008)

download the customized wiznav horizontal menu module here :

Customized Wiznav Horizontal Menu Prestashop Modules (1432)

If you have any question or idea, you can leave comments here or reply to this threat :

Indonesia Prestashop Forum – [Free Prestashop Theme] Prestashop Theme dari iNove WordPress Theme

English Prestashop Forum – [Free Prestashop Themes] iNove Free Prestashop Theme

Bookmark and Share

This links go to same article

free prestashop themesinove prestashop wiznavfree prestashop 1 3 themesfree prestashop themes 1 3inoveprestashopprestashop themeprestashop theme 1 3prestashop free templatesprestashop 1 3 free themesfree prestashop templatesprestashop customize menuprestashop 1 3 free templateprestashop free themesfree themes prestashopprestashop templates freeprestashop themesprestashop themes freewiznav prestashopprestashop 1 3 themesfree template prestashop 1 3

Related posts:

How To Add Previous and Next Product Navigation in Prestashop Theme

This plugin was based on my previous project on our client prestashop theme. They needs to add previous and next navigation button in their prestashop theme. We have packed all this modification into a ready to use plugin. This plugin add Previous and Next button under the main product image...

Always connected with our Prestashop Info. We don't send spam. Email address:

33 comments

  1. Sergey Razuvaev says:

    Hi! Thanks for iNove Template. I have problem with Wiznav. It doesn’t show itself. What should I do to right install? In what Hook should be Wiznav?

    • Ardian Yuli Seytanto says:

      Hi, thanks for your comment. You should have modify your prestashop/header.php file to include wiznav hook.
      /* Hooks are volontary out the initialize array (need those variables already assigned) */
      $smarty->assign(array(
      'HOOK_HEADER' => Module::hookExec('header'),
      'HOOK_LEFT_COLUMN' => Module::hookExec('leftColumn'),
      'HOOK_TOP' => Module::hookExec('top'),
      'HOOK_WIZNAV' => Module::hookExec('wiznav'),
      'static_token' => Tools::getToken(false),
      'token' => Tools::getToken(),
      'priceDisplayPrecision' => _PS_PRICE_DISPLAY_PRECISION_,
      'content_only' => intval(Tools::getValue('content_only'))
      ));

  2. i978 says:

    hi,i like this themes.I test it on our friend site:http://www.warestrading.com/asics/ , there ,i install “another search” modules on top of pages.On ie6/ie7/ie8,this module apear “css problem”,how can i change it?

    • Ardian Yuli Seytanto says:

      Hi, thanks for using this theme in your web. Actually I have included search box in this theme from wiznav module, you can edit file modules/wiznav/wiznav.tpl to modify this theme navigation

  3. tim says:

    Hi Thanks for the theme. I try your iNove Theme and wiznav module. My Welcome and log in words is cut in half by wiznav bar. How can I move the Welcome and log in word to the top of the page? Also How can I add search field in your wiznav bar. I don’t see any search in my page. If you could help I appreciated. thanks

    • Ardian Yuli Seytanto says:

      What is your site’s url ? you can enable search by customize wiznav module in BO > Modules > wiznav > configure

  4. tim says:

    Ardian thank for your help. I haven’t have a site up yet. I am new to prestashop and still testing on local server. I go to BO and configure my welcome and login is ok now but wiznav bar is push outside of the web page. How do I load a picture in here?

  5. tim says:

    Thanks It works. Another questions, how do i add my logo where my shop word is and remove the search field under my account. I just send you another screen shot.

    • Ardian Yuli Seytanto says:

      modify your file /themes/inoveprestashop/header.tpl find
      <a href="{$base_dir}" title="{$shop_name|escape:’htmlall’:'UTF-8′}" rel="nofollow">
      {$shop_name|escape:’htmlall’:'UTF-8′}
      </a>
      and replace with
      <a href="{$base_dir}" title="{$shop_name|escape:’htmlall’:'UTF-8′}" rel="nofollow">
      <img src="{$img_ps_dir}logo.jpg" alt="{$shop_name|escape:’htmlall’:'UTF-8′}" />
      </a>

  6. chris barton says:

    Have installed theme at http://firestriker.co.uk but am getting a javascript error in menu.js from the wiznave menu option when the category tab is enabled in the wiznav menu

  7. Hanson says:

    Hi, thanks for your comment. You should have modify your prestashop/header.php file to include wiznav hook./* Hooks are volontary out the initialize array (need those variables already assigned) */$smarty->assign(array( ‘HOOK_HEADER’ => Module::hookExec(‘header’), ‘HOOK_LEFT_COLUMN’ => Module::hookExec(‘leftColumn’), ‘HOOK_TOP’ => Module::hookExec(‘top’), ‘HOOK_WIZNAV’ => Module::hookExec(‘wiznav’), ‘static_token’ => Tools::getToken(false), ‘token’ => Tools::getToken(), ‘priceDisplayPrecision’ => _PS_PRICE_DISPLAY_PRECISION_, ‘content_only’ => intval(Tools::getValue(‘content_only’))));
    +1

  8. chris barton says:

    more of a wiznav problem how do i get the categorys link to position next to the home link ?

    • Ardian Yuli Seytanto says:

      you can check at BO > Modules > Wiznav > configure. If you use wiznav menu, the category link is right after home. You can edit file /modules/wiznav/wiznav.tpl to manually edit the position.

  9. dominik says:

    hi,
    first thank you for that nice theme !
    The “add to cart” effect as in the sample shop doesn’t work for me. After adding a product it also jumps to the cart summary.
    How is it possible to these two change these two things as on the sample shop.
    Thx!

  10. Hey, I just now stopped by this website to mention that these themes are amazing. Keep up the truly amazing work, I will look even more. Appreciate it!

  11. gadget wholesale says:

    is it a plugin for wordpress or something else?

    • Ardian Yuli Seytanto says:

      No, It’s free theme for prestashop based on iNove wordpress theme. You can install prestashop on your main domain, and install wordpress in subdomain, both of them have same appearance.

    • Ardian Yuli Seytanto says:

      I’m sorry not to include your link, because it’s not accessible.

  12. Ardian Yuli Seytanto says:

    “I placed /wiznav/ in the /modules/ of PrestaShop. Uploaded /inoveprestashop/ to the themes dir an placed
    ‘HOOK_WIZNAV’ => Module::hookExec(‘wiznav’),
    in the header.php.
    But I see no horizontal menu.
    What do I wrong?
    Thanks for your answer”

    Have you try with another wiznav configuration ? try to use default menu on the english lang.

  13. rendy says:

    mantab gan, thanks alot

  14. Denis Didenko says:

    Try to disable WizNav in BO > Modules > Wiznav and than re enable it again. Worked for me.

Leave a Reply