<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Online Store on Creatify</title><link>https://www.creatify.site/tags/online-store/</link><description>Recent content in Online Store on Creatify</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 06 Jul 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.creatify.site/tags/online-store/index.xml" rel="self" type="application/rss+xml"/><item><title>Shopify Spring 2026 Edition: The Only Updates That Matter</title><link>https://www.creatify.site/blog/shopify-spring-2026-edition/</link><pubDate>Mon, 06 Jul 2026 00:00:00 +0000</pubDate><guid>https://www.creatify.site/blog/shopify-spring-2026-edition/</guid><description>&lt;p&gt;Shopify’s Spring 2026 edition introduces groundbreaking features designed to help merchants build, scale, and sell more effectively online. In this comprehensive guide, we’ll explore the most important updates and how they can transform your ecommerce business.&lt;/p&gt;</description></item><item><title>How To Add Custom Button To Product Page</title><link>https://www.creatify.site/blog/how-to-add-custom-button-to-product-page/</link><pubDate>Sat, 04 Jul 2026 00:00:00 +0000</pubDate><guid>https://www.creatify.site/blog/how-to-add-custom-button-to-product-page/</guid><description>&lt;p&gt;In this step-by-step guide, I’ll show you exactly how to add a fully customizable button to any product page on Shopify. This method requires no advanced coding skills, works with any theme, and blends seamlessly with your store’s design. Let’s dive in.&lt;/p&gt;</description></item><item><title>How To Show Sale Discount Percentage on Shopify</title><link>https://www.creatify.site/blog/how-to-show-sale-discount-percentage-on-shopify/</link><pubDate>Mon, 29 Jun 2026 00:00:00 +0000</pubDate><guid>https://www.creatify.site/blog/how-to-show-sale-discount-percentage-on-shopify/</guid><description>&lt;h2 id="step-1-replace-the-code-in-_product-card-galleryliquid"&gt;Step 1: Replace the code in _product-card-gallery.liquid&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Replace the following code in _product-card-gallery.liquid&lt;/strong&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;{%- if product.available == false or product.compare_at_price &amp;gt; product.price and product.available -%}
 &amp;lt;div
 class=&amp;quot;
 product-badges__badge product-badges__badge--rectangle
 {% if product.available == false %} color-{{ settings.badge_sold_out_color_scheme }}{% elsif product.compare_at_price &amp;gt; product.price %} color-{{ settings.badge_sale_color_scheme }}{% endif %}
 &amp;quot;
 &amp;gt;
 {%- if product.available == false -%}
 {{ 'content.product_badge_sold_out' | t }}
 {%- elsif product.compare_at_price &amp;gt; product.price -%}
 {{ 'content.product_badge_sale' | t }}
 {%- endif -%}
 &amp;lt;/div&amp;gt;
{%- endif -%}
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;With the following code&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>How To Setup Abandoned Cart In Shopify</title><link>https://www.creatify.site/blog/how-to-setup-abandoned-cart-in-shopify/</link><pubDate>Thu, 25 Jun 2026 00:00:00 +0000</pubDate><guid>https://www.creatify.site/blog/how-to-setup-abandoned-cart-in-shopify/</guid><description>&lt;p&gt;Did you know that out of every &lt;strong&gt;10 people who visit&lt;/strong&gt; an online store, 7 of them leave without finishing their purchase? That is a massive 70% of your potential revenue walking out the door!&lt;/p&gt;</description></item></channel></rss>