These days every ecommerce platform like amazon,flipkart shows or recommend products to the customers on the cart page that increase sale.
So We are going to add recommended product on cart page in shopify.
There is no Gist to add recommended product we are going to do a simple steps.
Step 1
Create a collection and name as "Recommended Product" and add product manually in collection that you want to show on cart page
Step 2
Open your collection.liquid file and copy the code
Step 3
Open cart.liquid file and paste copied code bottom of the file
Setp 4
Paste {% assign collection = collections.recommended-product' %} code before you paste your collection.liquid file code
Example :
{% assign collection = collections.recommended-product' %}
and than
your collection code
Step 5
Test yourself : 1. Go to your store 2. Add a product 3. Go to cart page
Now you can see your recommended product on your cart page
Try Shopify for free, and explore all the tools and services you need to start, run, and grow your business.
How to add Recommended product on cart page in shopify
Reviewed by Navjeet Singh
on
September 09, 2016
Rating:
No comments: