Jump to content

Rolige

Global Moderators
  • 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 Excellent

About Rolige

  • Rank
    PrestaShop Fanatic
  • Birthday 10/08/1982

Profile Information

  • Location
    Mexico
  • Interests
    Ecommerce
  • First Name
    Sergio
  • Last Name
    Quiñonez
  • Activity
    Developer

Recent Profile Visitors

51,519,343 profile views
  1. Hello: There is no logo option in this PS version. Regards
  2. 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
  3. Hello: It seems that oragen button belongs to some banner module configuration os your theme. Regards
  4. 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
  5. This can probably help you: https://www.prestashop.com/forums/topic/999337-price-displayed-with-6-decimals/?tab=comments#comment-3145456
  6. 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
  7. 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
  8. 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.
  9. Hello: Better look for a module that do this job. It will be easier, faster and cheapier that do it by yourself. Regards
  10. 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
  11. 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
  12. 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
  13. 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
  14. 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
  15. 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
×
×
  • Create New...

Important Information

Cookies ensure the smooth running of our services. Using these, you accept the use of cookies. Learn More