Jump to content

Search the Community

Showing results for tags 'dispatcher'.

  • Search By Tags

    • dispatcher ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 14 results

  1. Hi, I have multistore enabled, and I wish to have a page before accessing the website that let an user chose a store (according to his location). So the idea is that when an user access store1.website.com or store2.website.com, he lands on a store selector page "store_selector.html" A...
  2. Hi, I changed the main url working style a bit for my website. Normally, the prestashop link should look like this: mywebsite.com/en/catalog/... But, I installed the prestashop on a subfolder of my website. So it looked like this: mywebsite.com/shop/en/catalog... "shop" here is t...
  3. Hola, buenas tardes. Os comento. Estoy montando una tienda online para un cliente y hace un par de días le compré e instalé el módulo Pretty URLS para eliminar los ids que genera Prestashop por defecto. El módulo funcionó a la perfección y los eliminó, pero a los pocos minutos cuando fui a acce...
  4. According to this Prestashop blog article, there is a way i can get pretty module urls like "http://www.yourstore.com/module/mymodule/orders/details/42". I found next line in Dispatcher "loadRoutes" method, which i assume is responsible for getting such result: $modules_routes = Hook::exec('modul...
  5. Coś zepsulem ruszalem pliki controlls by odzyskać dostęp do CMS ale po wgraniu starych plików nie mogę odzyskać dostępu do strony i do panelu admina już nie wiem co rovic macie jakieś pomysły?
  6. Hello pepople, When I try to enter in my shop (front) or backweb, the follow message appear: Fatal error: Class 'Dispatcher' not found in /usr/home/MYWEB/www/new/backweb/index.php on line 53 Who can help me? Thanks in advance!
  7. Hi, I've created a custom module with a controller that I would like it to read the last segment of the URL as variables. Without SEO friendly URL it will look like this: mysite.com/module/modulename/controller?paremeter=something But I want it to look like this: mysite.com/module/modulen...
  8. Hello to all! I can say I'm new in prestashop and also not sure if i open the topic in the right place as well. If not sorry! I have an url-rewrite issue: I test a 1.5 theme on ps 1.6. So far everything seems to work fine except the url-rewrite feature. If i disable the url-rewrite everyt...
  9. I got this: Fatal error: Class 'Hook' not found in /home/blablabla/public_html/shop/classes/Dispatcher.php on line 387 Any ideeas? I`ve already clean caches and stuff. Please help! Have a great day!
  10. Hi everyone, I've made my own module for stores management on my website. I have implemented a solution to allow customers to find stores using countries and cities filter. I can have 3 different urls : the basic one, the one with the country and a last one with the country and the city....
  11. Hola a todos! Ayer tocando las URL amigables e intentando quitar el id de la url de la tienda, tal que así: {category:/}{rewrite}{-:ean13}.html {rewrite} {rewrite}{/:selected_filters} {id}__{rewrite} {id}__{rewrite} content/{rewrite} content/category/{rewrite} module/{module}{/:controller}...
  12. Ткните, пожалуйста, где найти информацию как правильно организовать дружественный url для модуля. Типа из /modulenam/controller/?id=123 сделать /modulename/controller/123-seourl.html Или может быть в какой-нить модуль, где это уже реализовано, чтобы посмотреть как там и просветлиться. Пожалуйста,...
  13. Bonjour à tous, je suis un nouveau sous prestashop et j'y rencontre un problème. j'arrive à créer un module qui s'installe parfaitement (avec création de table ), mais j'arrive pas à accéder aux differents template(pages web) qu'il contient... mon véritable problème est la comprehension du disp...
  14. Hello, I was about to override the Dispatcher class (prestashop 1.5.3.1) but I have notice that the override folder already contains all the classes. Some files only contain the class definition but some (at least one) - the Dispatcher class - contains the createUrl method. Is that normal? D...
×
×
  • Create New...