[Free Prestashop Themes] iNove Free Prestashop Theme
Started by Ardian Yuli Setyanto, May 17 2010 09:08 AM
Just a quick solution to combine wordpress and prestashop by using same theme. We have converted iNove wordpress theme to prestashop theme.
Demo here Free Prestashop Theme
Download here Download iNove Prestashop Theme
Demo here Free Prestashop Theme
Download here Download iNove Prestashop Theme
[Jual] Modul Pengiriman Tiki, JNE, ISE, PT POS, COD, Kargo, Dakota, Kobra, Bus, Gratis Input Data Demo Gm Shipping langsung ke http://toko.almannacorp.com Fast response : 085 643 077 390 sms saja
this is cool thanks
Promotional nail clipper, personal care product
http://1stidea.com
http://1stidea.com
thanks for downloading it.
[Jual] Modul Pengiriman Tiki, JNE, ISE, PT POS, COD, Kargo, Dakota, Kobra, Bus, Gratis Input Data Demo Gm Shipping langsung ke http://toko.almannacorp.com Fast response : 085 643 077 390 sms saja
Hi, thanks for your comments, But as junior programmer, We prefer share it for free better than writing documentation, it's time consuming for us, but I'll add this to my to do list. Thanks.
[Jual] Modul Pengiriman Tiki, JNE, ISE, PT POS, COD, Kargo, Dakota, Kobra, Bus, Gratis Input Data Demo Gm Shipping langsung ke http://toko.almannacorp.com Fast response : 085 643 077 390 sms saja
Hi, Ardian Yuli Setyanto, thanks for template. I am install it, but have some problems.
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
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 Files
Hy Maxix, sorry forget to mention that this theme is based on presta 1.3. What about yours ? Prestashop 1.3 stable version is available now. I have make update in file order-carrier.tpl and shopping-cart.tpl to remove the strange phrase. Regards.
[Jual] Modul Pengiriman Tiki, JNE, ISE, PT POS, COD, Kargo, Dakota, Kobra, Bus, Gratis Input Data Demo Gm Shipping langsung ke http://toko.almannacorp.com Fast response : 085 643 077 390 sms saja
Hi There,
I can't seem to get the wiznav bar working. I installed it, but it is not showing up on the shop.
Gr,
Henk
I can't seem to get the wiznav bar working. I installed it, but it is not showing up on the shop.
Gr,
Henk
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'))
));
/* 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'))
));
[Jual] Modul Pengiriman Tiki, JNE, ISE, PT POS, COD, Kargo, Dakota, Kobra, Bus, Gratis Input Data Demo Gm Shipping langsung ke http://toko.almannacorp.com Fast response : 085 643 077 390 sms saja
Hi, sorry, I'm in a vacation. You should not overwrite all of file contents but you should find something look like ‘HOOK_TOP’ => Module::hookExec(‘top’), and then insert code ‘HOOK_WIZNAV’ => Module::hookExec(‘wiznav’), below it
[Jual] Modul Pengiriman Tiki, JNE, ISE, PT POS, COD, Kargo, Dakota, Kobra, Bus, Gratis Input Data Demo Gm Shipping langsung ke http://toko.almannacorp.com Fast response : 085 643 077 390 sms saja
I'm sorry, but when i do this i get the error hack attempt:
<?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');
?>
<?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');
?>
From 1274909773:
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'))
));
/* 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



Back to top











