Search found 5 matches
- 12 Apr 2021, 14:09
- Forum: Laravel package
- Topic: Products price and cache
- Replies: 2
- Views: 1412
Re: Products price and cache
My bad!!
Actually, I've had overridden the product decorators configuration when adding my own decorator and I didn't notice that I was missing the Cache decorator.
Thank you so much for your help and fabulous work.
Actually, I've had overridden the product decorators configuration when adding my own decorator and I didn't notice that I was missing the Cache decorator.
Thank you so much for your help and fabulous work.
- 10 Apr 2021, 12:36
- Forum: Laravel package
- Topic: Products price and cache
- Replies: 2
- Views: 1412
Products price and cache
Hi, I'm having cache troubles with the prices of the products. When I add/change/disable/enable a price, it's not updated on the frontend unless I empty the cache. By consequence, I've different prices depending on the view and language. I wonder if there is a way to overcome this issue without disa...
- 08 Sep 2020, 16:43
- Forum: Laravel package
- Topic: Url translation
- Replies: 4
- Views: 2311
Re: Url translation
Thank you very much !! It's works perfectly 

- 08 Sep 2020, 15:46
- Forum: Laravel package
- Topic: Url translation
- Replies: 4
- Views: 2311
Re: Url translation
Hello, Thank you very much for this quick answer but it doesn't resolve the issue. In bref, on the page 'http://localhost/shop?locale=fr¤cy=EUR' all urls are set to the default language instead of french. For exemple 'http://localhost/shop?l_page=2' is missing the 'locale=fr¤cy=E...
- 07 Sep 2020, 17:08
- Forum: Laravel package
- Topic: Url translation
- Replies: 4
- Views: 2311
Url translation
Hello, I'm a newby to Laravel and Aimeos and I'm using the default demo theme. I've noticed that the urls are not accorded with the current language. I mean all the urls of the templates get the url to the default language which means that if I click on a product I'm redirected to detail page on the...