<?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>
	Comments for Measured Designs	</title>
	<atom:link href="https://www.measureddesigns.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.measureddesigns.com/</link>
	<description>Thoughtful design as standard</description>
	<lastBuildDate>Mon, 22 Jul 2024 09:08:41 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		Comment on Magento &#8211; Exception printing is disabled by default by Jane Smith		</title>
		<link>https://www.measureddesigns.com/magento-exception-printing-disabled-default/#comment-133934</link>

		<dc:creator><![CDATA[Jane Smith]]></dc:creator>
		<pubDate>Mon, 22 Jul 2024 09:08:41 +0000</pubDate>
		<guid isPermaLink="false">https://www.measureddesigns.com/?p=1291#comment-133934</guid>

					<description><![CDATA[This article benefits anyone facing the frustrating &quot;Exception printing is disabled by default for security reasons&quot; error in Magento. The step-by-step solutions provided are clear and easy to follow, making the troubleshooting process much more manageable. Thanks for shedding light on this common issue and providing multiple ways to resolve it!]]></description>
			<content:encoded><![CDATA[<p>This article benefits anyone facing the frustrating &#8220;Exception printing is disabled by default for security reasons&#8221; error in Magento. The step-by-step solutions provided are clear and easy to follow, making the troubleshooting process much more manageable. Thanks for shedding light on this common issue and providing multiple ways to resolve it!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on WooCommerce &#8211; remove Total and Subtotal from order emails by Susan Metoxen		</title>
		<link>https://www.measureddesigns.com/woocommerce-remove-total-and-subtotal-from-order-emails/#comment-125923</link>

		<dc:creator><![CDATA[Susan Metoxen]]></dc:creator>
		<pubDate>Thu, 19 Dec 2019 03:04:07 +0000</pubDate>
		<guid isPermaLink="false">https://www.measureddesigns.com/?p=2018#comment-125923</guid>

					<description><![CDATA[I have a client who wants to remove the colons after Subtotal, Payment method, and Total. I tried this and it didn&#039;t work:
                     if ( $item_totals ) {
				$i = 0;
				foreach ( $item_totals as $total ) {
				$i++;
					
                                if ($total[&#039;label&#039;] == &#039;Total:&#039;){$total[&#039;label&#039;]==&#039;Total&#039;;}
				if ($total[&#039;label&#039;] == &#039;Subtotal:&#039;){$total[&#039;label&#039;]==&#039;Subtotal&#039;;}
				if ($total[&#039;label&#039;] == &#039;Payment method:&#039;){$total[&#039;label&#039;]==&#039;Payment Method&#039;;}
				...
				
Any ideas for me? Thank you for this post as it is very helpful.]]></description>
			<content:encoded><![CDATA[<p>I have a client who wants to remove the colons after Subtotal, Payment method, and Total. I tried this and it didn&#8217;t work:<br />
                     if ( $item_totals ) {<br />
				$i = 0;<br />
				foreach ( $item_totals as $total ) {<br />
				$i++;</p>
<p>                                if ($total[&#8216;label&#8217;] == &#8216;Total:&#8217;){$total[&#8216;label&#8217;]==&#8217;Total&#8217;;}<br />
				if ($total[&#8216;label&#8217;] == &#8216;Subtotal:&#8217;){$total[&#8216;label&#8217;]==&#8217;Subtotal&#8217;;}<br />
				if ($total[&#8216;label&#8217;] == &#8216;Payment method:&#8217;){$total[&#8216;label&#8217;]==&#8217;Payment Method&#8217;;}<br />
				&#8230;</p>
<p>Any ideas for me? Thank you for this post as it is very helpful.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Magento &#8211; colour swatch image not changing by Magento 2 - Product image not changing with swatch colour - Measured Designs		</title>
		<link>https://www.measureddesigns.com/magento-colour-swatch-image-not-changing/#comment-125916</link>

		<dc:creator><![CDATA[Magento 2 - Product image not changing with swatch colour - Measured Designs]]></dc:creator>
		<pubDate>Mon, 16 Dec 2019 15:47:28 +0000</pubDate>
		<guid isPermaLink="false">https://www.measureddesigns.com/?p=2205#comment-125916</guid>

					<description><![CDATA[[&#8230;] indicate they only apply to catalogue pages, not having them enabled also affects the product page. Magento 1 similarly had swatch colour issues, although these often related to the naming of the colour and / or image [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] indicate they only apply to catalogue pages, not having them enabled also affects the product page. Magento 1 similarly had swatch colour issues, although these often related to the naming of the colour and / or image [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Magento &#8211; Set the small &#038; thumbnail image the same as the base by Brian Alderman		</title>
		<link>https://www.measureddesigns.com/magento-set-small-thumbnail-image-base/#comment-125642</link>

		<dc:creator><![CDATA[Brian Alderman]]></dc:creator>
		<pubDate>Tue, 20 Aug 2019 16:07:13 +0000</pubDate>
		<guid isPermaLink="false">https://www.measureddesigns.com/?p=1272#comment-125642</guid>

					<description><![CDATA[So my attribute id&#039;s are 112,113, 114. I tried changing out your AND ev.attribute_id IN (74, 75, 76) with AND ev.attribute_id IN (112, 113, 114) with no apparant results. Can I not modify in that manner?]]></description>
			<content:encoded><![CDATA[<p>So my attribute id&#8217;s are 112,113, 114. I tried changing out your AND ev.attribute_id IN (74, 75, 76) with AND ev.attribute_id IN (112, 113, 114) with no apparant results. Can I not modify in that manner?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Magento &#8211; Source fields are not mapped. Document: catalog_eav_attribute. Fields: layered_navigation_canonical by Harry		</title>
		<link>https://www.measureddesigns.com/magento-source-fields-are-not-mapped-document-catalog_eav_attribute-fields-layered_navigation_canonical/#comment-125310</link>

		<dc:creator><![CDATA[Harry]]></dc:creator>
		<pubDate>Tue, 11 Jun 2019 07:14:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.measureddesigns.com/?p=2569#comment-125310</guid>

					<description><![CDATA[I tried the same, it is not working]]></description>
			<content:encoded><![CDATA[<p>I tried the same, it is not working</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on WooCommerce &#8211; remove Total and Subtotal from order emails by Steven		</title>
		<link>https://www.measureddesigns.com/woocommerce-remove-total-and-subtotal-from-order-emails/#comment-123884</link>

		<dc:creator><![CDATA[Steven]]></dc:creator>
		<pubDate>Fri, 12 Oct 2018 13:48:37 +0000</pubDate>
		<guid isPermaLink="false">https://www.measureddesigns.com/?p=2018#comment-123884</guid>

					<description><![CDATA[Hello there,

Can you tell me how to remove all of the Prices from the New customer order using this method?

Best,

Steven]]></description>
			<content:encoded><![CDATA[<p>Hello there,</p>
<p>Can you tell me how to remove all of the Prices from the New customer order using this method?</p>
<p>Best,</p>
<p>Steven</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Adding bullet points in Illustrator by adobe phone number		</title>
		<link>https://www.measureddesigns.com/adding-bullet-points-in-illustrator/#comment-123474</link>

		<dc:creator><![CDATA[adobe phone number]]></dc:creator>
		<pubDate>Sat, 18 Aug 2018 07:53:37 +0000</pubDate>
		<guid isPermaLink="false">https://www.measureddesigns.com/?p=2122#comment-123474</guid>

					<description><![CDATA[Thanks for sharing an informative post I learn with your steps and add bullet points in illustrator.]]></description>
			<content:encoded><![CDATA[<p>Thanks for sharing an informative post I learn with your steps and add bullet points in illustrator.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Magento &#8211; Setting up a staging sub domain by Lindsay Adams		</title>
		<link>https://www.measureddesigns.com/magento-setting-up-a-staging-sub-domain/#comment-122995</link>

		<dc:creator><![CDATA[Lindsay Adams]]></dc:creator>
		<pubDate>Wed, 13 Jun 2018 21:36:11 +0000</pubDate>
		<guid isPermaLink="false">https://www.measureddesigns.com/?p=2129#comment-122995</guid>

					<description><![CDATA[I&#039;ve done the above but not sure what to do with the Unsecure and Secure URL - are these 

staging.mydomain.com/   or 

mydomain.com/staging/

and i just keep getting redirected to the live site, all caches and browser cache cleared.

I&#039;m really not that familiar with .htaccess files and am somwhat confused wtih the redirects which may be causing my isses...]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve done the above but not sure what to do with the Unsecure and Secure URL &#8211; are these </p>
<p>staging.mydomain.com/   or </p>
<p>mydomain.com/staging/</p>
<p>and i just keep getting redirected to the live site, all caches and browser cache cleared.</p>
<p>I&#8217;m really not that familiar with .htaccess files and am somwhat confused wtih the redirects which may be causing my isses&#8230;</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 

Served from: www.measureddesigns.com @ 2026-06-15 11:39:30 by W3 Total Cache
-->