AbanteCart v1.4.0 is released.
Please help us to make AbanteCart Ideal Open Source Ecommerce Solution for everyone.
$var = $this->baseObject->view->getData('some_tpl_var_name');$var .= 'hello world!';$this->baseObject->view->assign('some_tpl_var_name', $var);
Thanks abolabo. What if i want to change existing code and not the data's within the function?
I do remember that, and that's why i asked abantecart to consider by adding hooks within the ValidateData function and on other hooks which i request it in my other post.
Fatal error: Call to a member function isLogged() on null in C:\xampp\htdocs\testing\t125\storefront\model\catalog\product.php on line 1149
Hi abantecart and abolabo. I was trying to change the code in pages/sale/order/recalc. I'm trying to use custom order manager lib. I tried using hook init data, it works in ab v1.2.2 but not in 1.2.3-1.2.5. it gives me error: Code: [Select]Fatal error: Call to a member function isLogged() on null in C:\xampp\htdocs\testing\t125\storefront\model\catalog\product.php on line 1149.
I didn't hook or use is logged in function.
Thanks abolabo, I will check it. Btw is it correct to use the extended orderanager lib im initdata instead of updateData? If I use it in updateData I didn't get the error message.