{* * Module Name: Perimeter / Length / Surface (Area) / Volume / Weight Calculator for Prestashop * Module URI: Please contact with info@megventure.com * Description: A utility to calculate quantity in perimeter, length, area, volume or weight units * Version: 5.5.0 * Author: MEG Venture * * Copyright 2013, MEG Venture (info@megventure.com) * * This program is not a free software: you can't redistribute it and/or modify * it. All rights reserved. * * * This copyright notice and licence should be retained in all modules based on this framework. * This does not affect your rights to assert copyright over your own original work. *} {if ($page_name == 'cart')} {/if} {if ($page_name == 'product')} {if $design_type == 'design2'} {*Design 2*} {if ($admintab_type == 'linear')} {/if} {if ($admintab_type == 'surface') || ($admintab_type == 'perimeter')} {/if} {if ($admintab_type == 'volume')} {/if} {if ($admintab_type == 'weight')} {/if} {/if} {/if}