technetwin Posted July 19, 2013 Share Posted July 19, 2013 (Sorry for my english, not very well) Good day! On the local machine i install Prestashop, write own function in /classes/order/order.php and call this function from /pdf/invoice.tpl ( {$order->MyFunc()} ) it's works on my local computer, but on the hosting site all works without MyFunc, maybe anyone please here can decide this problem? Link to comment Share on other sites More sharing options...
Martin Uker K Posted July 19, 2013 Share Posted July 19, 2013 Hi, First of all, your language isn't in the predefined forums? I'm curious, where are you from?!? Second : Usually we create an override (override/order/order.php), this pratice will make the application more stable. In case you did this : Make sure the class_index.php is okay. Third, can you post the order function you're doing? Martin P.S: Seen worst english on the web, don't worry! 1 Link to comment Share on other sites More sharing options...
technetwin Posted July 20, 2013 Author Share Posted July 20, 2013 function: public function getVAT() { return Db::getInstance(_PS_USE_SQL_SLAVE_)->getValue(' SELECT `vat_number` FROM `'._DB_PREFIX_.'address` WHERE `ps_address`.`id_address` = '.(int)$this->id_address_delivery.' '); } Link to comment Share on other sites More sharing options...
technetwin Posted July 20, 2013 Author Share Posted July 20, 2013 I decide this trouble, other database table name, thank you Martin Uker K for advice about overriding. 1 Link to comment Share on other sites More sharing options...
vekia Posted July 20, 2013 Share Posted July 20, 2013 @technetwin so the problem is solved? Link to comment Share on other sites More sharing options...
technetwin Posted July 22, 2013 Author Share Posted July 22, 2013 yes problem solved. Link to comment Share on other sites More sharing options...
vekia Posted July 22, 2013 Share Posted July 22, 2013 thanks for confirmation im going to mark thread as [solved] special thanks for @Martin Uker K Let the force be with you 1 Link to comment Share on other sites More sharing options...
Recommended Posts