Jump to content

Rolige

Global Moderators
  • Content Count

    4,394
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by Rolige

  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
  16. Hello: For files/folder permission this guide can help you: https://www.rolige.com/en/blog/how-to-assign-the-correct-permissions-to-my-prestashop-files-and-folders-n7 Anyway, you can upload manually your logo by FTP replacing the current logo file. Regards
  17. Hola: En la pestaña de Transporte de la página de edición de productos del Backoffice (si no es un modulo de terceros el que pone esta informacion ahi en el caso de tu tienda). Saludos
  18. NEW UPDATE TO v1.6.0 [+] New design in the module configurator [+] New option in the Cart Reminder to set a maximum amount required [+] New option in the Cart Reminder to set a minimum and/or maximum products quantity required [*] The "Reminder time of the previous cart" option can now be set in hours instead of days [*] The subscribers update is now via Ajax to support a high volume of data [*] Minor performance improvements [*] PrestaShop 1.5 compatibility has been removed [-] Minor fix in the campaign manager for PS 1.7.5+ More info about the module Web Browser Push Notifications using OneSignal for PrestaShop
  19. NEW UPDATE TO v1.0.10 [+] New design in the module configurator More info about the Ultra Fast Email Sender Optimizer Module for PrestaShop
  20. Pues si estas editando un TPL del modulo ps_mainmenu entonces deberia estar en el fichero PHP principal de dicho modulo \modules\ps_mainmenu\ps_mainmenu.php
  21. Hello: This is probably related with the fact that the las module version uses a version of PHP that you do not have configured on your hosting. You can continue using the older module version or contact developer to fix this issue (that is not so hard to solve it). Regards
  22. You need to add a $ before id_attribute_group variable.
  23. Hello: No it won´t. Anyway you can just disable products on the second shop. Regards
  24. Hola. En las opciones de productos en el backoffice encontraras una opcion para ordernar los listados de productos. Utilizala para ponerlos aleatorios. Si usas modulos de terceros puede ser que tengan su propia opcion de configuracion relacionado con este tema. Saludos
  25. Hola: En las opciones de SEO del backoffice hay una opción para permitir tildes y Ñ en las URL amigables. Nada mas debes activarla. Saludos
×
×
  • Create New...

Important Information

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