AbanteCart Community

AbanteCart Development => Customization help => Topic started by: hvashwath on September 04, 2013, 08:52:59 AM

Title: validity period
Post by: hvashwath on September 04, 2013, 08:52:59 AM
I want to know how to add different validity period for different quantity ranges and to be shown in the block.
Example
Quantity price per item validity period
10           $10                     30 days
20            $8                       45 days
Title: Re: validity period
Post by: abantecart on September 04, 2013, 10:23:22 AM
From what I understand you need instructions how to program a new block in the system.

Basically you need to create following components for the block.

1. Create controller in storefront/controller/blocks/[new_name.php]
2. Create model to get  data from database (You can look for existing models to load needed data)
3. Create template for the block

Last step to load block details into database and add it in layout to desired page(s)

You can learn more about programming blocks in developer'd docs
http://www.abantecart.com/document_wiki/index.php/Developing_Templates_as_Extensions