Esempio n. 1
0
        ?>
</td>
              </tr>
            </table></td>
          </tr>
	  
<?php 
    }
    ?>
   
       </table>


<?php 
    require DIR_FS_MODULES . 'attrctl.php';
    show_attrctl($pInfo->products_id, array(0 => $pInfo->products_price), $productObject);
    ?>

<script language="javascript">
  function setGlobalFieldsDisplay(f) {
  }
  showAllModels();
</script>

	 
<?php 
    include DIR_FS_MODULES . 'xsellctl.php';
    ?>


</td></tr>
Esempio n. 2
0
       </table>
     </div>



     <div class="tabbertab">
	  <h2>Images / Options </h2>
	  <table width="100%" border="0" cellpadding="0" cellspacing="0"> 
	  <tr>
	<td colspan="2" style="padding:0 10px 0 0">

<?php 
    require DIR_FS_MODULES . 'attrctl.php';
    $prcs = IXdb::read("SELECT customers_group_id, customers_group_price \r\n\t\t\t\t\t\tFROM " . TABLE_PRODUCTS_GROUPS . " \r\n\t\t\t\t\t\tWHERE products_id = '" . $pInfo->products_id . "' \r\n\t\t\t\t\t\tORDER BY customers_group_id", 'customers_group_id', 'customers_group_price');
    $prcs[0] = $pInfo->products_price;
    show_attrctl($pInfo->products_id, $prcs, $productObject);
    ?>

</td>
</tr>
<tr><td>
<br><br>
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="global_products_image">

  <tr>
           <td class="dataTableRow" valign="top"><span class="main"><?php 
    echo TEXT_PRODUCTS_IMAGE_NOTE;
    ?>
</span></td>
          
                    <?php