Please note that PrestaShop Community sections are largely self-moderated. PrestaShop team members may or may not participate in non-English sections. To improve the chances of receiving feedback to your question or comment, please post it in English to the main sections of our Forum.

Vous parlez français ? par ici !
[Free Prestashop Themes] iNove Free Prestashop Theme
#1
Posted 17 May 2010 - 09:08 AM
Demo here Free Prestashop Theme
Download here Download iNove Prestashop Theme
Twitter Share Button and Facebook Comment Box - Free Prestashop
#2
Posted 17 May 2010 - 01:45 PM
http://1stidea.com
#3
Posted 21 May 2010 - 06:34 AM
#4
Posted 21 May 2010 - 07:52 AM
#5
Posted 24 May 2010 - 01:42 AM
Twitter Share Button and Facebook Comment Box - Free Prestashop
#6
Posted 24 May 2010 - 01:01 PM
thanks
#7
Posted 24 May 2010 - 11:30 PM
Twitter Share Button and Facebook Comment Box - Free Prestashop
#8
Posted 26 May 2010 - 04:16 AM
1. Ajax not work in cart.
2. Strange phrase "Biaya kirim akan muncul setelah anda memilih Jasa Pengiriman, tekan". This phrase on demo site in "Shopping cart summary". http://ardianys.com/...-demo/order.php, and i see it in installed theme too. You can see it in attached screenshots.
3. Zero in "Shopping cart summary"
In standart Prestashop theme all work correctly.
How i can fix this?
Thanks
Attached File(s)
screenshot-prestashop-standart-theme.jpg (33bytes)
Number of downloads: 8464
screenshot-iNove Free Prestashop Theme-demo.jpg (66bytes)
Number of downloads: 8578
screenshot-iNove Free Prestashop---My-theme-now.jpg (54bytes)
Number of downloads: 8486
#9
Posted 26 May 2010 - 04:58 AM
Twitter Share Button and Facebook Comment Box - Free Prestashop
#10
Posted 26 May 2010 - 07:44 PM
I can't seem to get the wiznav bar working. I installed it, but it is not showing up on the shop.
Gr,
Henk
#11
Posted 26 May 2010 - 07:54 PM
If not try to add it.
#12
Posted 26 May 2010 - 10:36 PM
/* 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'))
));
Twitter Share Button and Facebook Comment Box - Free Prestashop
#13
Posted 27 May 2010 - 05:51 AM
Any suggestions?
#14
Posted 27 May 2010 - 06:27 AM
#15
Posted 27 May 2010 - 07:14 PM
#16
Posted 27 May 2010 - 10:02 PM
Twitter Share Button and Facebook Comment Box - Free Prestashop
#17
Posted 28 May 2010 - 05:40 AM
<?php
// P3P Policies (http://www.w3.org/TR...ompact_policies)
header('P3P: CP="IDC DSP COR CURa ADMa OUR IND PHY ONL COM STA"');
require_once(dirname(__FILE__).'/init.php');
/* CSS */
$css_files[_THEME_CSS_DIR_.'global.css'] = 'all';
/* 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'))
));
if(isset($css_files) AND !empty($css_files)) $smarty->assign('css_files', $css_files);
if(isset($js_files) AND !empty($js_files)) $smarty->assign('js_files', $js_files);
$smarty->display(_PS_THEME_DIR_.'header.tpl');
?>
#18
Posted 28 May 2010 - 07:23 AM
#19
Posted 29 May 2010 - 09:11 AM
From 1274909773:
/* 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'))
));
Hello, great template, thanks, it doesn't work the wiznav bar...
also if I have modified the header.php
any solution?
thanks
#20 Guest__*
Posted 31 May 2010 - 10:28 AM
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users












