Files
wyczarujprezent.pl/modules/dpdshipping/README.md
2026-02-02 10:46:49 +01:00

13 lines
335 B
Markdown

## Troubleshooting
1. **Clear Cache**:
- To clear the cache, run the following command in the main PrestaShop directory:
```bash
php bin/console cache:clear
```
2. **Update Libraries**:
- To update the libraries, run the following command in the `modules/dpdshipping` directory:
```bash
composer install
```