All Downloads are FREE. Search and download functionalities are using the official Maven repository.

shoppingCart._shoppingCartContent.gsp Maven / Gradle / Ivy

The newest version!

    
        
            
            
        
        
            ${it['item']?.name}
${it['item']?.shortDescription}
${it['item']?.listPrice} -  Add  -  Remove  -  Remove All ${it['qty']}

Checked out items

    ${com.metasieve.shoppingcart.Shoppable.findByShoppingItem(it['item'])?.name}
${com.metasieve.shoppingcart.Shoppable.findByShoppingItem(it['item'])?.shortDescription}
${com.metasieve.shoppingcart.Shoppable.findByShoppingItem(it['item'])?.listPrice} -  ${it['qty']}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy