evoweb / store-finder
Store Finder
Fund package maintenance!
garbast
www.paypal.me/garbast
Installs: 28 795
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 5
Forks: 9
Open Issues: 0
Language:JavaScript
Type:typo3-cms-extension
Requires
- php: ^8.2
- doctrine/annotations: ^2.0.2
- doctrine/dbal: ^4.1.1
- geocoder-php/google-maps-provider: ^4.7.1
- guzzlehttp/guzzle: ^7.9.2
- php-http/discovery: ^1.16
- phpoffice/phpspreadsheet: ^2.2.0
- psr/event-dispatcher: ^1.0
- psr/http-message: ^1.1 || ^2.0
- psr/http-server-handler: ^1.0
- psr/http-server-middleware: ^1.0
- symfony/console: ^7.1
- typo3/cms-backend: ^13.3 || 13.4.x-dev || dev-main
- typo3/cms-core: ^13.3 || 13.4.x-dev || dev-main
- typo3/cms-extbase: ^13.3 || 13.4.x-dev || dev-main
- typo3/cms-fluid: ^13.3 || 13.4.x-dev || dev-main
- typo3/cms-frontend: ^13.3 || 13.4.x-dev || dev-main
- typo3/cms-install: ^13.3 || 13.4.x-dev || dev-main
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.64.0
- friendsoftypo3/phpstan-typo3: ^0.9.0
- phpstan/phpstan: ^1.12.5
- typo3/testing-framework: dev-main
- dev-develop
- 8.0.0
- 7.x-dev
- 7.0.14
- 7.0.13
- 7.0.12
- 7.0.11
- 7.0.10
- 7.0.9
- 7.0.8
- 7.0.7
- 7.0.6
- 7.0.5
- 7.0.4
- 7.0.3
- 7.0.2
- 7.0.1
- 7.0.0
- 6.x-dev
- 6.1.0
- 6.0.1
- 6.0.0
- 5.x-dev
- 5.3.2
- 5.3.1
- 5.3.0
- 5.2.0
- 5.1.6
- 5.1.5
- 5.1.4
- 5.1.3
- 5.1.2
- 5.1.1
- 5.1.0
- 5.0.1
- 5.0.0
- 4.x-dev
- 4.2.0
- 4.1.1
- 4.1.0
- 4.0.2
- 4.0.1
- 4.0.0
- 3.0.2
- 3.0.1
- 3.0.0
- 2.3.5
- 2.3.4
- 2.3.3
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.0
- 2.1.1
- 2.1.0
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.4.0
- 1.3.1
- 1.3.0
- 1.2.1
- dev-main
- dev-l10n_develop
- dev-fix-testing
This package is auto-updated.
Last update: 2024-11-02 14:25:52 UTC
README
Installation
via Composer
The recommended way to install TYPO3 Console is by using Composer:
composer require evoweb/store-finder
Installation from TYPO3 Extension Repository
Download and install the extension with the extension manager module or directly from the TER.
Caching
The frontend middlewares are heavily cached and for every change in a location or category record the cache needs to be cleared to see changes. To counter this problem you can add a snippet to the sites TCEMAIN.tsconfig.
[traverse(page, "uid") == 70]
TCEMAIN {
clearCacheCmd = all
}
[end]
With the condition above, we can make sure that only a certain page or folder is affected by the automatic cache clearing. Please see TYPO3 Documentation for more information.
Translation proposal
If you need new translations of existing labels, this can be done on crowdin.