No content to show
User Activity
05-06-2023
Ich habe Probleme beim direkten Checkout bei manchen Produkten ist diese Ausgegraut und zeigt Fehler in der Konsole an. Was ist das Problem? Beispielartikel: $ https://store8.de/products/dishine$ $ $ Liebe GrüßeJamie
05-04-2023
So many experts and nobody replay.......
Hey,i would like to set the discount dynamic on press a button when its selected, like the posibility with the shared link. I have tried to set a cookie, but this dont work. The cookie is set but its dont used in the checkout. What do i need to set a...
02-19-2023
I have found the issue, sometimes we should look on all variables, in the request is the whole form sended and your "add-to-cart" route is taken the last selected product. Maybe here should be something integrated and look if its the main product or ...
02-19-2023
You are right, there are multiple solutions, i can implement my own add to cart action and prevent this usecase, but i need to understand what happens because the right product is in the request. Something in the /add/cart endpoint must happen, a rec...
02-19-2023
@gr_trading This works without issues, you need to buy the main product and then you will see. He takes the last one of the feature when the form is after the main product selection.
02-19-2023
Hey @gr_trading , sure here are two products, one before the main selection and one after:before:https://store8.de/products/galaxy-guardian after:https://store8.de/products/reliefer-2-0 The events are also in the console. Thank you
Hey,i have a issue with the Product Form -> add to Cart.i added a "buy together" feature in my store, this feature works and add only the selected products to cart.Now i have the issue that if this peace of code is under the variant selector from the...