ASPX templates
Version 5.x > ASPX templates > Product Option as a % View modes: 
User avatar
Certified Developer v7
Certified  Developer v7
ben-devotion.com - 2/9/2011 11:32:48 PM
   
Product Option as a %
Is it possible to make the Product Options a percentage of the base product? Does this require custom dev? If so could someone point me in the best place to start with this?

I'm beginner level Kentico developer, fairly experienced .NET/SQL developer.

Cheers guys!

User avatar
Kentico Support
Kentico Support
kentico_zdenekc - 2/16/2011 2:40:34 PM
   
RE:Product Option as a %
Hi,

Currently, the ecommerce module is designed so that product options store relative price difference in currency units.
This value is then used in ProductOptionSelector controls and checkout process controls (in ~\CMSModules\Ecommerce\Controls\ShoppingCart\ folder, mostly ShoppingCartContent.ascx/.cs code)

You would need to calculate the value in your custom code. One question - do you have Kentico CMS Source Code License? It would be helpful, anyway some changes should be possible without it as well.

Do you have experience with Custom E-commerce providers? Please see http://devnet.kentico.com/docs/ecommerceguide/custom_providers_overview.htm

The custom providers will be needed too.

Thank you in advance for your cooperation and response.

Regars,
Zdenek

User avatar
Certified Developer v7
Certified  Developer v7
ben-devotion.com - 2/16/2011 9:50:46 PM
   
RE:Product Option as a %
Hi Zdenek,

reading over the doco you supplied now. A custom ecommerce provider looks like the way to go.

Cheers,
Ben

User avatar
Kentico Support
Kentico Support
kentico_zdenekc - 2/21/2011 11:53:02 AM
   
RE:Product Option as a %
Hi Ben,

should you need any further details, you can try to ask.

Regards,
Zdenek