{* * 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 $psversion == ''} {assign var='psversion' value=Configuration::get('PS_VERSION_DB')} {/if} {if ($page_name == 'product') AND isset($admintab_display)} {if ($admintab_type == "linear")} {if ($decimaltype == 'comma')} {assign var="format" value="#.##0,00##"} {else} {assign var="format" value="#,##0.00##"} {/if} {/if} {/if}