<?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 on: Add Product Sash/Ribbon in BigCommerce Using jQuery	</title>
	<atom:link href="https://stampede-design.com/blog/add-product-sash-ribbon-in-bigcommerce-using-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>https://stampede-design.com/blog/add-product-sash-ribbon-in-bigcommerce-using-jquery/</link>
	<description>We are creating better worlds though thoughtful design and technology. Connect with us!</description>
	<lastBuildDate>Tue, 07 Apr 2026 09:04:34 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>
	<item>
		<title>
		By: Vinay Kumar		</title>
		<link>https://stampede-design.com/blog/add-product-sash-ribbon-in-bigcommerce-using-jquery/#comment-95999</link>

		<dc:creator><![CDATA[Vinay Kumar]]></dc:creator>
		<pubDate>Tue, 22 Dec 2015 07:44:44 +0000</pubDate>
		<guid isPermaLink="false">https://stampede-design.com/blog/?p=4472#comment-95999</guid>

					<description><![CDATA[HI
I have On Sale banner on Home page i try this code 


if($(&#039;.DetailRow.RetailPrice&#039;).is(&#039;:visible&#039;)) {

       $(&#039;.ProductThumbImage .zoomPad&#039;).append(&#039;&#039;);

    }



But this is not working on Product page, please elaborate .]]></description>
			<content:encoded><![CDATA[<p>HI<br />
I have On Sale banner on Home page i try this code </p>
<p>if($(&#8216;.DetailRow.RetailPrice&#8217;).is(&#8216;:visible&#8217;)) {</p>
<p>       $(&#8216;.ProductThumbImage .zoomPad&#8217;).append(&#8221;);</p>
<p>    }</p>
<p>But this is not working on Product page, please elaborate .</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gene		</title>
		<link>https://stampede-design.com/blog/add-product-sash-ribbon-in-bigcommerce-using-jquery/#comment-92953</link>

		<dc:creator><![CDATA[Gene]]></dc:creator>
		<pubDate>Sat, 07 Nov 2015 08:26:09 +0000</pubDate>
		<guid isPermaLink="false">https://stampede-design.com/blog/?p=4472#comment-92953</guid>

					<description><![CDATA[I&#039;m also looking for a solution for Faceted Search. It seems my product loads the tag for a brief second but then disappears. Any idea how to get this working?]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m also looking for a solution for Faceted Search. It seems my product loads the tag for a brief second but then disappears. Any idea how to get this working?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Joe		</title>
		<link>https://stampede-design.com/blog/add-product-sash-ribbon-in-bigcommerce-using-jquery/#comment-87925</link>

		<dc:creator><![CDATA[Joe]]></dc:creator>
		<pubDate>Wed, 23 Sep 2015 13:33:34 +0000</pubDate>
		<guid isPermaLink="false">https://stampede-design.com/blog/?p=4472#comment-87925</guid>

					<description><![CDATA[Since Bigcommerce released Faceted Search with their enterprise users, this is not able to be done because the category template file has no GLOBAL variables for the image descriptions, but replaces it with {{product.name}}. Any work around suggestions?]]></description>
			<content:encoded><![CDATA[<p>Since Bigcommerce released Faceted Search with their enterprise users, this is not able to be done because the category template file has no GLOBAL variables for the image descriptions, but replaces it with {{product.name}}. Any work around suggestions?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mike		</title>
		<link>https://stampede-design.com/blog/add-product-sash-ribbon-in-bigcommerce-using-jquery/#comment-42768</link>

		<dc:creator><![CDATA[Mike]]></dc:creator>
		<pubDate>Sun, 30 Nov 2014 02:01:30 +0000</pubDate>
		<guid isPermaLink="false">https://stampede-design.com/blog/?p=4472#comment-42768</guid>

					<description><![CDATA[I&#039;ve copied all of the code into the category page and the CSS, but the sash will still not appear. Any ideas?]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve copied all of the code into the category page and the CSS, but the sash will still not appear. Any ideas?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Shaiful Borhan		</title>
		<link>https://stampede-design.com/blog/add-product-sash-ribbon-in-bigcommerce-using-jquery/#comment-39544</link>

		<dc:creator><![CDATA[Shaiful Borhan]]></dc:creator>
		<pubDate>Mon, 03 Nov 2014 19:30:18 +0000</pubDate>
		<guid isPermaLink="false">https://stampede-design.com/blog/?p=4472#comment-39544</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://stampede-design.com/blog/add-product-sash-ribbon-in-bigcommerce-using-jquery/#comment-39223&quot;&gt;Jared Mottes&lt;/a&gt;.

Hi Jared,
In which template file did you paste my codes for the Category Sash in? Try pasting them into the template file category.html right after the opening &#060;body&#062;  tag. And you&#039;ll need to have some basic jQuery codes go in there as well:
[js]
&#060;script type=&#034;text/javascript&#034;&#062;
$(function() {
   //paste my codes in here  
});
&#060;/script&#062;
[/js]]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://stampede-design.com/blog/add-product-sash-ribbon-in-bigcommerce-using-jquery/#comment-39223">Jared Mottes</a>.</p>
<p>Hi Jared,<br />
In which template file did you paste my codes for the Category Sash in? Try pasting them into the template file category.html right after the opening &lt;body&gt;  tag. And you&#8217;ll need to have some basic jQuery codes go in there as well:</p>
<pre class="brush: jscript; title: ; notranslate">
&lt;script type=&quot;text/javascript&quot;&gt;
$(function() {
   //paste my codes in here  
});
&lt;/script&gt;
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jared Mottes		</title>
		<link>https://stampede-design.com/blog/add-product-sash-ribbon-in-bigcommerce-using-jquery/#comment-39223</link>

		<dc:creator><![CDATA[Jared Mottes]]></dc:creator>
		<pubDate>Fri, 31 Oct 2014 15:44:23 +0000</pubDate>
		<guid isPermaLink="false">https://stampede-design.com/blog/?p=4472#comment-39223</guid>

					<description><![CDATA[I was able to get the on sale sash to load on to each page but it was not placing itself on the sale products within the category page.  It was located to the left side and upper corner of the location that I placed the code in the category.html page.  Initally I placed it after all other code so it showed up at the bottom of the screen.  It does not appear to be correctly attaching itself to the corresponding product pictures.  It just shows up on pages that do have products on sale.  I have copied the code correctly, but my theme originally had a sale badge which was disabled.  &quot;.on-sale-badge&quot; was the name of the style so it shouldn&#039;t affect it, unless i am wrong.

the only thing that flagged me as unusual is that &quot;function&quot; was not highlighting in any different color, it looked like it was being read as text.  Can you provide any feedback?  This is a great tutorial and I would love to get it working.  Thank you.]]></description>
			<content:encoded><![CDATA[<p>I was able to get the on sale sash to load on to each page but it was not placing itself on the sale products within the category page.  It was located to the left side and upper corner of the location that I placed the code in the category.html page.  Initally I placed it after all other code so it showed up at the bottom of the screen.  It does not appear to be correctly attaching itself to the corresponding product pictures.  It just shows up on pages that do have products on sale.  I have copied the code correctly, but my theme originally had a sale badge which was disabled.  &#8220;.on-sale-badge&#8221; was the name of the style so it shouldn&#8217;t affect it, unless i am wrong.</p>
<p>the only thing that flagged me as unusual is that &#8220;function&#8221; was not highlighting in any different color, it looked like it was being read as text.  Can you provide any feedback?  This is a great tutorial and I would love to get it working.  Thank you.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rama		</title>
		<link>https://stampede-design.com/blog/add-product-sash-ribbon-in-bigcommerce-using-jquery/#comment-38449</link>

		<dc:creator><![CDATA[Rama]]></dc:creator>
		<pubDate>Sun, 26 Oct 2014 09:15:37 +0000</pubDate>
		<guid isPermaLink="false">https://stampede-design.com/blog/?p=4472#comment-38449</guid>

					<description><![CDATA[Hi ..Really Great work.Thank you]]></description>
			<content:encoded><![CDATA[<p>Hi ..Really Great work.Thank you</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Shaiful Borhan		</title>
		<link>https://stampede-design.com/blog/add-product-sash-ribbon-in-bigcommerce-using-jquery/#comment-33846</link>

		<dc:creator><![CDATA[Shaiful Borhan]]></dc:creator>
		<pubDate>Thu, 25 Sep 2014 09:52:51 +0000</pubDate>
		<guid isPermaLink="false">https://stampede-design.com/blog/?p=4472#comment-33846</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://stampede-design.com/blog/add-product-sash-ribbon-in-bigcommerce-using-jquery/#comment-33388&quot;&gt;NZ&lt;/a&gt;.

Hi there. Correct you can put the JS codes in the category.html layout file something like this http://d.pr/i/10weq Here&#039;s the crude CSS code to make the sash appear on top left of the product image.
[css]
.product-sash {
    height: auto !important;
    left: 0;
    position: absolute;
    top: 0;
    width: auto !important;
}
[/css]

And if you need a couple of sweet-looking product sashes graphics, look no further. Visit this post http://www.stampede-design.com/blog/2014/07/e-commerce-product-sashes-ribbons/ :)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://stampede-design.com/blog/add-product-sash-ribbon-in-bigcommerce-using-jquery/#comment-33388">NZ</a>.</p>
<p>Hi there. Correct you can put the JS codes in the category.html layout file something like this <a href="http://d.pr/i/10weq" rel="nofollow ugc">http://d.pr/i/10weq</a> Here&#8217;s the crude CSS code to make the sash appear on top left of the product image.</p>
<pre class="brush: css; title: ; notranslate">
.product-sash {
    height: auto !important;
    left: 0;
    position: absolute;
    top: 0;
    width: auto !important;
}
</pre>
<p>And if you need a couple of sweet-looking product sashes graphics, look no further. Visit this post <a href="http://www.stampede-design.com/blog/2014/07/e-commerce-product-sashes-ribbons/" rel="nofollow ugc">http://www.stampede-design.com/blog/2014/07/e-commerce-product-sashes-ribbons/</a> 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: NZ		</title>
		<link>https://stampede-design.com/blog/add-product-sash-ribbon-in-bigcommerce-using-jquery/#comment-33388</link>

		<dc:creator><![CDATA[NZ]]></dc:creator>
		<pubDate>Wed, 24 Sep 2014 23:00:41 +0000</pubDate>
		<guid isPermaLink="false">https://stampede-design.com/blog/?p=4472#comment-33388</guid>

					<description><![CDATA[Hi. Thank you so much for posting this. I can&#039;t get it to work though 8( and there&#039;s no doubt I&#039;m doing it  wrong! I would be really grateful if you could help me. Should I be putting the java on the category.html layout page or the panel/category-content or something completely different?! Also, if you are able to give an example of the css that would be amazing. I know it wasn&#039;t meant to be a step by step tutorial but I am failing at filling in the gaps! Thanks again.]]></description>
			<content:encoded><![CDATA[<p>Hi. Thank you so much for posting this. I can&#8217;t get it to work though 8( and there&#8217;s no doubt I&#8217;m doing it  wrong! I would be really grateful if you could help me. Should I be putting the java on the category.html layout page or the panel/category-content or something completely different?! Also, if you are able to give an example of the css that would be amazing. I know it wasn&#8217;t meant to be a step by step tutorial but I am failing at filling in the gaps! Thanks again.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Shaiful Borhan		</title>
		<link>https://stampede-design.com/blog/add-product-sash-ribbon-in-bigcommerce-using-jquery/#comment-28624</link>

		<dc:creator><![CDATA[Shaiful Borhan]]></dc:creator>
		<pubDate>Tue, 26 Aug 2014 23:53:38 +0000</pubDate>
		<guid isPermaLink="false">https://stampede-design.com/blog/?p=4472#comment-28624</guid>

					<description><![CDATA[Hi Tara, this can be done via jQuery code that looks for the &quot;out of stock&quot; message in the page. If the message is present, then show the Sold Out or Out of Stock sash. That&#039;s the general logic as far as I can tell. The prerequisite is to enable the Out of Stock message in the Inventory Settings page as well as checking the checkbox &quot;Show out of stock message on product listing pages&quot;. Screenshot http://d.pr/i/qNIR]]></description>
			<content:encoded><![CDATA[<p>Hi Tara, this can be done via jQuery code that looks for the &#8220;out of stock&#8221; message in the page. If the message is present, then show the Sold Out or Out of Stock sash. That&#8217;s the general logic as far as I can tell. The prerequisite is to enable the Out of Stock message in the Inventory Settings page as well as checking the checkbox &#8220;Show out of stock message on product listing pages&#8221;. Screenshot <a href="http://d.pr/i/qNIR" rel="nofollow ugc">http://d.pr/i/qNIR</a></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
