File tree Expand file tree Collapse file tree 11 files changed +11
-14
lines changed
app/design/adminhtml/default/default/template/catalog/product/composite Expand file tree Collapse file tree 11 files changed +11
-14
lines changed Original file line number Diff line number Diff line change 1313 * @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
1414 */
1515 ?>
16+ <?php /** @var Mage_Adminhtml_Block_Catalog_Product_Composite_Configure $this */ ?>
1617<div id="popup-window-mask" style="display:none;"></div>
1718<div id="product_composite_configure" class="product-configure-popup" style="display:none;">
1819 <iframe name="product_composite_configure_iframe" id="product_composite_configure_iframe" src="" style="width:0; height:0; border:0px solid #fff; position:absolute; top:-1000px; left:-1000px" onload="window.productConfigure && productConfigure.onLoadIFrame()"></iframe>
Original file line number Diff line number Diff line change 1313 * @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
1414 */
1515 ?>
16-
17- <?php /* @var $this Mage_Adminhtml_Block_Catalog_Product_Composite_Fieldset_Configurable */ ?>
16+ <?php /** @var Mage_Adminhtml_Block_Catalog_Product_Composite_Fieldset_Configurable $this */ ?>
1817<?php $ _product = $ this ->getProduct (); ?>
1918<?php $ _attributes = Mage::helper ('core ' )->decorateArray ($ this ->getAllowAttributes ()); ?>
2019<?php $ _skipSaleableCheck = Mage::helper ('catalog/product ' )->getSkipSaleableCheck (); ?>
Original file line number Diff line number Diff line change 1313 * @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
1414 */
1515 ?>
16-
17- <?php /* @var $this Mage_Adminhtml_Block_Catalog_Product_Composite_Fieldset_Grouped */ ?>
16+ <?php /** @var Mage_Adminhtml_Block_Catalog_Product_Composite_Fieldset_Grouped $this */ ?>
1817<?php $ _skipSaleableCheck = Mage::helper ('catalog/product ' )->getSkipSaleableCheck (); ?>
1918<div id="catalog_product_composite_configure_fields_grouped" class="grid <?php echo $ this ->getIsLastFieldset () ? 'last-fieldset ' : '' ?> ">
2019 <h4><?php echo Mage::helper ('catalog ' )->__ ('Associated Products ' ) ?> </h4>
Original file line number Diff line number Diff line change 1313 * @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
1414 */
1515?>
16-
17- <?php /* @var $this Mage_Adminhtml_Block_Catalog_Product_Composite_Fieldset_Options */ ?>
16+ <?php /** @var Mage_Adminhtml_Block_Catalog_Product_Composite_Fieldset_Options $this */ ?>
1817<?php $ options = Mage::helper ('core ' )->decorateArray ($ this ->getOptions ()); ?>
1918<?php if (count ($ options )): ?>
2019
Original file line number Diff line number Diff line change 1313 * @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
1414 */
1515?>
16-
16+ <?php /** @var Mage_Core_Block_Template $this */ ?>
1717<script type="text/javascript">
1818//<![CDATA[
1919validateOptionsCallback = function (elmId, result){
Original file line number Diff line number Diff line change 1313 * @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
1414 */
1515?>
16- <?php /* @var $this Mage_Catalog_Block_Product_View_Options_Type_Date */ ?>
16+ <?php /** @var Mage_Catalog_Block_Product_View_Options_Type_Date $this */ ?>
1717<?php $ _option = $ this ->getOption (); ?>
1818<?php $ _optionId = $ _option ->getId (); ?>
1919<dt class="label"><label<?php if ($ _option ->getIsRequire ()) echo ' class="required" ' ?> ><?php if ($ _option ->getIsRequire ()) echo '<em>*</em> ' ?> <?php echo $ this ->escapeHtml ($ _option ->getTitle ()) ?> </label>
Original file line number Diff line number Diff line change 1313 * @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
1414 */
1515?>
16- <?php /* @var $this Mage_Adminhtml_Block_Catalog_Product_Composite_Fieldset_Options */ ?>
16+ <?php /** @var Mage_Catalog_Block_Product_View_Options_Type_Default $this */ ?>
1717<?php $ option = $ this ->getOption (); ?>
1818<dt>
1919 <label><?php echo $ this ->escapeHtml ($ option ->getTitle ()) ?> </label>
Original file line number Diff line number Diff line change 1313 * @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
1414 */
1515?>
16+ <?php /** @var Mage_Catalog_Block_Product_View_Options_Type_File $this */ ?>
1617<?php $ _option = $ this ->getOption (); ?>
1718<?php $ _fileInfo = $ this ->getFileInfo (); ?>
1819<?php $ _fileExists = $ _fileInfo ->hasData () ? true : false ; ?>
Original file line number Diff line number Diff line change 1313 * @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
1414 */
1515?>
16- <?php /* @var $this Mage_Catalog_Block_Product_View_Options_Type_Select */ ?>
16+ <?php /** @var Mage_Catalog_Block_Product_View_Options_Type_Select $this */ ?>
1717<?php $ _option = $ this ->getOption (); ?>
1818<dt><label<?php if ($ _option ->getIsRequire ()) echo ' class="required" ' ?> ><?php if ($ _option ->getIsRequire ()) echo '<em>*</em> ' ?> <?php echo $ this ->escapeHtml ($ _option ->getTitle ()) ?> </label></dt>
1919<dd<?php if ($ _option ->decoratedIsLast ){?> class="last"<?php }?> >
Original file line number Diff line number Diff line change 1313 * @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
1414 */
1515?>
16- <?php /* @var $this Mage_Catalog_Block_Product_View_Options_Type_Text */ ?>
16+ <?php /** @var Mage_Catalog_Block_Product_View_Options_Type_Text $this */ ?>
1717<?php $ _option = $ this ->getOption (); ?>
1818<dt><label<?php if ($ _option ->getIsRequire ()) echo ' class="required" ' ?> ><?php if ($ _option ->getIsRequire ()) echo '<em>*</em> ' ?> <?php echo $ this ->escapeHtml ($ _option ->getTitle ()) ?> </label>
1919 <?php echo $ this ->getFormatedPrice () ?> </dt>
You can’t perform that action at this time.
0 commit comments