25 lines
840 B
Smarty
25 lines
840 B
Smarty
{*
|
|
* 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.1
|
|
* 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.
|
|
*}
|
|
|
|
<script type="text/javascript">
|
|
if ('#quickview-modal-{$id_product}-{$id_product_attribute}') {
|
|
$('input#product_page_product_id[value="{$id_product}"]').next().next().next().hide();
|
|
}
|
|
</script>
|
|
|
|
|