Не выводятся доп. свойства товара

#
Не выводятся доп. свойства товара
При использовании базового ХМЛ не выводятся на странице товара дополнительные свойства.
Я уже видел на форуме аналогичное сообщение (где-то в мае), но там не было приведено решение проблемы. Версия ХАЛЯВА
#
Re: Не выводятся доп. свойства товара
Gold Man, используйте данный XSL-шаблон для вывода товара:
<?xml version="1.0" encoding="windows-1251"?>
<!DOCTYPE xsl:stylesheet>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
   <xsl:output xmlns="http://www.w3.org/TR/xhtml1/strict" doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN" encoding="Windows-1251" indent="yes" method="html" omit-xml-declaration="no" version="1.0" media-type="text/xml"/>

   <xsl: decimal-format name="my" decimal-separator="," grouping-separator="."/>
   
   <xsl:template match="/shop">
      <xsl:apply-templates select="item"/>
   </xsl:template>

   <xsl:template match="item">

      <SCRIPT>
         <xsl:comment>
            <xsl:text disable-output-escaping="yes">
         <![CDATA[
         function ShowImgWindow(title, src, width, height)
         {
            obj = window.open("", "", "scrollbars=0,dialog=0,minimizable=1,modal=1,width="+width+",height="+height+",resizable=0" );
            obj.document.write("<html>" );
            obj.document.write("<head>" );
         
            obj.document.write("<title>"+title+"</title>" );
         
            obj.document.write("</head>" );
         
            obj.document.write("<body topmargin=0 leftmargin=0 marginwidth=0 marginheight=0>" );
         
            obj.document.write("<img src=\""+src+"\" />" );
         
            obj.document.write("</body>" );
            obj.document.write("</html>" );
         }
         ]]>
         </xsl:text>
         </xsl:comment>
      </SCRIPT>

      <div>
         <h1>
            <xsl:value-of disable-output-escaping="yes" select="name"/>
         </h1>
      </div>
      <!-- Получаем ID родительской группы и записываем в переменную $parent_group_id -->
      <xsl:variable name="parent_group_id" select="/shop/@current_group_id"/>

      <xsl:if test="$parent_group_id = 0">
         <a href="{/shop/path}">
            <xsl:value-of disable-output-escaping="yes" select="/shop/name"/>
         </a>
      </xsl:if>

      <!-- Путь к группе -->
      <xsl:apply-templates select="//group[@id=$parent_group_id]" mode="goup_path"/>

      <span class="path_arrow">&#x2192;</span>
      <b>
         <a href="{/path}">
            <xsl:value-of disable-output-escaping="yes" select="name"/>
         </a>
      </b>

      <div style="float: left; margin: 20px 0px 0px 20px">
         <!-- Средняя оценка товара -->
         <xsl:if test="comments/average_grade/node()">
            <xsl:call-template name="show_average_grade">
               <xsl:with-param name="grade" select="comments/average_grade"/>
               <xsl:with-param name="const_grade" select="5"/>
            </xsl:call-template>
         </xsl:if>
      </div>

      <div style="clear: both"></div>

      <!-- Информация об ошибках -->
      <xsl:variable name="error_code" select="/shop/error"/>

      <xsl:if test="$error_code != 0">
         <div id="error">
            <b>Внимание!</b>Неправильно введен код подтвержения!</div>
      </xsl:if>

      <xsl:if test="not(/shop/error/node()) and /shop/comment_is_active/node()">
         <!-- Информация о выполненном действии -->
         <div style="border: 1px solid #dadada; padding: 10px; width: 400px">
            <b>
               <xsl:choose>
                  <xsl:when test="/shop/comment_is_active = '0'">Комментарий успешно добавлен и будет опубликован после проверки модератором!</xsl:when>
                  <xsl:otherwise>Комментарий успешно добавлен и опубликован!</xsl:otherwise>
               </xsl:choose>
            </b>
         </div>
      </xsl:if>

      <div>
         <!-- Изображение для товара, если есть -->
         <xsl:if test="small_image != ''">
            <div style="float: left; width: {small_image/@width}px; margin: 0px 10px 10px 0px; color: #aaaaaa;">
               <a href="{image}" target="blank_" onclick="ShowImgWindow('{name}','{image}', {image/@width}, {image/@height}); return false;">
                  <img src="{small_image}" style="border: 1px solid #DADADA; margin: 0px 5px 5px 0px"/>
               </a>
               <br/>
               <a href="{image}" target="blank_" onclick="ShowImgWindow('{name}','{image}', {image/@width}, {image/@height}); return false;">
               <img src="/hostcmsfiles/images/zoom.gif" alt="Увеличить" />
               </a>         
               </div>
         </xsl:if>

         <!-- Цена товара -->
         <p>Цена:
            <span style="font-size: 11pt; font-weight: bold">
               <xsl:choose>
                  <xsl:when test="price != 0">
                     <xsl:value-of select="format-number(price, '###.##0,00', 'my')"/>&#xA0;<xsl:value-of select="currency" disable-output-escaping="yes"/>
                  </xsl:when>
                  <xsl:otherwise>договорная</xsl:otherwise>
               </xsl:choose>
            </span>
            
            <!-- Если цена со скидкой - выводим ее -->
            <xsl:if test="price != price_tax">
               &#xA0;
               <span style="color: #777">
                  <strike>
                     <xsl:value-of select="price_tax"/>&#xA0;<xsl:value-of select="currency" disable-output-escaping="yes"/>
                  </strike>
               </span>
            </xsl:if>
         </p>

         <xsl:if test="marking_of_goods != ''">
            <p>Артикул: <b><xsl:value-of disable-output-escaping="yes" select="marking_of_goods"/></b></p>
         </xsl:if>

         <xsl:if test="producer/name != ''">
            <p>Производитель: <b><xsl:value-of disable-output-escaping="yes" select="producer/name"/></b></p>
         </xsl:if>

         <!-- Если указан вес товара -->
         <xsl:if test="weight != 0">
            <p>Вес товара: <xsl:value-of select="weight"/>&#xA0;<xsl:value-of select="weight_mesure"/></p>
         </xsl:if>

         <!-- Показываем скидки -->
         <xsl:if test="count(discount) &gt; 0">
            <xsl:apply-templates select="discount"/>
         </xsl:if>

         <!-- Показываем количество на складе, если больше нуля -->
         <xsl:if test="rest &gt; 0">
            <p>В наличии: <xsl:value-of disable-output-escaping="yes" select="rest"/>&#xA0;<xsl:value-of disable-output-escaping="yes" select="mesure"/></p>
         </xsl:if>

         <!-- Ссылка на добавление в корзину -->
         <p>
            <input type="text" size="3" value="1" id="count_{@id}"/>
                     <a href="{/shop/path}cart/?action=add&amp;item_id={@id}" onclick="return AddIntoCart('{/shop/path}', {@id}, document.getElementById('count_{@id}').value)">
                        <img alt="В корзину" title="В корзину" src="/hostcmsfiles/images/cart.gif" style="margin: 0px 0px -4px 10px" /></a>
         </p>

         <!-- Описание товара -->
         <!-- <p><xsl:value-of disable-output-escaping="yes" select="description" /></p> -->

         <p>
            <xsl:value-of disable-output-escaping="yes" select="text"/>
         </p>

         <div style="clear: both;"></div>

         <xsl:if test="count(property[@dir_id = 0])">
            <table border="0">
               <xsl:apply-templates select="property[@dir_id = 0]"/>
            </table>
         </xsl:if>

         <xsl:if test="../properties_items_dir">
            <xsl:apply-templates select="../properties_items_dir"/>
         </xsl:if>

         
      </div>

      <!-- Тэги для информационного элемента -->
      <xsl:if test="count(tags/tag) &gt; 0">
         <p>
            <img src="/hostcmsfiles/images/tags.gif" align="left" style="margin: 0px 5px -2px 0px"/>
            <xsl:apply-templates select="tags/tag"/>
         </p>
      </xsl:if>

      <!-- Выводим список дополнительных свойств -->
      <xsl:apply-templates select="propertys/property"/>

      <!-- Модификации -->
      <xsl:if test="count(modifications/item) &gt; 0">
         <b>Модификации:</b>
         <table cellspacing="3" cellpadding="3" style="margin-left: -6px;">
            <tr>
               <td style="border-bottom: 1px solid #dadada;">Название</td>
               <td style="border-bottom: 1px solid #dadada;">Цена</td>
            </tr>
            <xsl:apply-templates select="modifications/item"/>
         </table>
      </xsl:if>

      <xsl:if test="count(tying/item) &gt; 0">
         <p>
            <b>Сопутствующие товары:</b>
         </p>
         <!-- Отображаем сопутствующие товары -->
         <xsl:apply-templates select="tying/item"/>
      </xsl:if>

      <!-- Отзывы о товаре -->
      <xsl:if test="comments/grade_count &gt; 0">
         <h2>Отзывы о товаре</h2>
         <xsl:apply-templates select="comments/comment"/>
      </xsl:if>

      <div style="clear: both">
         <h2>Ваша оценка и комментарий к данному товару</h2>
      </div>

      <form method="post" action="./">
         <table cellspacing="5">
            <tr>
               <td>Пользователь</td>
               <td>
                  <input type="text" name="shop_comment_user_name" style="width:25em;" value="{/shop/shop_comment_user_name}">
                  </input>
               </td>
            </tr>
            <tr>
               <td>Тема</td>
               <td>
                  <input type="text" name="shop_comment_subject" style="width:25em;" value="{/shop/shop_comment_subject}"/>
               </td>
            </tr>
            <tr>
               <td>Комментарий</td>
               <td>
                  <textarea name="shop_comment_text" style="width: 25em;" rows="7">
                     <xsl:value-of disable-output-escaping="yes" select="/shop/shop_comment_text"/>
                  </textarea>
               </td>
            </tr>
            <tr>
               <td>Оценка товара</td>
               <td>
                  <xsl:call-template name="for">
                     <xsl:with-param name="n" select="5"/>
                  </xsl:call-template>
               </td>
            </tr>
            <tr>
               <td>Код подтверждения</td>
               <td>
                  <div style="float: left">
                     <img style="border: 1px solid #BAB188" src="/captcha.php?get_captcha={captcha_key}" title="Введите число изображенное на картинке" alt="CAPTCHA"/>
                  </div>
                  <div style="float: left; margin: 9px 0px 0px 10px;">
                     <input type="hidden" name="captcha_key" value="{captcha_key}"/>
                     <input type="hidden" name="shop_items_catalog_item_id" value="{@id}"/>
                     <input style="width:86px;" type="text" name="captcha_keystring"/>
                  </div>
               </td>
            </tr>
            <tr>
               <td></td>
               <td>
                  <input name="submit_comment" value="Добавить отзыв" type="submit"/>
               </td>
            </tr>
         </table>
      </form>
   </xsl:template>

   <xsl:template match="properties_items_dir">
      <div>
         <p style="font-size: 14pt; font-family: Georgia;">
            <xsl:value-of select="shop_properties_items_dir_name"/>
         </p>
         
            <xsl:variable name="dir_id" select="@id"/>
            <xsl:if test="count(//property[@dir_id = $dir_id])">
               <table border="0">
                  <xsl:apply-templates select="//property[@dir_id = $dir_id]"/>
               </table>
            </xsl:if>
            
            <blockquote>
               <xsl:apply-templates select="properties_items_dir"/>
            </blockquote>
      </div>
   </xsl:template>
   
   <xsl:template match="property">
      <tr>
         <td style="padding: 5px" bgcolor="#E5DFDA">
            <b><xsl:value-of select="name"/></b>
         </td>
         <td style="padding: 5px" bgcolor="#E5DFDA">
            <xsl:choose>
               <xsl:when test="type = 1">
                  <a href="{file_path}">Скачать файл</a>
               </xsl:when>
               <xsl:when test="type = 7">
                  <xsl:choose>
                     <xsl:when test="value = 1">
                        <input type="checkbox" checked="" disabled="" />
                     </xsl:when>
                     <xsl:otherwise>
                        <input type="checkbox" disabled="" />
                     </xsl:otherwise>
                  </xsl:choose>
               </xsl:when>
               <xsl:otherwise>
                  <xsl:value-of disable-output-escaping="yes" select="value"/>
               </xsl:otherwise>
            </xsl:choose>
         </td>
      </tr>
   </xsl:template>
   
   
   <!-- /// Метки для информационного элемента /// -->
   <xsl:template match="tags/tag">
      <a href="{/shop/path}tag/{tag_path_name}/" class="tag">
         <xsl:value-of select="tag_name"/>
      </a>
      <xsl:if test="position() != last()">,</xsl:if>&#xA0;
   </xsl:template>

   <!-- Шаблон для модификаций -->
   <xsl:template match="modifications/item">
      <tr>
         <td>
            <!-- Название модификации -->
            <a href="{/shop/path}{fullpath}{path}/">
               <xsl:value-of disable-output-escaping="yes" select="name"/>
            </a>
         </td>
         <td>
            <!-- Цена модификации -->
            <xsl:value-of disable-output-escaping="yes" select="price"/>&#xA0;
            <!-- Валюта -->
            <xsl:value-of disable-output-escaping="yes" select="currency"/>
         </td>
      </tr>
   </xsl:template>

   <!-- Вывод рейтинга товара -->
   <xsl:template name="show_average_grade">
      <xsl:param name="grade" select="0"/>
      <xsl:param name="const_grade" select="0"/>

      <!-- Чтобы избежать зацикливания -->
      <xsl:variable name="current_grade" select="$grade * 1"/>

      <xsl:choose>
         <!-- Если число целое -->
         <xsl:when test="floor($current_grade) = $current_grade and not($const_grade &gt; ceiling($current_grade))">

            <xsl:if test="$current_grade - 1 &gt; 0">
               <xsl:call-template name="show_average_grade">
                  <xsl:with-param name="grade" select="$current_grade - 1"/>
                  <xsl:with-param name="const_grade" select="$const_grade - 1"/>
               </xsl:call-template>
            </xsl:if>

            <xsl:if test="$current_grade != 0">
               <img src="/hostcmsfiles/images/stars_single.gif"/>
            </xsl:if>
         </xsl:when>
         <xsl:when test="$current_grade != 0 and not($const_grade &gt; ceiling($current_grade))">

            <xsl:if test="$current_grade - 0.5 &gt; 0">
               <xsl:call-template name="show_average_grade">
                  <xsl:with-param name="grade" select="$current_grade - 0.5"/>
                  <xsl:with-param name="const_grade" select="$const_grade - 1"/>
               </xsl:call-template>
            </xsl:if>

            <img src="/hostcmsfiles/images/stars_half.gif"/>
         </xsl:when>

         <!-- Выводим серые звездочки, пока текущая позиция не дойдет то значения, увеличенного до целого -->
         <xsl:otherwise>
            <xsl:call-template name="show_average_grade">
               <xsl:with-param name="grade" select="$current_grade"/>
               <xsl:with-param name="const_grade" select="$const_grade - 1"/>
            </xsl:call-template>
            <img src="/hostcmsfiles/images/stars_gray.gif"/>
         </xsl:otherwise>
      </xsl:choose>
   </xsl:template>

   <!-- Шаблон для вывода звездочек (оценки) -->
   <xsl:template name="for">
      <xsl:param name="i" select="0"/>
      <xsl:param name="n"/>

      <input type="radio" name="shop_comment_grade" value="{$i}" id="id_shop_comment_grade_{$i}">
         <xsl:if test="/shop/shop_comment_grade = $i">
            <xsl:attribute name="checked">
            </xsl:attribute>
         </xsl:if>
      </input>&#xA0;
      <label for="id_shop_comment_grade_{$i}">
         <xsl:call-template name="show_average_grade">
            <xsl:with-param name="grade" select="$i"/>
            <xsl:with-param name="const_grade" select="5"/>
         </xsl:call-template>
      </label>
      <br/>
      <xsl:if test="$n &gt; $i and $n &gt; 1">
         <xsl:call-template name="for">
            <xsl:with-param name="i" select="$i + 1"/>
            <xsl:with-param name="n" select="$n"/>
         </xsl:call-template>
      </xsl:if>
   </xsl:template>

   <!-- Шаблон для отзывов -->
   <xsl:template match="comments/comment">
      <b>
         <xsl:value-of select="subject"/>
      </b>&#xA0;
   (<xsl:value-of select="user_name"/>)
      <xsl:value-of select="date_time"/>
      <xsl:call-template name="show_average_grade">
         <xsl:with-param name="grade" select="grade"/>
         <xsl:with-param name="const_grade" select="5"/>
      </xsl:call-template>
      <div style="background: #E5DFDA; padding: 3px;">
         <xsl:value-of disable-output-escaping="yes" select="text"/>
         <br/>
      </div>
      <br/>
   </xsl:template>

   <!-- Шаблон для скидки -->
   <xsl:template match="discount">
      <p>
      <xsl:value-of disable-output-escaping="yes" select="name"/>&#xA0;<xsl:value-of disable-output-escaping="yes" select="value"/>%
      </p>
   </xsl:template>
   
   <xsl:template match="tying/item">

      <div style="clear: both">
         <p>
            <a href="{/shop/path}{fullpath}{path}/">
               <xsl:value-of select="name"/>
            </a>
         </p>

         <!-- Изображение для товара, если есть -->
         <xsl:if test="small_image != ''">
            <a href="{/shop/path}{fullpath}{path}/">
               <img src="{small_image}" align="left" style="border: 1px solid #000000; margin: 0px 5px 5px 0px"/>
            </a>
         </xsl:if>

         <p>
            <xsl:value-of disable-output-escaping="yes" select="description"/>
         </p>

         <!-- Цена товара -->
         <strong>
            <xsl:choose>
               <xsl:when test="price != 0">
                  <xsl:value-of disable-output-escaping="yes" select="price"/>&#xA0;
                  <!-- Валюта товара -->
                  <xsl:value-of disable-output-escaping="yes" select="currency"/>
               </xsl:when>
               <xsl:otherwise>договорная</xsl:otherwise>
            </xsl:choose>
         </strong>

         <!-- Если цена со скидкой - выводим ее -->
         <xsl:if test="price!=price_tax">
            <br/>
            <font color="gray">
               <strike>
                  <xsl:value-of disable-output-escaping="yes" select="price_tax"/>&#xA0;<xsl:value-of disable-output-escaping="yes" select="currency"/></strike>
            </font>
         </xsl:if>

         <!-- Если указан вес товара -->
         <xsl:if test="weight != 0">
            <br/>Вес товара: <xsl:value-of select="weight"/> <xsl:value-of select="weight_mesure"/></xsl:if>

         <!-- Показываем скидки -->
         <xsl:if test="count(discount) &gt; 0">
            <xsl:apply-templates select="discount"/>
         </xsl:if>

         <!-- Показываем количество на складе, если больше нуля -->
         <xsl:if test="rest &gt; 0">
            <br/>В наличии: <xsl:value-of disable-output-escaping="yes" select="rest"/></xsl:if>

         <xsl:if test="producer/name != ''">
            <br/>Производитель: <xsl:value-of disable-output-escaping="yes" select="producer/name"/></xsl:if>
      </div>
   </xsl:template>

   <!-- Шаблон выводит хлебные крошки -->
   <xsl:template match="group" mode="goup_path">
      <xsl:variable name="parent_id" select="@parent"/>

      <!-- Выбираем рекурсивно вышестоящую группу -->
      <xsl:apply-templates select="//group[@id=$parent_id]" mode="goup_path"/>

      <xsl:if test="@parent=0">
         <a href="{/shop/path}">
            <xsl:value-of select="/shop/name"/>
         </a>
      </xsl:if>

      <span class="path_arrow">&#x2192;</span>

      <a href="{/shop/path}{fullpath}">
         <xsl:value-of select="name"/>
      </a>
   </xsl:template>
