138
Views
2
Comments
web shopping cart
Question

Hello Sir, is there any tutorial for creating shopping cart in outsystems web?

2019-06-05 00-34-45
Thiago Zuquinali

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.


2019-10-21 07-27-24
Zaw Phone Thet

Thiago Zuquinali wrote:

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.



Thank you Thiago.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.