Hello Sir, is there any tutorial for creating shopping cart in outsystems web?
Hi Zaw!
A shopping cart is basically a list of products with quantity and the total sum.
The first step is create your data modeling, after this, create a session variable as product list. Then create an action for add or remove in this list a specific product.
Thiago Zuquinali wrote:
Thank you Thiago.