PATH:
home
/
letacommog
/
crmleta
/
layouts
/
v7
/
modules
/
Products
{*+********************************************************************************** * The contents of this file are subject to the vtiger CRM Public License Version 1.1 * ("License"); You may not use this file except in compliance with the License * The Original Code is: vtiger CRM Open Source * The Initial Developer of the Original Code is vtiger. * Portions created by vtiger are Copyright (C) vtiger. * All Rights Reserved. ************************************************************************************} {* modules/Products/views/Detail.php *} {* START YOUR IMPLEMENTATION FROM BELOW. Use {debug} for information *} {strip} {include file='RelatedList.tpl'|@vtemplate_path} {assign var=RELATED_MODULE_NAME value=$RELATED_MODULE->get('name')} {if $MODULE eq 'Products' && $RELATED_MODULE_NAME eq 'Products' && $TAB_LABEL === 'Product Bundles' && $RELATED_LIST_LINKS && $PARENT_RECORD->isBundle()} <div class="bundleCostContainer"> {if $SUB_PRODUCTS_COSTS_INFO} {include file=vtemplate_path('BundleCostView.tpl',$MODULE)} {/if} </div> {/if} {/strip}
[+]
..
[-] BundleCostView.tpl
[edit]
[-] MoreCurrenciesList.tpl
[edit]
[-] DetailViewHeaderTitle.tpl
[edit]
[-] QuantityUpdate.tpl
[edit]
[-] PriceBookProductPopupContents.tpl
[edit]
[-] ProductsPopup.tpl
[edit]
[+]
resources
[-] ProductsPopupContents.tpl
[edit]
[-] PriceBookProductPopup.tpl
[edit]
[-] RelatedList.tpl
[edit]