DataKick
DataKick
@FinnenHawke what prestashop version are you using?
I can't reproduce this on my ps17 installation -- both translation and url rewrite works ok for me. Do you still have this error? If so, please send me email...
Very nice PR. Thank you, picked to 1.4 via commit 2eb6ae4ee6e1026d4e7b7f84fa3efd9fbefa1f75.
Deprecation warning fixed by commit 42f08dcb8bc0dd06bc10fcbe091d388cd3e949fe
Moving of minification functionality will be done in issue #1572
Fixed by a1bb81d7d5337637042bc3fef1fbfe7fc6197561
do you have file `modules/revws/controllers/front/EmailAction.php`, and does it contain this class name?
Hmm, I can't reopen this as well, as the source repository is deleted. Anyway, I pulled these changes into branch [pr-1170](https://github.com/thirtybees/thirtybees/tree/pr-1170). Will test and merge into main if everything is...
@ToplakD I have integrated this enhancemement to main in commit ef84e84d738394ecc7a313741b692139852469b0. There were some small modification - for example I added option to choose if price threshold should be with...
**Password recovery** has been implemented. We need to change this convert guest functionality to use password recovery instead of generating and sending password. https://github.com/thirtybees/thirtybees/blob/875140ecf60e85095a8ef7be3334ade2592a09c2/classes/Customer.php#L987-L1031