Your cart
  • IMG
    {{cart_item.name}}
    {{cart_item.variation_attribute_name}}: {{cart_item.variation_attribute_label}}
    {{cart_item.item_unit}}: {{ setCurrency(cart_item.price)}}
    {{ setCurrency(cart_item.price*cart_item.quantity)}}
    Invalid quantity more than stock
Total :
{{setCurrency(cart.sub_total)}}

There is no item in the cart. If you want to buy, Please click here.

Step 8: Admin panel and dashboard

Complete Application using Grails 3

Created by :
Grails
tutorial
Programming, Software and application
1095
2020-10-14 16:12:27

First of all, we need to create a new theme as like front. Admin theme design may be as like following http://getbootstrap.com/examples/dashboard theme.

·       

Grails and contact list, edit, delete is only possible for logged user and admin layout.