Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. The Solution is : This is the default SQL query for getting the Category overview: SELECT COUNT(cp.id_product) AS products_count, c.id_category, c.id_parent, c.active, cl.name, cl.description, cs.position FROM ps_category c LEFT JOIN ps_category_lang cl ON c.id_category = cl.id_category AND cl.id_lang = 1 AND cl.id_shop = c.id_shop_default LEFT JOIN ps_category_shop cs ON c.id_category = cs.id_category AND cs.id_shop = 1 LEFT JOIN ps_category_product cp ON c.id_category = cp.id_category WHERE (c.id_category != '800') AND (c.id_parent = 2) AND (c.id_category != '800') AND (c.id_category != '800') GROUP BY c.id_category ORDER BY position asc LIMIT 50 Changing "c.id_parent = 2" to "c.id_parent = 1" shows the categories. OR Go to phpmyadmin > ps_category > replace Home category's ID with "2" instead of "1"
  3. Today
  4. Hi, i am not sure what i have done, but i remember it was working before. Now my confirmation email looks like this: I already reset and reinstalled (delte and paste the original) the email alerts modules, deleted all the templates and generated it newly. It is still the same result. I use a theme even if i switch it or deactivate the 3rd party modules its the same. Now i really dont know what else to check. Did i missed something oor do you have any idea what else i can check? Any information is welcome. Many thanks in advance
  5. Matching the tags is done by the browser. So I have no control over it and different browsers may even produce slightly different results. For the moment I have added a counter below the descriptions plus a red color when they are to big. Don't forget to refresh the browser cache (ctrl-F5 on the pc) when installing the new version.
  6. If you are happy leave it like it is. Buy a 2nd Domain and build a new shop on it. If it were me I'd also use a different server. Fallback is good to have. That way you won't be moving and give your customers more choices.
  7. Main reasons are: 1. Security, older PS versions may fall to some hacking attacks. 2. Features, it happens more and more often, than new modules offering you some nice features and improvments, are not developed for 1.6 any more. Skip the 1.7, go straight to 8.1, it's much better, many bugs fixed.
  8. You can turn off sending emails for order statuses in each order status settings: But there are a few cases that can't be disabled, like order_conf email or email with delivery tracking number. For these cases, you can use the Email Toolbox module, that allows you to specify email templates that you want to block.
  9. It is so strange, i am the only one have access to it , and the support of prestashop addons. Anyway thanks for your help.
  10. Bonjour, il serait effectivement très sympathique pour d'autres utilisateurs d'expliquer votre solution et ce qui a été réalisé... Merci pour tous.
  11. Buen día, Necesito de su ayuda para eliminar el campo de ciudad dentro del formulario de direcciones. Si lo elimino desde el back (en la modificación del país) solo va a desaparecer cuando en el front el usuario seleccione ese país al que previamente se le quitó el campo de ciudad. Es decir, necesito que desde un inicio (sin que se haya seleccionado el país) no se muestre el campo de ciudad así como aparece en la imagen. Tal vez se deba modificar algún archivo .tpl o .php, pero desconozco tanto la ruta como el archivo en sí. De antemano muchas gracias a quien me pueda ayudar. Saludos.
  12. i have checked so that visitors and clients can access the category the problem is sth else also, because i migrated from another domain and server, i am trying to find a free module which can report if everything is ok with my files and configuration or not
  13. it's strange, i couldn't found the modules from stripe - PrestaShop Addons
  14. I have no further information, I have already explained the problem...
  15. Bonjour, à tout hasard essayez en désactivant le module ps_mbo (le marketplace de prestashop). J'ai un client qui vient de me remonter l'info, il a le même bug que vous alors qu'en se connectant avec mon compte de dev tout fonctionne bien. Peut être une piste pour trouver le problème 😉
  16. Could someone kindly assist with an issue we're encountering? When customers check out using Stripe, the name "PrestaShop" appears above the amount. (now using PrestaShop 1.7.8.7) We've contacted Stripe, but they've indicated it may be related to PrestaShop. Does anyone have any insights on how to resolve this? Your help would be greatly appreciated. Thank you in advance!
  17. We use carrier tracking number email notifications as our notice of order shipment to the customer. I'd like the action item of "Shipped" to not be sent to the customer as it is redundant for my business imo. How do you turn off order status email updates to the customer? Using PS 8.1. Thanks!
  18. Hello 😀, I'm experiencing 2 problems (apparently identical) on version 8.1.5 with the "ps_emailalerts" and "blockwishlist" modules. With "ps_emailalerts", it's impossible to delete a product flagged as "be alerted" in my account area. With "blockwishlist", nothing happens when you click on the link to add the button to your wishlist. With both modules, the same error appears in the browser console (see attached file). Has anyone ever had this problem? Thanks in advance 😀 PS: the file "core.js" is located at "/themes/core.js"
  19. Tienes un problema de comunicación desde tu servidor al API de modulo de PS. Pero porque intentas actualizar el modulo usando el API de PS cuando puedes ir al repositorio oficial (https://github.com/PrestaShop/psgdpr/releases solo busca una versión compatible con tu PS), descargar la ultima versión y luego instalarla manualmente desde el backoffice subiendo el zip correspondiente? Esa es el camino que yo tomaría.
  20. Especificando los parámetros requeridos. Todo lo que necesitas esta ejemplificado en la documentación de PS que comentas ya estabas siguiendo. Pregunta al margen: si se te ha hecho tan complicado, porque seguir por este camino de la instalación vía CLI??
  1. Load more activity
×
×
  • Create New...