</xsl:stylesheet>
#
Re: Не выводятся доп. свойства товара
Строку "<xsl: decimal-format" замените на аналогичную, но без пробела между ":" и "d".
#
Re: Не выводятся доп. свойства товара
Не выводится. Вот XML
<?xml version="1.0" encoding="windows-1251"?>
<shop id="7" current_group_id="602">
<name>Биофит</name>
<description></description>
<path>/catalog/</path>
<group id="602" parent="0">
<name>Овощи</name>
<description></description>
<order>10</order>
<indexation>1</indexation>
<path>veget</path>
<fullpath>veget/</fullpath>
<count_items>17</count_items>
<count_groups>0</count_groups>
<count_all_items>17</count_all_items>
<count_all_groups>0</count_all_groups>
<seo_title></seo_title>
<seo_description></seo_description>
<seo_keywords></seo_keywords>
<propertys>
</propertys>
</group>
<group id="601" parent="0">
<name>Фрукты</name>
<description></description>
<order>20</order>
<indexation>1</indexation>
<path>fruit</path>
<fullpath>fruit/</fullpath>
<count_items>5</count_items>
<count_groups>0</count_groups>
<count_all_items>5</count_all_items>
<count_all_groups>0</count_all_groups>
<seo_title></seo_title>
<seo_description></seo_description>
<seo_keywords></seo_keywords>
<propertys>
</propertys>
</group>
<group id="600" parent="0">
<name>Ягоды</name>
<description></description>
<order>30</order>
<indexation>1</indexation>
<path>berry</path>
<fullpath>berry/</fullpath>
<count_items>13</count_items>
<count_groups>0</count_groups>
<count_all_items>13</count_all_items>
<count_all_groups>0</count_all_groups>
<seo_title></seo_title>
<seo_description></seo_description>
<seo_keywords></seo_keywords>
<propertys>
</propertys>
</group>
<group id="603" parent="0">
<name>Зелень, злаки</name>
<description></description>
<order>40</order>
<indexation>1</indexation>
<path>zlak</path>
<fullpath>zlak/</fullpath>
<count_items>8</count_items>
<count_groups>0</count_groups>
<count_all_items>8</count_all_items>
<count_all_groups>0</count_all_groups>
<seo_title></seo_title>
<seo_description></seo_description>
<seo_keywords></seo_keywords>
<propertys>
</propertys>
</group>
<group id="604" parent="0">
<name>Криокомплексы</name>
<description></description>
<order>50</order>
<indexation>1</indexation>
<path>complex</path>
<fullpath>complex/</fullpath>
<count_items>6</count_items>
<count_groups>0</count_groups>
<count_all_items>6</count_all_items>
<count_all_groups>0</count_all_groups>
<seo_title></seo_title>
<seo_description></seo_description>
<seo_keywords></seo_keywords>
<propertys>
</propertys>
</group>
<group id="605" parent="0">
<name>Криокомплексы таблетированные</name>
<description></description>
<order>60</order>
<indexation>1</indexation>
<path>complextab</path>
<fullpath>complextab/</fullpath>
<count_items>6</count_items>
<count_groups>0</count_groups>
<count_all_items>6</count_all_items>
<count_all_groups>0</count_all_groups>
<seo_title></seo_title>
<seo_description></seo_description>
<seo_keywords></seo_keywords>
<propertys>
</propertys>
</group>
<group id="606" parent="0">
<name>Биокомплексы</name>
<description></description>
<order>70</order>
<indexation>1</indexation>
<path>complexbio</path>
<fullpath>complexbio/</fullpath>
<count_items>0</count_items>
<count_groups>0</count_groups>
<count_all_items>0</count_all_items>
<count_all_groups>0</count_all_groups>
<seo_title></seo_title>
<seo_description></seo_description>
<seo_keywords></seo_keywords>
<propertys>
</propertys>
</group>
<group id="607" parent="0">
<name>Масло жизни</name>
<description></description>
<order>80</order>
<indexation>1</indexation>
<path>oil</path>
<fullpath>oil/</fullpath>
<count_items>0</count_items>
<count_groups>0</count_groups>
<count_all_items>0</count_all_items>
<count_all_groups>0</count_all_groups>
<seo_title></seo_title>
<seo_description></seo_description>
<seo_keywords></seo_keywords>
<propertys>
</propertys>
</group>
<group id="608" parent="0">
<name>Косметика</name>
<description></description>
<order>90</order>
<indexation>1</indexation>
<path>kosmetika</path>
<fullpath>kosmetika/</fullpath>
<count_items>0</count_items>
<count_groups>0</count_groups>
<count_all_items>0</count_all_items>
<count_all_groups>0</count_all_groups>
<seo_title></seo_title>
<seo_description></seo_description>
<seo_keywords></seo_keywords>
<propertys>
</propertys>
</group>
<sallers>
</sallers>
<item id="189" group="602">
<captcha_key>57479</captcha_key>
<name>Земляная груша (топинамбур)</name>
<saller>0</saller>
<marking_of_goods></marking_of_goods>
<description></description>
<date>17.07.2008</date>
<datetime>17.07.2008 03:13:02</datetime>
<time>03:13:02</time>
<putoff_date>17.07.2008 03:13:02</putoff_date>
<putend_date>00.00.0000 00:00:00</putend_date>
<text>&lt;p align=&quot;justify&quot;&gt;&lt;strong&gt;Состав:&lt;/strong&gt; криопорошок земляной груши (топинамбура).&lt;/p&gt;
&lt;p align=&quot;justify&quot;&gt;&lt;strong&gt;Активные вещества&lt;/strong&gt;: земляная груша содержит до 35% инулина, много пектиновых веществ, гемицеллюлозу, витамины группы B, бета-каротин, витамины С, Е; отличается высоким содержанием витаминов С, Е, группы В, минеральных веществ (калия, магния, фосфора, кремния), органических кислот (лимонной, яблочной, малоновой, янтарной, фумаровой).&lt;/p&gt;
&lt;p align=&quot;justify&quot;&gt;&lt;strong&gt;Эффективность, обусловленная свойствами сырья:&lt;/strong&gt; инулин является природным полимером фруктозы, которая усваивается организмом без помощи инсулина и тем самым предупреждает энергетический голод клеток при диабете. Инулин также способствует снижению уровню сахара в крови и предупреждает возникновение диабета. Благодаря высокому содержанию пектиновых веществ топинамбур уменьшает вредное влияние плохой экологии, удаляя из организма ионы тяжелых металлов, радионуклидов и пестицидов. Органические кислоты активно участвуют в обмене веществ, повышают секреторную активность слюнных желез, усиливают выделение желчи и панкреатического сока, улучшают пищеварение, растворяют нежелательные отложения солей мочевой кислоты, обладают бактерицидным действием.&lt;/p&gt;
&lt;p align=&quot;justify&quot;&gt;&lt;strong&gt;Клинические испытания, &lt;/strong&gt;проведенные Нижегородским НИИ гигиены и профпатологии, показали, что криопорошок земляной груши усиливает выведение из организма ртути и свинца у 92,3% больных, имеющих профинтоксикацию солями данных тяжелых металлов.&lt;/p&gt;
&lt;p align=&quot;justify&quot;&gt;По данным Новосибирского научно-исследовательского института клинической иммунологии СО РАМН имеющиеся в топинамбуре белковые соединения очень близки по своей структуре белкам вилочковой железы (тимуса), играющей важную роль в системе иммунитета, и обладают практически идентичными им свойствами.&lt;/p&gt;
&lt;p align=&quot;justify&quot;&gt;&lt;strong&gt;Форма выпуска и способ применения:&lt;/strong&gt;&lt;/p&gt;
&lt;p align=&quot;justify&quot;&gt;Криопорошок 90г во флаконе. Принимать по &amp;frac12; чайной ложки порошка 1-3 раза в день до еды, запивать водой. Криопорошок можно добавлять в готовые блюда и напитки. Длительность приема &amp;ndash; 1 месяц. Повторять курс 3-4 раза в год.&lt;/p&gt;
&lt;p align=&quot;justify&quot;&gt;&lt;strong&gt;Противопоказания&lt;/strong&gt;: индивидуальная непереносимость продукта.&lt;/p&gt;
&lt;p align=&quot;justify&quot;&gt;&lt;strong&gt;Срок хранения&lt;/strong&gt;: 18 месяцев.&lt;/p&gt;</text>
<weight>0</weight>
<weight_mesure>шт</weight_mesure>
<rest>0</rest>
<mesure></mesure>
<price>415.00</price>
<price_tax>415.00</price_tax>
<price_discount>415.00</price_discount>
<item_currency>руб.</item_currency>
<currency>руб.</currency>
<is_active>1</is_active>
<order>0</order>
<path>topinambur</path>
<fullpath>veget/</fullpath><seo_title></seo_title>
<seo_description></seo_description>
<seo_keywords></seo_keywords>
<indexation>1</indexation>
<vendorCode></vendorCode>
<property id="132" xml_name="fasovka">
<name>Расфасовка</name>
<xml_name>fasovka</xml_name>
<type>0</type>
<order>0</order>
<prefics></prefics>
<value>криопорошок 90 г</value>
<mesure>боб</mesure></property>
<modifications>
<item id="190" group="602">
<captcha_key>3669</captcha_key>
<name>Земляная груша (топинамбур)</name>
<saller>0</saller>
<marking_of_goods></marking_of_goods>
<description></description>
<date>17.07.2008</date>
<datetime>17.07.2008 03:15:52</datetime>
<time>03:15:52</time>
<putoff_date>17.07.2008 03:15:52</putoff_date>
<putend_date>00.00.0000 00:00:00</putend_date>
<text></text>
<weight>0</weight>
<weight_mesure>шт</weight_mesure>
<rest>0</rest>
<mesure></mesure>
<price>280.00</price>
<price_tax>280.00</price_tax>
<price_discount>280.00</price_discount>
<item_currency>руб.</item_currency>
<currency>руб.</currency>
<is_active>1</is_active>
<order>0</order>
<path>item_190</path>
<fullpath>veget/</fullpath><seo_title></seo_title>
<seo_description></seo_description>
<seo_keywords></seo_keywords>
<indexation>1</indexation>
<vendorCode></vendorCode>
<property id="132" xml_name="fasovka">
<name>Расфасовка</name>
<xml_name>fasovka</xml_name>
<type>0</type>
<order>0</order>
<prefics></prefics>
<value>100 таб по 0,3 г</value>
<mesure>боб</mesure></property>
</item>
</modifications>
</item>
</shop>

Вот страничка www.biofit-club.ru/catalog/veget/topinambur/

#
Re: Не выводятся доп. свойства товара
Gold Man, исправьте код XSL-шаблона. Вместо блока:
<xsl:if test="count(property[@dir_id = 0])">
            <table border="0">
               <xsl:apply-templates select="property[@dir_id = 0]"/>
            </table>
         </xsl:if>

используйте:
<table border="0">
       <xsl:apply-templates select="property"/>
</table>
#
Re: Не выводятся доп. свойства товара
Спасибо огромное! Вывелся!
Авторизация