AI Features

Adding a Button

Learn how we can add a button for adding products to the cart.

Now it’s time to add an “Add to Cart” button for each product.

Using a Scaffold generator

We don’t need to create a new controller (LineItem) or even a new action. Taking a look at the actions provided by the scaffold generator, we find ...