DataKick
DataKick
Yes, it's planned. There might be some minor tweaks to address corner cases, but we want to integrate this. Thanks for contribution
Related to #1431
It's indeed confusing. I agree that the customer information associated with the cart should be displayed. We could add button to allow changing customer, but that functionality will probably not...
Yeah, they do. They have more strict validation rule than needed. According to specification, this field is NOT mandatory: - https://developer.mozilla.org/en-US/docs/Web/Manifest/short_name - https://developer.chrome.com/docs/extensions/mv2/manifest/name/#short_name It's nice to have, but not required....
@Zengraph thanks for this enhancement. Please update also file `/tests/golden_files/db_schema.sql` to match the new sql schema -- otherwise this commit would fail travis build. While doing so, please consider renaming...
It is a question if thirty bees core should modify tables created by modules. In this particular case, the charset was explicitly selected: https://github.com/thirtybees/blocklayered/blob/3c9d655a350c31d589102df97b18d082213e42cf/blocklayered.php#L262 But it's probably good idea to...
Reproducible only when order is not associated with any carriers (virtual orders)
Moved from thirtybees/blocksearch because this is issue in core
Not sure if this is enhancement of bug. The search currently work on tokens only, on on phrases. Search index does not store phrases. For this to reliably work, we...
`Guest` provide mechanism to have (somewhat) persistent identity even for non-logged in customers. It's true that it is not called from core, but from `statsdata` module. But since this is...