-
Content Count
4,394 -
Joined
-
Last visited
-
Days Won
10
Rolige last won the day on September 3
Rolige had the most liked content!
Community Reputation
430 ExcellentAbout Rolige

-
Rank
PrestaShop Fanatic
- Birthday 10/08/1982
Contact Methods
- Website
Profile Information
-
Location
Mexico
-
Interests
Ecommerce
-
First Name
Sergio
-
Last Name
Quiñonez
-
Activity
Developer
Recent Profile Visitors
-
How to show Payment methods logos prestashop 1.7?
Rolige replied to kareth013 's topic in General topics
Hello: There is no logo option in this PS version. Regards -
Implementing reCaptcha for Account Creation?
Rolige replied to Tactical Parts 's topic in General topics
Hello: There is a popular module reCaptcha in Addons that solve this issue and allows you to set some other configuration. Take a look. Regards -
Finding the Index to apply some changes
Rolige replied to Terramoka 's topic in Addons, modules and themes developers
Hello: It seems that oragen button belongs to some banner module configuration os your theme. Regards -
Cambiar imagen de fondo del boletín de noticias
Rolige replied to miban 's topic in Discusión general
Hola: Inspecciona la consola de tu navegador para que identifiques la ruta de la imagen y la cambies directamente, ya sea por FTP a traves del modulo correspondiente. Saludos- 1 reply
-
- cambiar imagen boletin
- prestashop newsletter
- (and 2 more)
-
This can probably help you: https://www.prestashop.com/forums/topic/999337-price-displayed-with-6-decimals/?tab=comments#comment-3145456
-
Product multiplied by image
Rolige replied to Graphikaweb 's topic in Addons, modules and themes developers
Hello: You should study how other similar modules do it, for example "newproducts". You will find the query (this is what you have probably wrong on your code) at Product::getNewProducts. This is the query key: "WHERE image_shop.cover=1" because there are just 1 cover image by product. Regards -
Hola: Los modulos se transplantan en el backoffice en el menu Posiciones. Ahi mismo donde debiste haberlo transplantado por error puedes desengancharlo del hook o engancharlo en otro nuevo donde mismo estaba antes. Por ultimo puedes reinstalar el modulo y este se enganchara nuevamente en los hooks por defecto. Saludos
-
Well, the error said: there is a variable "category" on the "product.tpl" file that is not defined. You should find it and probably use some condition like "{if isset($category)}" before using it. Anyway this is just a notice, you will not see it anymore after you disable debug mode.
-
Filter carriers based on zipcode
Rolige replied to Plexy89 's topic in Addons, modules and themes developers
Hello: Better look for a module that do this job. It will be easier, faster and cheapier that do it by yourself. Regards -
composer install Third party library on own module
Rolige replied to langziyang 's topic in Addons, modules and themes developers
Hello: Configure your module composer.json file and specify your third party library requirements. Then just run "composer install" command. It will download automatically your required libraries yo vendor folder. Anyway, you can go to github repo of this library and download it manually, but try to learn more about composer that could made your life easier. Regards -
Hola: Necesitas un modulo hecho a medida para esto. Hay varios modulos de transporte por cada pais que realizacion cotizacion en tiempo real. Hay otros que te permiten hacer cambio de tienda (o enviar al cliente a una URL en particular) si proviene de determinado origen. Quizas alguno de estos podrian ayudarte con lo que necesitas. Saludos
-
module->display not working
Rolige replied to islem98 's topic in Addons, modules and themes developers
Hello: Here an example from \modules\dashgoals\controllers\admin\AdminDashgoalsController.php: $this->module->display(_PS_MODULE_DIR_.$this->module->name.DIRECTORY_SEPARATOR.$this->module->name.'.php', 'config.tpl') But you can use too this smarty function: $this->context->smarty->fetch('MODULE_PATH/views/templates/admin/configure.tpl'); Regards -
Use cronjob with PS Module Front Controller
Rolige replied to Jurist 's topic in Addons, modules and themes developers
Hello: This is a module controller. Module controller belongs to a module, a need it to work. If you want to instance a module controller class from a cron job file your need to include at least the main module file (where the module controller class belongs) in order that Prestashop can find the related module class. Regards -
[SOLUCIONADO]Error 500 al acceder al la pestaña 'clientes' en 1.7.6
Rolige replied to palomacm 's topic in Discusión general
Hola: El error indica claramente que no existe la tabla 'guest' no existe. Revisalo en tu BD y si es asi intenta crearla manualmente. Saludos -
Hola: Lo proveedores tienen una direccion asociada. Y al parecer tus direcciones tienen como obligatorio el campo DNI. Solo quita este campo como obligatorio y deberia permitirte continuar. Saludos
- 7 replies
-
- 1
-
-
- proveedores
- error
-
(and 1 more)
Tagged with:
