Search the Community
Showing results for tags 'dispatcher'.
-
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...
- 1 reply
-
- dispatcher
- url
-
(and 4 more)
Tagged with:
-
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 replies
-
- pagenotfound
- controller
-
(and 3 more)
Tagged with:
-
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...
-
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...
- 4 replies
-
- routes
- dispatcher
-
(and 2 more)
Tagged with:
-
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?
- 3 replies
-
- fatal error
- presta 1.7.5.2
-
(and 2 more)
Tagged with:
-
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...
- 1 reply
-
- dispatcher
- controllers
-
(and 2 more)
Tagged with:
-
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...
- 2 replies
-
- url rewrite
- dispatcher
-
(and 1 more)
Tagged with:
-
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!
- 1 reply
-
- dispatcher
- line
-
(and 6 more)
Tagged with:
-
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....
- 1 reply
-
- dispatcher
- url
-
(and 1 more)
Tagged with:
-
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}...
- 1 reply
-
- SEO
- Fatal error
-
(and 1 more)
Tagged with:
-
Ткните, пожалуйста, где найти информацию как правильно организовать дружественный url для модуля. Типа из /modulenam/controller/?id=123 сделать /modulename/controller/123-seourl.html Или может быть в какой-нить модуль, где это уже реализовано, чтобы посмотреть как там и просветлиться. Пожалуйста,...
- 2 replies
-
- friendly url
- modules
-
(and 2 more)
Tagged with:
-
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...