Stefan Hagspiel
Stefan Hagspiel
Searching for _07806_ should also return "_Kospoda_" in DE (https://www.geonames.org/postalcode-search.html?q=07806&country=DE) I think there is nothing we can do. The only alternative is to switch to google (which we **DON'T WANNA...
I'm with you @Cruiser13, it is **very** annoying to add `store`, `active` and `tax`data every time you or your customer is adding a new product. And you also right -...
BTW: we should add this to the documentation (A "Best Practice" section maybe?)
Just updated the issue.
Additional: If we copy a product (or just its references) we need to reset the `onHold` value! Otherwise, wrong stock information will be transferred. Bonus: Allow defining via `parameters` which...
Maybe use a fallback flag in each store (like locales in pimcore)?
@Cruiser13 I just tested it - it works on my side:  But it does not send any `event` property. Google also does not propose an event property in purchase...
To-Do Summary: ## Tracking Issues ### trackCheckoutComplete - [ ] Rename `total` to `revenue` ### trackProduct - [ ] remove `quantity` attribute ### trackProductImpression - [ ] remove `quantity` attribute...
The `checkout_complete` is defined in `thankYouAction`: https://github.com/coreshop/CoreShop/blob/bab33c0bdebd078b8a621ae3907fec1e8af098a9/src/CoreShop/Bundle/FrontendBundle/Controller/CheckoutController.php#L329 I might be wrong, but every checkout process - regardless which payment provider is involved - should end there.
@Cruiser13 I've added the total revenue to the to-do list: https://github.com/coreshop/CoreShop/issues/1613#issuecomment-829294847