Search the Community
Showing results for tags 'mysql query'.
-
Hola. Quiero cambiar las url amigables y pasar de tener: https://tienda.com/producto.html a https://tienda.com/categoria/subcategoria/subcategoria2/producto el problema es que tengo que hacer redirecciones para todos los productos para no generar 404s. He hecho una query per...
-
- url amigable
- url
-
(and 3 more)
Tagged with:
-
I have added a custom page (not using the admin's create page feature). This page displays within my Prestashop without a problem. What I need to do is run a mysql query to get data from a table I've added in the main database. How can I run the query and display the results in my custom presta...
- 20 replies
-
- mysql query
- custom query
-
(and 1 more)
Tagged with:
-
Hi, I am really newbie to the prestashop modules. In my module I have used this code for install public function install() { if (!parent::install() || !$this->installDB() || !$this->registerHook('leftColumn') || !$this->registerHook('rightColumn')) return false; return true; } and in...