<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Комментарии: Решение проблемы с точкой и двоеточием в свойствах товара в Virtuemart 1.1.9	</title>
	<atom:link href="https://ittricks.ru/programmirovanie/91/reshenie-problemy-s-tochkoj-i-dvoetochiem-v-svojstvax-tovara-v-virtuemart/feed" rel="self" type="application/rss+xml" />
	<link>https://ittricks.ru/programmirovanie/91/reshenie-problemy-s-tochkoj-i-dvoetochiem-v-svojstvax-tovara-v-virtuemart</link>
	<description>Заметки на IT тематику</description>
	<lastBuildDate>Tue, 24 Feb 2015 09:03:15 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		Автор: admin		</title>
		<link>https://ittricks.ru/programmirovanie/91/reshenie-problemy-s-tochkoj-i-dvoetochiem-v-svojstvax-tovara-v-virtuemart#comment-24</link>

		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 11 Mar 2012 19:21:28 +0000</pubDate>
		<guid isPermaLink="false">https://ittricks.ru/?p=91#comment-24</guid>

					<description><![CDATA[В ответ на &lt;a href=&quot;https://ittricks.ru/programmirovanie/91/reshenie-problemy-s-tochkoj-i-dvoetochiem-v-svojstvax-tovara-v-virtuemart#comment-23&quot;&gt;IL&lt;/a&gt;.

Так сложно судить.
Что выводится, если 

до этих строк

// validate attribute names
        foreach ( $d[&quot;attributeX&quot;] as $attributeX ) {

добавить

    error_reporting(E_ALL);
    ini_set(&quot;display_errors&quot;, 1);

так включится показ ошибок в браузер. И можно кусочек кода, где закомментирована строка с &#039;.&#039;, ну и пару строк снизу и сверху.]]></description>
			<content:encoded><![CDATA[<p>Так сложно судить.<br />
Что выводится, если </p>
<p>до этих строк</p>
<p>// validate attribute names<br />
        foreach ( $d[&#171;attributeX&#187;] as $attributeX ) {</p>
<p>добавить</p>
<p>    error_reporting(E_ALL);<br />
    ini_set(&#171;display_errors&#187;, 1);</p>
<p>так включится показ ошибок в браузер. И можно кусочек кода, где закомментирована строка с &#8216;.&#8217;, ну и пару строк снизу и сверху.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Автор: IL		</title>
		<link>https://ittricks.ru/programmirovanie/91/reshenie-problemy-s-tochkoj-i-dvoetochiem-v-svojstvax-tovara-v-virtuemart#comment-23</link>

		<dc:creator><![CDATA[IL]]></dc:creator>
		<pubDate>Sun, 11 Mar 2012 14:18:37 +0000</pubDate>
		<guid isPermaLink="false">https://ittricks.ru/?p=91#comment-23</guid>

					<description><![CDATA[Здравствуйте. А как Вы закомментировали строки с &quot;.&quot;? У меня Vertuemart 1.1.9. Если редактирую эти строки, сайт перестаёт открываться, открывается только белая страница.]]></description>
			<content:encoded><![CDATA[<p>Здравствуйте. А как Вы закомментировали строки с &#171;.&#187;? У меня Vertuemart 1.1.9. Если редактирую эти строки, сайт перестаёт открываться, открывается только белая страница.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Автор: admin		</title>
		<link>https://ittricks.ru/programmirovanie/91/reshenie-problemy-s-tochkoj-i-dvoetochiem-v-svojstvax-tovara-v-virtuemart#comment-10</link>

		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 02 Dec 2011 04:08:33 +0000</pubDate>
		<guid isPermaLink="false">https://ittricks.ru/?p=91#comment-10</guid>

					<description><![CDATA[Честно говоря не сталкивался.
1 задачу может решить простенький скрипт, скажем парсящий csv файлик. 
А вот со вторым сложнее. Можно в поле свойства добавлять адрес картинки, скажем, а на выдаче отлавливать это и показывать с тегом картинки. Как быстрое решение. Либо создавать дополнительную таблицу.]]></description>
			<content:encoded><![CDATA[<p>Честно говоря не сталкивался.<br />
1 задачу может решить простенький скрипт, скажем парсящий csv файлик.<br />
А вот со вторым сложнее. Можно в поле свойства добавлять адрес картинки, скажем, а на выдаче отлавливать это и показывать с тегом картинки. Как быстрое решение. Либо создавать дополнительную таблицу.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Автор: руут		</title>
		<link>https://ittricks.ru/programmirovanie/91/reshenie-problemy-s-tochkoj-i-dvoetochiem-v-svojstvax-tovara-v-virtuemart#comment-9</link>

		<dc:creator><![CDATA[руут]]></dc:creator>
		<pubDate>Thu, 01 Dec 2011 12:45:22 +0000</pubDate>
		<guid isPermaLink="false">https://ittricks.ru/?p=91#comment-9</guid>

					<description><![CDATA[В ответ на &lt;a href=&quot;https://ittricks.ru/programmirovanie/91/reshenie-problemy-s-tochkoj-i-dvoetochiem-v-svojstvax-tovara-v-virtuemart#comment-7&quot;&gt;руут&lt;/a&gt;.

1) Массовое добавление и изменение(Категории атрибутов). Т.е. когда у товара одинаковые атрибуты.
2) Прикрепление картинок к каждому атрибуту]]></description>
			<content:encoded><![CDATA[<p>1) Массовое добавление и изменение(Категории атрибутов). Т.е. когда у товара одинаковые атрибуты.<br />
2) Прикрепление картинок к каждому атрибуту</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Автор: admin		</title>
		<link>https://ittricks.ru/programmirovanie/91/reshenie-problemy-s-tochkoj-i-dvoetochiem-v-svojstvax-tovara-v-virtuemart#comment-8</link>

		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 01 Dec 2011 12:24:43 +0000</pubDate>
		<guid isPermaLink="false">https://ittricks.ru/?p=91#comment-8</guid>

					<description><![CDATA[Честно говоря не было надобности.
Что подразумевается под работой с особенностями, помимо их добавления, изменения?]]></description>
			<content:encoded><![CDATA[<p>Честно говоря не было надобности.<br />
Что подразумевается под работой с особенностями, помимо их добавления, изменения?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Автор: руут		</title>
		<link>https://ittricks.ru/programmirovanie/91/reshenie-problemy-s-tochkoj-i-dvoetochiem-v-svojstvax-tovara-v-virtuemart#comment-7</link>

		<dc:creator><![CDATA[руут]]></dc:creator>
		<pubDate>Thu, 01 Dec 2011 12:23:42 +0000</pubDate>
		<guid isPermaLink="false">https://ittricks.ru/?p=91#comment-7</guid>

					<description><![CDATA[Напишите ответ по модулю в комментах или в статье, пожалуйста.]]></description>
			<content:encoded><![CDATA[<p>Напишите ответ по модулю в комментах или в статье, пожалуйста.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Автор: руут		</title>
		<link>https://ittricks.ru/programmirovanie/91/reshenie-problemy-s-tochkoj-i-dvoetochiem-v-svojstvax-tovara-v-virtuemart#comment-6</link>

		<dc:creator><![CDATA[руут]]></dc:creator>
		<pubDate>Thu, 01 Dec 2011 12:22:46 +0000</pubDate>
		<guid isPermaLink="false">https://ittricks.ru/?p=91#comment-6</guid>

					<description><![CDATA[А вообще хотело бы узнать модуль для работы с особенностями, типа Attribute Manager, только бесплатный, спасибо(это не реклама!)]]></description>
			<content:encoded><![CDATA[<p>А вообще хотело бы узнать модуль для работы с особенностями, типа Attribute Manager, только бесплатный, спасибо(это не реклама!)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Автор: руут		</title>
		<link>https://ittricks.ru/programmirovanie/91/reshenie-problemy-s-tochkoj-i-dvoetochiem-v-svojstvax-tovara-v-virtuemart#comment-5</link>

		<dc:creator><![CDATA[руут]]></dc:creator>
		<pubDate>Thu, 01 Dec 2011 12:21:11 +0000</pubDate>
		<guid isPermaLink="false">https://ittricks.ru/?p=91#comment-5</guid>

					<description><![CDATA[Спасибо, помогло!]]></description>
			<content:encoded><![CDATA[<p>Спасибо, помогло!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
