Вывод модификаций родительского товара внутри модификации
Всем здравствуйте!
Версия системы 6.9.6
У товара есть список модификаций, заходим в модификацию и чтобы просмотреть другую модификацию нужно переходить через родительский товар, где выводится их список.
Как то можно вывести список модификаций родительского товара непосредственно в самой модификации?
На форуме нашел такой код, добавил его в ТДС интернет-магазина:
if ($Shop_Controller_Show->item)
{
// XML-сущность, к которй будут добавляться производители
$oModificationsXmlEntity = Core::factory('Core_Xml_Entity')->name('other_modifications');
// Добавляем XML-сущность контроллеру показа
$Shop_Controller_Show->addEntity($oModificationsXmlEntity);
// Родительский товар
$oShop_Item = Core_Entity::factory('Shop_Item', $Shop_Controller_Show->item)->Modification;
$oModifications = $oShop_Item->Modifications;
// Исключаем текущую модификацию
$oModifications->queryBuilder()
->where('shop_items.id', '!=', $Shop_Controller_Show->item);
$aModifications = $oModifications->findAll();
foreach ($aModifications as $oModification)
{
// Добавляем потомком XML-сущности
$oModificationsXmlEntity->addEntity(
$oModification->clearEntities()
);
}
}
Вывожу в XML
<xsl:apply-templates select="other_modifications/shop_item" />
<xsl:template match="other_modifications/shop_item">
<tr>
<td>
<!-- Название модификации -->
<a href="{url}"><xsl:value-of select="name"/></a>
</td>
<td>
<!-- Цена модификации -->
<xsl:value-of select="price"/><xsl:text> </xsl:text><xsl:value-of disable-output-escaping="yes" select="currency"/>
</td>
</tr>
</xsl:template>
Но результата нет
В чем может быть проблема?
Версия системы 6.9.6
У товара есть список модификаций, заходим в модификацию и чтобы просмотреть другую модификацию нужно переходить через родительский товар, где выводится их список.
Как то можно вывести список модификаций родительского товара непосредственно в самой модификации?
На форуме нашел такой код, добавил его в ТДС интернет-магазина:
if ($Shop_Controller_Show->item)
{
// XML-сущность, к которй будут добавляться производители
$oModificationsXmlEntity = Core::factory('Core_Xml_Entity')->name('other_modifications');
// Добавляем XML-сущность контроллеру показа
$Shop_Controller_Show->addEntity($oModificationsXmlEntity);
// Родительский товар
$oShop_Item = Core_Entity::factory('Shop_Item', $Shop_Controller_Show->item)->Modification;
$oModifications = $oShop_Item->Modifications;
// Исключаем текущую модификацию
$oModifications->queryBuilder()
->where('shop_items.id', '!=', $Shop_Controller_Show->item);
$aModifications = $oModifications->findAll();
foreach ($aModifications as $oModification)
{
// Добавляем потомком XML-сущности
$oModificationsXmlEntity->addEntity(
$oModification->clearEntities()
);
}
}
Вывожу в XML
<xsl:apply-templates select="other_modifications/shop_item" />
<xsl:template match="other_modifications/shop_item">
<tr>
<td>
<!-- Название модификации -->
<a href="{url}"><xsl:value-of select="name"/></a>
</td>
<td>
<!-- Цена модификации -->
<xsl:value-of select="price"/><xsl:text> </xsl:text><xsl:value-of disable-output-escaping="yes" select="currency"/>
</td>
</tr>
</xsl:template>
Но результата нет
В чем может быть проблема?
Другие модификации и стандартно идут в xml (по крайней мере в текущей версии системы) . Стандартно они вложены в shop_item родительского товара. Проверьте есть ли у вас модификации в xml
«Не выходи из комнаты, не совершай ошибку…»
llirik,
Благодарю за ответ.
А как их получить тогда, находясь в самой модификации уже?
Благодарю за ответ.
А как их получить тогда, находясь в самой модификации уже?
Проверьте есть ли у вас модификации в xml
«Не выходи из комнаты, не совершай ошибку…»
llirik,
когда нахожусь в самой модификации, есть, но в XML внутри <viewed>. Это корректно?
когда нахожусь в самой модификации, есть, но в XML внутри <viewed>. Это корректно?
<shop_item id="1831">
<shortcut_id>0</shortcut_id>
<shop_tax_id>0</shop_tax_id>
<shop_seller_id>0</shop_seller_id>
<shop_group_id>1791</shop_group_id>
<shop_currency_id>1</shop_currency_id>
<shop_id>1</shop_id>
<shop_producer_id>0</shop_producer_id>
<shop_measure_id>0</shop_measure_id>
<type>0</type>
<name>Лист оцинкованный</name>
<marking></marking>
<vendorcode></vendorcode>
<text></text>
<image_large>item_1831.jpg</image_large>
<image_small>small_item_1831.jpg</image_small>
<weight>0.00</weight>
<active>1</active>
<siteuser_group_id>-1</siteuser_group_id>
<sorting>0</sorting>
<path>list-oczinkovannyj</path>
<seo_title></seo_title>
<seo_description></seo_description>
<seo_keywords></seo_keywords>
<indexing>1</indexing>
<image_small_height>170</image_small_height>
<image_small_width>207</image_small_width>
<image_large_height>617</image_large_height>
<image_large_width>750</image_large_width>
<manufacturer_warranty>0</manufacturer_warranty>
<country_of_origin></country_of_origin>
<siteuser_id>0</siteuser_id>
<modification_id>0</modification_id>
<guid>EB7ABB2B-3805-2332-AB0D-A3A208C2C13F</guid>
<showed>105</showed>
<length>0.00</length>
<width>0.00</width>
<height>0.00</height>
<min_quantity>1.00</min_quantity>
<max_quantity>0.00</max_quantity>
<quantity_step>1.00</quantity_step>
<delivery>1</delivery>
<pickup>1</pickup>
<store>0</store>
<adult>0</adult>
<cpa>1</cpa>
<url>/catalog/metalloprokat/listovaya-stal/list-oczinkovannyj/</url>
<date>27.09.2021</date>
<datetime>27.09.2021 15:20:29</datetime>
<start_datetime>0000-00-00 00:00:00</start_datetime>
<end_datetime>0000-00-00 00:00:00</end_datetime>
<dir>/upload/shop_1/1/8/3/item_1831/</dir>
<rest></rest>
<reserved>0</reserved>
<price>697.00</price>
<discount>0.00</discount>
<tax>0.00</tax>
<price_tax>697.00</price_tax>
<currency>руб.</currency>
<modifications>
<shop_item id="1835">
<shortcut_id>0</shortcut_id>
<shop_tax_id>0</shop_tax_id>
<shop_seller_id>0</shop_seller_id>
<shop_group_id>0</shop_group_id>
<shop_currency_id>1</shop_currency_id>
<shop_id>1</shop_id>
<shop_producer_id>0</shop_producer_id>
<shop_measure_id>0</shop_measure_id>
<type>0</type>
<name>Лист оцинкованный 1250х2500 мм</name>
<marking></marking>
<vendorcode></vendorcode>
<text></text>
<image_large>item_1835.jpg</image_large>
<image_small>small_item_1835.jpg</image_small>
<weight>0.00</weight>
<active>1</active>
<siteuser_group_id>-1</siteuser_group_id>
<sorting>0</sorting>
<path>list-oczinkovannyj-1250x2500-mm</path>
<seo_title></seo_title>
<seo_description></seo_description>
<seo_keywords></seo_keywords>
<indexing>1</indexing>
<image_small_height>150</image_small_height>
<image_small_width>183</image_small_width>
<image_large_height>617</image_large_height>
<image_large_width>750</image_large_width>
<manufacturer_warranty>0</manufacturer_warranty>
<country_of_origin></country_of_origin>
<siteuser_id>0</siteuser_id>
<modification_id>1831</modification_id>
<guid>492A6AF6-D6C0-4B0F-5136-96999BD88746</guid>
<showed>56</showed>
<length>0.00</length>
<width>0.00</width>
<height>0.00</height>
<min_quantity>1.00</min_quantity>
<max_quantity>0.00</max_quantity>
<quantity_step>1.00</quantity_step>
<delivery>1</delivery>
<pickup>1</pickup>
<store>0</store>
<adult>0</adult>
<cpa>1</cpa>
<url>/catalog/metalloprokat/listovaya-stal/list-oczinkovannyj/list-oczinkovannyj-1250x2500-mm/</url>
<date>30.09.2021</date>
<datetime>30.09.2021 17:41:05</datetime>
<start_datetime>0000-00-00 00:00:00</start_datetime>
<end_datetime>0000-00-00 00:00:00</end_datetime>
<dir>/upload/shop_1/1/8/3/item_1835/</dir>
<rest></rest>
<reserved>0</reserved>
<price>700.00</price>
<discount>0.00</discount>
<tax>0.00</tax>
<price_tax>700.00</price_tax>
<currency>руб.</currency>
<comments_count>0</comments_count>
<comments_grade_sum>0</comments_grade_sum>
<comments_grade_count>0</comments_grade_count>
<comments_average_grade>0</comments_average_grade>
</shop_item>
<shop_item id="1834">
<shortcut_id>0</shortcut_id>
<shop_tax_id>0</shop_tax_id>
<shop_seller_id>0</shop_seller_id>
<shop_group_id>0</shop_group_id>
<shop_currency_id>1</shop_currency_id>
<shop_id>1</shop_id>
<shop_producer_id>0</shop_producer_id>
<shop_measure_id>0</shop_measure_id>
<type>0</type>
<name>Лист оцинкованный 1500х3000 мм</name>
<marking></marking>
<vendorcode></vendorcode>
<text></text>
<image_large>item_1834.jpg</image_large>
<image_small>small_item_1834.jpg</image_small>
<weight>0.00</weight>
<active>1</active>
<siteuser_group_id>-1</siteuser_group_id>
<sorting>0</sorting>
<path>list-oczinkovannyj-1500x3000-mm</path>
<seo_title></seo_title>
<seo_description></seo_description>
<seo_keywords></seo_keywords>
<indexing>1</indexing>
<image_small_height>150</image_small_height>
<image_small_width>183</image_small_width>
<image_large_height>617</image_large_height>
<image_large_width>750</image_large_width>
<manufacturer_warranty>0</manufacturer_warranty>
<country_of_origin></country_of_origin>
<siteuser_id>0</siteuser_id>
<modification_id>1831</modification_id>
<guid>F708ECF6-EFE6-7319-348B-EE3287CE2039</guid>
<showed>28</showed>
<length>0.00</length>
<width>0.00</width>
<height>0.00</height>
<min_quantity>1.00</min_quantity>
<max_quantity>0.00</max_quantity>
<quantity_step>1.00</quantity_step>
<delivery>1</delivery>
<pickup>1</pickup>
<store>0</store>
<adult>0</adult>
<cpa>1</cpa>
<url>/catalog/metalloprokat/listovaya-stal/list-oczinkovannyj/list-oczinkovannyj-1500x3000-mm/</url>
<date>30.09.2021</date>
<datetime>30.09.2021 17:35:17</datetime>
<start_datetime>0000-00-00 00:00:00</start_datetime>
<end_datetime>0000-00-00 00:00:00</end_datetime>
<dir>/upload/shop_1/1/8/3/item_1834/</dir>
<rest></rest>
<reserved>0</reserved>
<price>800.00</price>
<discount>0.00</discount>
<tax>0.00</tax>
<price_tax>800.00</price_tax>
<currency>руб.</currency>
<comments_count>0</comments_count>
<comments_grade_sum>0</comments_grade_sum>
<comments_grade_count>0</comments_grade_count>
<comments_average_grade>0</comments_average_grade>
</shop_item>
</modifications>
</shop_item>
<shortcut_id>0</shortcut_id>
<shop_tax_id>0</shop_tax_id>
<shop_seller_id>0</shop_seller_id>
<shop_group_id>1791</shop_group_id>
<shop_currency_id>1</shop_currency_id>
<shop_id>1</shop_id>
<shop_producer_id>0</shop_producer_id>
<shop_measure_id>0</shop_measure_id>
<type>0</type>
<name>Лист оцинкованный</name>
<marking></marking>
<vendorcode></vendorcode>
<text></text>
<image_large>item_1831.jpg</image_large>
<image_small>small_item_1831.jpg</image_small>
<weight>0.00</weight>
<active>1</active>
<siteuser_group_id>-1</siteuser_group_id>
<sorting>0</sorting>
<path>list-oczinkovannyj</path>
<seo_title></seo_title>
<seo_description></seo_description>
<seo_keywords></seo_keywords>
<indexing>1</indexing>
<image_small_height>170</image_small_height>
<image_small_width>207</image_small_width>
<image_large_height>617</image_large_height>
<image_large_width>750</image_large_width>
<manufacturer_warranty>0</manufacturer_warranty>
<country_of_origin></country_of_origin>
<siteuser_id>0</siteuser_id>
<modification_id>0</modification_id>
<guid>EB7ABB2B-3805-2332-AB0D-A3A208C2C13F</guid>
<showed>105</showed>
<length>0.00</length>
<width>0.00</width>
<height>0.00</height>
<min_quantity>1.00</min_quantity>
<max_quantity>0.00</max_quantity>
<quantity_step>1.00</quantity_step>
<delivery>1</delivery>
<pickup>1</pickup>
<store>0</store>
<adult>0</adult>
<cpa>1</cpa>
<url>/catalog/metalloprokat/listovaya-stal/list-oczinkovannyj/</url>
<date>27.09.2021</date>
<datetime>27.09.2021 15:20:29</datetime>
<start_datetime>0000-00-00 00:00:00</start_datetime>
<end_datetime>0000-00-00 00:00:00</end_datetime>
<dir>/upload/shop_1/1/8/3/item_1831/</dir>
<rest></rest>
<reserved>0</reserved>
<price>697.00</price>
<discount>0.00</discount>
<tax>0.00</tax>
<price_tax>697.00</price_tax>
<currency>руб.</currency>
<modifications>
<shop_item id="1835">
<shortcut_id>0</shortcut_id>
<shop_tax_id>0</shop_tax_id>
<shop_seller_id>0</shop_seller_id>
<shop_group_id>0</shop_group_id>
<shop_currency_id>1</shop_currency_id>
<shop_id>1</shop_id>
<shop_producer_id>0</shop_producer_id>
<shop_measure_id>0</shop_measure_id>
<type>0</type>
<name>Лист оцинкованный 1250х2500 мм</name>
<marking></marking>
<vendorcode></vendorcode>
<text></text>
<image_large>item_1835.jpg</image_large>
<image_small>small_item_1835.jpg</image_small>
<weight>0.00</weight>
<active>1</active>
<siteuser_group_id>-1</siteuser_group_id>
<sorting>0</sorting>
<path>list-oczinkovannyj-1250x2500-mm</path>
<seo_title></seo_title>
<seo_description></seo_description>
<seo_keywords></seo_keywords>
<indexing>1</indexing>
<image_small_height>150</image_small_height>
<image_small_width>183</image_small_width>
<image_large_height>617</image_large_height>
<image_large_width>750</image_large_width>
<manufacturer_warranty>0</manufacturer_warranty>
<country_of_origin></country_of_origin>
<siteuser_id>0</siteuser_id>
<modification_id>1831</modification_id>
<guid>492A6AF6-D6C0-4B0F-5136-96999BD88746</guid>
<showed>56</showed>
<length>0.00</length>
<width>0.00</width>
<height>0.00</height>
<min_quantity>1.00</min_quantity>
<max_quantity>0.00</max_quantity>
<quantity_step>1.00</quantity_step>
<delivery>1</delivery>
<pickup>1</pickup>
<store>0</store>
<adult>0</adult>
<cpa>1</cpa>
<url>/catalog/metalloprokat/listovaya-stal/list-oczinkovannyj/list-oczinkovannyj-1250x2500-mm/</url>
<date>30.09.2021</date>
<datetime>30.09.2021 17:41:05</datetime>
<start_datetime>0000-00-00 00:00:00</start_datetime>
<end_datetime>0000-00-00 00:00:00</end_datetime>
<dir>/upload/shop_1/1/8/3/item_1835/</dir>
<rest></rest>
<reserved>0</reserved>
<price>700.00</price>
<discount>0.00</discount>
<tax>0.00</tax>
<price_tax>700.00</price_tax>
<currency>руб.</currency>
<comments_count>0</comments_count>
<comments_grade_sum>0</comments_grade_sum>
<comments_grade_count>0</comments_grade_count>
<comments_average_grade>0</comments_average_grade>
</shop_item>
<shop_item id="1834">
<shortcut_id>0</shortcut_id>
<shop_tax_id>0</shop_tax_id>
<shop_seller_id>0</shop_seller_id>
<shop_group_id>0</shop_group_id>
<shop_currency_id>1</shop_currency_id>
<shop_id>1</shop_id>
<shop_producer_id>0</shop_producer_id>
<shop_measure_id>0</shop_measure_id>
<type>0</type>
<name>Лист оцинкованный 1500х3000 мм</name>
<marking></marking>
<vendorcode></vendorcode>
<text></text>
<image_large>item_1834.jpg</image_large>
<image_small>small_item_1834.jpg</image_small>
<weight>0.00</weight>
<active>1</active>
<siteuser_group_id>-1</siteuser_group_id>
<sorting>0</sorting>
<path>list-oczinkovannyj-1500x3000-mm</path>
<seo_title></seo_title>
<seo_description></seo_description>
<seo_keywords></seo_keywords>
<indexing>1</indexing>
<image_small_height>150</image_small_height>
<image_small_width>183</image_small_width>
<image_large_height>617</image_large_height>
<image_large_width>750</image_large_width>
<manufacturer_warranty>0</manufacturer_warranty>
<country_of_origin></country_of_origin>
<siteuser_id>0</siteuser_id>
<modification_id>1831</modification_id>
<guid>F708ECF6-EFE6-7319-348B-EE3287CE2039</guid>
<showed>28</showed>
<length>0.00</length>
<width>0.00</width>
<height>0.00</height>
<min_quantity>1.00</min_quantity>
<max_quantity>0.00</max_quantity>
<quantity_step>1.00</quantity_step>
<delivery>1</delivery>
<pickup>1</pickup>
<store>0</store>
<adult>0</adult>
<cpa>1</cpa>
<url>/catalog/metalloprokat/listovaya-stal/list-oczinkovannyj/list-oczinkovannyj-1500x3000-mm/</url>
<date>30.09.2021</date>
<datetime>30.09.2021 17:35:17</datetime>
<start_datetime>0000-00-00 00:00:00</start_datetime>
<end_datetime>0000-00-00 00:00:00</end_datetime>
<dir>/upload/shop_1/1/8/3/item_1834/</dir>
<rest></rest>
<reserved>0</reserved>
<price>800.00</price>
<discount>0.00</discount>
<tax>0.00</tax>
<price_tax>800.00</price_tax>
<currency>руб.</currency>
<comments_count>0</comments_count>
<comments_grade_sum>0</comments_grade_sum>
<comments_grade_count>0</comments_grade_count>
<comments_average_grade>0</comments_average_grade>
</shop_item>
</modifications>
</shop_item>
При отключенных просмотренных проблема сохраняется?
«Не выходи из комнаты, не совершай ошибку…»
llirik,
у меня "просмотренные товары" умышленно не выводятся, в xsl вывод убран
либо они еще как то отключаются?
у меня "просмотренные товары" умышленно не выводятся, в xsl вывод убран
либо они еще как то отключаются?
В ТДС магазина укажите ->viewed(FALSE)
«Не выходи из комнаты, не совершай ошибку…»
llirik,
viewed пропал, модификации в XML присутствуют
в xsl МагазинТовар вывожу стандартно:
модификации выводятся в товаре, но при переходе на страницу одной из модификаций - вывода модификаций родительского товара я не вижу
собственно, вопрос изначально был в этом, нужно ли дополнительно менять вывод в xsl ???
viewed пропал, модификации в XML присутствуют
<shop_item id="1835">
<shortcut_id>0</shortcut_id>
<shop_tax_id>0</shop_tax_id>
<shop_seller_id>0</shop_seller_id>
<shop_group_id>0</shop_group_id>
<shop_currency_id>1</shop_currency_id>
<shop_id>1</shop_id>
<shop_producer_id>0</shop_producer_id>
<shop_measure_id>0</shop_measure_id>
<type>0</type>
<name>Лист оцинкованный 1250х2500 мм</name>
<marking></marking>
<vendorcode></vendorcode>
<text></text>
<image_large>item_1835.jpg</image_large>
<image_small>small_item_1835.jpg</image_small>
<weight>0.00</weight>
<active>1</active>
<siteuser_group_id>-1</siteuser_group_id>
<sorting>0</sorting>
<path>list-oczinkovannyj-1250x2500-mm</path>
<seo_title></seo_title>
<seo_description></seo_description>
<seo_keywords></seo_keywords>
<indexing>1</indexing>
<image_small_height>150</image_small_height>
<image_small_width>183</image_small_width>
<image_large_height>617</image_large_height>
<image_large_width>750</image_large_width>
<manufacturer_warranty>0</manufacturer_warranty>
<country_of_origin></country_of_origin>
<siteuser_id>0</siteuser_id>
<modification_id>1831</modification_id>
<guid>492A6AF6-D6C0-4B0F-5136-96999BD88746</guid>
<showed>57</showed>
<length>0.00</length>
<width>0.00</width>
<height>0.00</height>
<min_quantity>1.00</min_quantity>
<max_quantity>0.00</max_quantity>
<quantity_step>1.00</quantity_step>
<delivery>1</delivery>
<pickup>1</pickup>
<store>0</store>
<adult>0</adult>
<cpa>1</cpa>
<url>/catalog/metalloprokat/listovaya-stal/list-oczinkovannyj/list-oczinkovannyj-1250x2500-mm/</url>
<date>30.09.2021</date>
<datetime>30.09.2021 17:41:05</datetime>
<start_datetime>0000-00-00 00:00:00</start_datetime>
<end_datetime>0000-00-00 00:00:00</end_datetime>
<dir>/upload/shop_1/1/8/3/item_1835/</dir>
<rest></rest>
<reserved>0</reserved>
<price>700.00</price>
<discount>0.00</discount>
<tax>0.00</tax>
<price_tax>700.00</price_tax>
<currency>руб.</currency>
<shop_item id="1831">
<shortcut_id>0</shortcut_id>
<shop_tax_id>0</shop_tax_id>
<shop_seller_id>0</shop_seller_id>
<shop_group_id>1791</shop_group_id>
<shop_currency_id>1</shop_currency_id>
<shop_id>1</shop_id>
<shop_producer_id>0</shop_producer_id>
<shop_measure_id>0</shop_measure_id>
<type>0</type>
<name>Лист оцинкованный</name>
<marking></marking>
<vendorcode></vendorcode>
<text></text>
<image_large>item_1831.jpg</image_large>
<image_small>small_item_1831.jpg</image_small>
<weight>0.00</weight>
<active>1</active>
<siteuser_group_id>-1</siteuser_group_id>
<sorting>0</sorting>
<path>list-oczinkovannyj</path>
<seo_title></seo_title>
<seo_description></seo_description>
<seo_keywords></seo_keywords>
<indexing>1</indexing>
<image_small_height>170</image_small_height>
<image_small_width>207</image_small_width>
<image_large_height>617</image_large_height>
<image_large_width>750</image_large_width>
<manufacturer_warranty>0</manufacturer_warranty>
<country_of_origin></country_of_origin>
<siteuser_id>0</siteuser_id>
<modification_id>0</modification_id>
<guid>EB7ABB2B-3805-2332-AB0D-A3A208C2C13F</guid>
<showed>106</showed>
<length>0.00</length>
<width>0.00</width>
<height>0.00</height>
<min_quantity>1.00</min_quantity>
<max_quantity>0.00</max_quantity>
<quantity_step>1.00</quantity_step>
<delivery>1</delivery>
<pickup>1</pickup>
<store>0</store>
<adult>0</adult>
<cpa>1</cpa>
<url>/catalog/metalloprokat/listovaya-stal/list-oczinkovannyj/</url>
<date>27.09.2021</date>
<datetime>27.09.2021 15:20:29</datetime>
<start_datetime>0000-00-00 00:00:00</start_datetime>
<end_datetime>0000-00-00 00:00:00</end_datetime>
<dir>/upload/shop_1/1/8/3/item_1831/</dir>
<rest></rest>
<reserved>0</reserved>
<price>697.00</price>
<discount>0.00</discount>
<tax>0.00</tax>
<price_tax>697.00</price_tax>
<currency>руб.</currency>
<modifications>
<shop_item id="1835">
<shortcut_id>0</shortcut_id>
<shop_tax_id>0</shop_tax_id>
<shop_seller_id>0</shop_seller_id>
<shop_group_id>0</shop_group_id>
<shop_currency_id>1</shop_currency_id>
<shop_id>1</shop_id>
<shop_producer_id>0</shop_producer_id>
<shop_measure_id>0</shop_measure_id>
<type>0</type>
<name>Лист оцинкованный 1250х2500 мм</name>
<marking></marking>
<vendorcode></vendorcode>
<text></text>
<image_large>item_1835.jpg</image_large>
<image_small>small_item_1835.jpg</image_small>
<weight>0.00</weight>
<active>1</active>
<siteuser_group_id>-1</siteuser_group_id>
<sorting>0</sorting>
<path>list-oczinkovannyj-1250x2500-mm</path>
<seo_title></seo_title>
<seo_description></seo_description>
<seo_keywords></seo_keywords>
<indexing>1</indexing>
<image_small_height>150</image_small_height>
<image_small_width>183</image_small_width>
<image_large_height>617</image_large_height>
<image_large_width>750</image_large_width>
<manufacturer_warranty>0</manufacturer_warranty>
<country_of_origin></country_of_origin>
<siteuser_id>0</siteuser_id>
<modification_id>1831</modification_id>
<guid>492A6AF6-D6C0-4B0F-5136-96999BD88746</guid>
<showed>57</showed>
<length>0.00</length>
<width>0.00</width>
<height>0.00</height>
<min_quantity>1.00</min_quantity>
<max_quantity>0.00</max_quantity>
<quantity_step>1.00</quantity_step>
<delivery>1</delivery>
<pickup>1</pickup>
<store>0</store>
<adult>0</adult>
<cpa>1</cpa>
<url>/catalog/metalloprokat/listovaya-stal/list-oczinkovannyj/list-oczinkovannyj-1250x2500-mm/</url>
<date>30.09.2021</date>
<datetime>30.09.2021 17:41:05</datetime>
<start_datetime>0000-00-00 00:00:00</start_datetime>
<end_datetime>0000-00-00 00:00:00</end_datetime>
<dir>/upload/shop_1/1/8/3/item_1835/</dir>
<rest></rest>
<reserved>0</reserved>
<price>700.00</price>
<discount>0.00</discount>
<tax>0.00</tax>
<price_tax>700.00</price_tax>
<currency>руб.</currency>
</shop_item>
<shop_item id="1834">
<shortcut_id>0</shortcut_id>
<shop_tax_id>0</shop_tax_id>
<shop_seller_id>0</shop_seller_id>
<shop_group_id>0</shop_group_id>
<shop_currency_id>1</shop_currency_id>
<shop_id>1</shop_id>
<shop_producer_id>0</shop_producer_id>
<shop_measure_id>0</shop_measure_id>
<type>0</type>
<name>Лист оцинкованный 1500х3000 мм</name>
<marking></marking>
<vendorcode></vendorcode>
<text></text>
<image_large>item_1834.jpg</image_large>
<image_small>small_item_1834.jpg</image_small>
<weight>0.00</weight>
<active>1</active>
<siteuser_group_id>-1</siteuser_group_id>
<sorting>0</sorting>
<path>list-oczinkovannyj-1500x3000-mm</path>
<seo_title></seo_title>
<seo_description></seo_description>
<seo_keywords></seo_keywords>
<indexing>1</indexing>
<image_small_height>150</image_small_height>
<image_small_width>183</image_small_width>
<image_large_height>617</image_large_height>
<image_large_width>750</image_large_width>
<manufacturer_warranty>0</manufacturer_warranty>
<country_of_origin></country_of_origin>
<siteuser_id>0</siteuser_id>
<modification_id>1831</modification_id>
<guid>F708ECF6-EFE6-7319-348B-EE3287CE2039</guid>
<showed>28</showed>
<length>0.00</length>
<width>0.00</width>
<height>0.00</height>
<min_quantity>1.00</min_quantity>
<max_quantity>0.00</max_quantity>
<quantity_step>1.00</quantity_step>
<delivery>1</delivery>
<pickup>1</pickup>
<store>0</store>
<adult>0</adult>
<cpa>1</cpa>
<url>/catalog/metalloprokat/listovaya-stal/list-oczinkovannyj/list-oczinkovannyj-1500x3000-mm/</url>
<date>30.09.2021</date>
<datetime>30.09.2021 17:35:17</datetime>
<start_datetime>0000-00-00 00:00:00</start_datetime>
<end_datetime>0000-00-00 00:00:00</end_datetime>
<dir>/upload/shop_1/1/8/3/item_1834/</dir>
<rest></rest>
<reserved>0</reserved>
<price>800.00</price>
<discount>0.00</discount>
<tax>0.00</tax>
<price_tax>800.00</price_tax>
<currency>руб.</currency>
</shop_item>
</modifications>
</shop_item>
<comments_count>0</comments_count>
<comments_grade_sum>0</comments_grade_sum>
<comments_grade_count>0</comments_grade_count>
<comments_average_grade>0</comments_average_grade>
</shop_item>
<shortcut_id>0</shortcut_id>
<shop_tax_id>0</shop_tax_id>
<shop_seller_id>0</shop_seller_id>
<shop_group_id>0</shop_group_id>
<shop_currency_id>1</shop_currency_id>
<shop_id>1</shop_id>
<shop_producer_id>0</shop_producer_id>
<shop_measure_id>0</shop_measure_id>
<type>0</type>
<name>Лист оцинкованный 1250х2500 мм</name>
<marking></marking>
<vendorcode></vendorcode>
<text></text>
<image_large>item_1835.jpg</image_large>
<image_small>small_item_1835.jpg</image_small>
<weight>0.00</weight>
<active>1</active>
<siteuser_group_id>-1</siteuser_group_id>
<sorting>0</sorting>
<path>list-oczinkovannyj-1250x2500-mm</path>
<seo_title></seo_title>
<seo_description></seo_description>
<seo_keywords></seo_keywords>
<indexing>1</indexing>
<image_small_height>150</image_small_height>
<image_small_width>183</image_small_width>
<image_large_height>617</image_large_height>
<image_large_width>750</image_large_width>
<manufacturer_warranty>0</manufacturer_warranty>
<country_of_origin></country_of_origin>
<siteuser_id>0</siteuser_id>
<modification_id>1831</modification_id>
<guid>492A6AF6-D6C0-4B0F-5136-96999BD88746</guid>
<showed>57</showed>
<length>0.00</length>
<width>0.00</width>
<height>0.00</height>
<min_quantity>1.00</min_quantity>
<max_quantity>0.00</max_quantity>
<quantity_step>1.00</quantity_step>
<delivery>1</delivery>
<pickup>1</pickup>
<store>0</store>
<adult>0</adult>
<cpa>1</cpa>
<url>/catalog/metalloprokat/listovaya-stal/list-oczinkovannyj/list-oczinkovannyj-1250x2500-mm/</url>
<date>30.09.2021</date>
<datetime>30.09.2021 17:41:05</datetime>
<start_datetime>0000-00-00 00:00:00</start_datetime>
<end_datetime>0000-00-00 00:00:00</end_datetime>
<dir>/upload/shop_1/1/8/3/item_1835/</dir>
<rest></rest>
<reserved>0</reserved>
<price>700.00</price>
<discount>0.00</discount>
<tax>0.00</tax>
<price_tax>700.00</price_tax>
<currency>руб.</currency>
<shop_item id="1831">
<shortcut_id>0</shortcut_id>
<shop_tax_id>0</shop_tax_id>
<shop_seller_id>0</shop_seller_id>
<shop_group_id>1791</shop_group_id>
<shop_currency_id>1</shop_currency_id>
<shop_id>1</shop_id>
<shop_producer_id>0</shop_producer_id>
<shop_measure_id>0</shop_measure_id>
<type>0</type>
<name>Лист оцинкованный</name>
<marking></marking>
<vendorcode></vendorcode>
<text></text>
<image_large>item_1831.jpg</image_large>
<image_small>small_item_1831.jpg</image_small>
<weight>0.00</weight>
<active>1</active>
<siteuser_group_id>-1</siteuser_group_id>
<sorting>0</sorting>
<path>list-oczinkovannyj</path>
<seo_title></seo_title>
<seo_description></seo_description>
<seo_keywords></seo_keywords>
<indexing>1</indexing>
<image_small_height>170</image_small_height>
<image_small_width>207</image_small_width>
<image_large_height>617</image_large_height>
<image_large_width>750</image_large_width>
<manufacturer_warranty>0</manufacturer_warranty>
<country_of_origin></country_of_origin>
<siteuser_id>0</siteuser_id>
<modification_id>0</modification_id>
<guid>EB7ABB2B-3805-2332-AB0D-A3A208C2C13F</guid>
<showed>106</showed>
<length>0.00</length>
<width>0.00</width>
<height>0.00</height>
<min_quantity>1.00</min_quantity>
<max_quantity>0.00</max_quantity>
<quantity_step>1.00</quantity_step>
<delivery>1</delivery>
<pickup>1</pickup>
<store>0</store>
<adult>0</adult>
<cpa>1</cpa>
<url>/catalog/metalloprokat/listovaya-stal/list-oczinkovannyj/</url>
<date>27.09.2021</date>
<datetime>27.09.2021 15:20:29</datetime>
<start_datetime>0000-00-00 00:00:00</start_datetime>
<end_datetime>0000-00-00 00:00:00</end_datetime>
<dir>/upload/shop_1/1/8/3/item_1831/</dir>
<rest></rest>
<reserved>0</reserved>
<price>697.00</price>
<discount>0.00</discount>
<tax>0.00</tax>
<price_tax>697.00</price_tax>
<currency>руб.</currency>
<modifications>
<shop_item id="1835">
<shortcut_id>0</shortcut_id>
<shop_tax_id>0</shop_tax_id>
<shop_seller_id>0</shop_seller_id>
<shop_group_id>0</shop_group_id>
<shop_currency_id>1</shop_currency_id>
<shop_id>1</shop_id>
<shop_producer_id>0</shop_producer_id>
<shop_measure_id>0</shop_measure_id>
<type>0</type>
<name>Лист оцинкованный 1250х2500 мм</name>
<marking></marking>
<vendorcode></vendorcode>
<text></text>
<image_large>item_1835.jpg</image_large>
<image_small>small_item_1835.jpg</image_small>
<weight>0.00</weight>
<active>1</active>
<siteuser_group_id>-1</siteuser_group_id>
<sorting>0</sorting>
<path>list-oczinkovannyj-1250x2500-mm</path>
<seo_title></seo_title>
<seo_description></seo_description>
<seo_keywords></seo_keywords>
<indexing>1</indexing>
<image_small_height>150</image_small_height>
<image_small_width>183</image_small_width>
<image_large_height>617</image_large_height>
<image_large_width>750</image_large_width>
<manufacturer_warranty>0</manufacturer_warranty>
<country_of_origin></country_of_origin>
<siteuser_id>0</siteuser_id>
<modification_id>1831</modification_id>
<guid>492A6AF6-D6C0-4B0F-5136-96999BD88746</guid>
<showed>57</showed>
<length>0.00</length>
<width>0.00</width>
<height>0.00</height>
<min_quantity>1.00</min_quantity>
<max_quantity>0.00</max_quantity>
<quantity_step>1.00</quantity_step>
<delivery>1</delivery>
<pickup>1</pickup>
<store>0</store>
<adult>0</adult>
<cpa>1</cpa>
<url>/catalog/metalloprokat/listovaya-stal/list-oczinkovannyj/list-oczinkovannyj-1250x2500-mm/</url>
<date>30.09.2021</date>
<datetime>30.09.2021 17:41:05</datetime>
<start_datetime>0000-00-00 00:00:00</start_datetime>
<end_datetime>0000-00-00 00:00:00</end_datetime>
<dir>/upload/shop_1/1/8/3/item_1835/</dir>
<rest></rest>
<reserved>0</reserved>
<price>700.00</price>
<discount>0.00</discount>
<tax>0.00</tax>
<price_tax>700.00</price_tax>
<currency>руб.</currency>
</shop_item>
<shop_item id="1834">
<shortcut_id>0</shortcut_id>
<shop_tax_id>0</shop_tax_id>
<shop_seller_id>0</shop_seller_id>
<shop_group_id>0</shop_group_id>
<shop_currency_id>1</shop_currency_id>
<shop_id>1</shop_id>
<shop_producer_id>0</shop_producer_id>
<shop_measure_id>0</shop_measure_id>
<type>0</type>
<name>Лист оцинкованный 1500х3000 мм</name>
<marking></marking>
<vendorcode></vendorcode>
<text></text>
<image_large>item_1834.jpg</image_large>
<image_small>small_item_1834.jpg</image_small>
<weight>0.00</weight>
<active>1</active>
<siteuser_group_id>-1</siteuser_group_id>
<sorting>0</sorting>
<path>list-oczinkovannyj-1500x3000-mm</path>
<seo_title></seo_title>
<seo_description></seo_description>
<seo_keywords></seo_keywords>
<indexing>1</indexing>
<image_small_height>150</image_small_height>
<image_small_width>183</image_small_width>
<image_large_height>617</image_large_height>
<image_large_width>750</image_large_width>
<manufacturer_warranty>0</manufacturer_warranty>
<country_of_origin></country_of_origin>
<siteuser_id>0</siteuser_id>
<modification_id>1831</modification_id>
<guid>F708ECF6-EFE6-7319-348B-EE3287CE2039</guid>
<showed>28</showed>
<length>0.00</length>
<width>0.00</width>
<height>0.00</height>
<min_quantity>1.00</min_quantity>
<max_quantity>0.00</max_quantity>
<quantity_step>1.00</quantity_step>
<delivery>1</delivery>
<pickup>1</pickup>
<store>0</store>
<adult>0</adult>
<cpa>1</cpa>
<url>/catalog/metalloprokat/listovaya-stal/list-oczinkovannyj/list-oczinkovannyj-1500x3000-mm/</url>
<date>30.09.2021</date>
<datetime>30.09.2021 17:35:17</datetime>
<start_datetime>0000-00-00 00:00:00</start_datetime>
<end_datetime>0000-00-00 00:00:00</end_datetime>
<dir>/upload/shop_1/1/8/3/item_1834/</dir>
<rest></rest>
<reserved>0</reserved>
<price>800.00</price>
<discount>0.00</discount>
<tax>0.00</tax>
<price_tax>800.00</price_tax>
<currency>руб.</currency>
</shop_item>
</modifications>
</shop_item>
<comments_count>0</comments_count>
<comments_grade_sum>0</comments_grade_sum>
<comments_grade_count>0</comments_grade_count>
<comments_average_grade>0</comments_average_grade>
</shop_item>
в xsl МагазинТовар вывожу стандартно:
<xsl:apply-templates select="modifications/shop_item"/>
<!-- Шаблон для модификаций -->
<xsl:template match="modifications/shop_item">
<tr>
<td>
<!-- Название модификации -->
<a href="{url}"><xsl:value-of select="name"/></a>
</td>
<td>
<!-- Цена модификации -->
<xsl:value-of select="price"/><xsl:text> </xsl:text><xsl:value-of disable-output-escaping="yes" select="currency"/>
</td>
</tr>
</xsl:template>
<!-- Шаблон для модификаций -->
<xsl:template match="modifications/shop_item">
<tr>
<td>
<!-- Название модификации -->
<a href="{url}"><xsl:value-of select="name"/></a>
</td>
<td>
<!-- Цена модификации -->
<xsl:value-of select="price"/><xsl:text> </xsl:text><xsl:value-of disable-output-escaping="yes" select="currency"/>
</td>
</tr>
</xsl:template>
модификации выводятся в товаре, но при переходе на страницу одной из модификаций - вывода модификаций родительского товара я не вижу
собственно, вопрос изначально был в этом, нужно ли дополнительно менять вывод в xsl ???
Нужно. У вас же путь до модификаций меняется. На странице товара это modifications/shop_item, а на странице модификации shop_item/modifications/shop_item
«Не выходи из комнаты, не совершай ошибку…»
Авторизация