Hi,
I am building an e-commerce application using apex 20.2. I have a cards region to display items. I am using a page submit on "Add to Cart" to display basket icon on the item card to show to the user that this item is added to cart.
This seems not to be a good approach because page submit or region refresh change the position of the screen. That means when a user add to cart an item "A" then he'll be on some other position on the screen and will need to scroll to go back to item "A".
What could possibly be the solution to this problem?
Thanks.