
How to Set Discounts for Card Payments Only on Shopify 💳
Learn how to create conditional discounts based on payment method in Shopify. Hide COD, target prepaid payments only, and control when discounts apply using Payflow.


If your store is frequently running out of stock on certain products, it may be a good idea to completely hide sold-out products from your collection pages. By doing so, you ensure customers only see available products, making their shopping experience smoother and more efficient.
Nobody likes seeing something they want, only to realize it's out of stock. Hiding sold-out products entirely improves the browsing experience by displaying only what's available. This can lead to higher conversion rates, as customers can focus on what they can actually purchase without distractions.
collection.liquid, main-collection.liquid, or main-collection-product-grid.liquid.{"{% for product in collection.products %}"}.{% assign available_products = collection.products | where: 'available' %}
{%- for product in available_products limit: section.settings.products_count -%}
<!-- Your code for displaying available products -->
{%- endfor -%}
By hiding sold-out products, you create a more streamlined shopping experience for your customers. They will only see items that are ready to purchase, reducing frustration and improving overall store navigation.
Looking for more tips to optimize your Shopify store? Check out our other guide: How to move sold-out products to the end of the list, where you can learn how to reorder your collections to display sold-out products at the bottom.

Learn how to create conditional discounts based on payment method in Shopify. Hide COD, target prepaid payments only, and control when discounts apply using Payflow.

Chargebacks can cause significant financial losses for online stores. In this article, we'll show you how to effectively minimize the risk of fraudulent transactions using the right payment settings and automation in Shopify Flow.

Setting up Cash on Delivery (COD) with a fee can be tricky for Shopify merchants. But with the Payflow app, it’s easy! Streamline the process and create a smooth, hassle-free experience for your customers—without the stress.

If you have products that are currently out of stock, it can be beneficial to display them at the end of the product list in your collection. This way, you ensure that customers see the available items first, followed by the out-of-stock products.
Interested in collaborating on a project?