Jump to content

juliodiaz

Members
  • Posts

    6
  • Joined

  • Last visited

Profile Information

  • Location
    Spain
  • Activity
    Freelancer

juliodiaz's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I have the same trouble: CRITICAL php Undefined variable: previewUrl CRITICAL request Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Notice: Undefined variable: previewUrl" at /var/www/dev-toshiba/src/PrestaShopBundle/Controller/Admin/Improve/Design/CmsPageController.php line 299
  2. I have the same trouble but the proposed solution it doesn't works I get: Fatal error: Uncaught --> Smarty: Unable to load template file '/home/juliodiaz/public_html/develop/www.peloniopress.org/admin3010/themes/default/template/configure.tpl' <-- thrown in /home/juliodiaz/public_html/develop/www.peloniopress.org/tools/smarty/sysplugins/smarty_internal_templatebase.php on line 129 Why is it not searching the file at module/view/templates/admin? My Admin Controller is: class AdminDypRefundController extends ModuleAdminController { public function __construct() { // Enable bootstrap $this->bootstrap = true; // Call of the parent constructor method parent::__construct(); } public function initContent() { parent::initContent(); $this->setTemplate('configure.tpl'); } } And the file "configure.tpl" is in the path: dyprefund/views/templates/admin Thank you in advance Julio
  3. I'm loking for a PoS too, I fount a lot of these module but they works with their owns tables so the statistics don't work properly. I'm just looking for a fron end PoS Back office PoS http://www.pos-tpv.com/es/http://erply.com/integrations-with-partners/erply-integration-with-prestashop/ http://www.innova-commerce.com/en/products/pos/ http://info.kasse.pro/?lang=es http://codecanyon.net/item/stock-manager-advance-2-with-point-of-sale-module/5403161 .......
  4. Hi try this /views/templates/admin/folder_name: For template files used by the module's admin controllers. (e.g. "sample_data" for the "SampleData" admin controller) http://doc.prestashop.com/display/PS15/New+Developers+Features+In+PrestaShop+1.5 I had the same plroblem now it works.
×
×
  • Create New...