Search the Community
Showing results for tags 'render'.
-
I have added items to my presta store, however I have recently ran into an error which I have tested on multiple devices. I have tried to clear cache but still didn't work. The Error: Loading products works fine, I can click on them etc. however when I click on a product on page 2 for ex...
-
Cuando trato de agregar un cliente nuevo a través del panel de administración en pedidos, se me abre el formulario, relleno los campos pero no los está agregando en sí, sin embargo si lo hago a través del panel en clientes, sí los agrega, no sé que está fallando en el sistema en sí, utilicé Diff Mer...
-
Hi all, I am doing a module to create a PDF with all the orders delivered per month (Prestashop 1.5.4). The script is in the following folder: modules/mymodule/controller/admin/Adminmymodule.php and I use this code: $pdf = new PDF($displayorders, PDF::TEMPLATE_ORDERS, $this->context...