Design and CSS styles
Version 5.x > Design and CSS styles > Product page with checkboxes View modes: 
User avatar
Member
Member
tkane-bostwicklaboratories - 2/7/2011 12:22:25 PM
   
Product page with checkboxes
I'd like to have a simple product page that lists all available products with a check box for Add to Cart and an input box for Quantity.

Also, is there a way to completely remove the Price field from Products pages/templates. Our customers don't care about price and we don't want to display it. Is it possible to delete Price (from db?)?

User avatar
Kentico Support
Kentico Support
kentico_zdenekc - 3/9/2011 1:36:45 PM
   
RE:Product page with checkboxes
Hi there,

In case you didn't find any solution yet, you could find inspiration in following KB article:

Redirection option for E-commerce web site when adding product to shopping cart

The article contains also a link to the similar article on adding products to the shopping cart programmatically, which could be used for your aim too.

As for deleting the price from DB - that's not possible, since there's a fixed field SKUPrice in COM_SKU table. Easiest thing would be to set the prices to zero.
Then you could modify the transformation(s) that list(s) your products to not show the price at all (see some hints at Ecommerce Guide - displaying product price) - just by removing these parts of transformation code...

Later in checkout process, you could modify the controls so that the price field / column is not used. More details about this can be found at
http://devnet.kentico.com/docs/ecommerceguide/customizing_the_purchase_process.htm
and
http://devnet.kentico.com/docs/ecommerceguide/developing_custom_dialogs_for_checkout.htm

Hope this will help.

Regards,
Zdenek