shopify更新記~レビュー機能を実装しました!

shopify update ~ Review function has been implemented!

We have implemented a review function!

I also list my products on handmade e-commerce sites (minne, creema, etc.), and they have review functions.
Thank you very much for your kind words.

It doesn't matter if it's something as trivial as the product's features or recommended points.

Reviews and comments from customers are very important, as they are a great source of encouragement and help us create even better products in the future.
Reviews from other customers are also helpful when making a selection !

The long-awaited review function has finally been implemented (^^)

There is a review entry field at the bottom of the product page.
If you pick up any of our products, we would be very happy if you could give us a few words!

When I have time, I will move on to reviewing the handmade site (^^)


Yesterday we added a chat feature.
(SHOPIFY update ~ chat function implemented!)
I think I'm one step closer to my goal of creating an "online shop that looks like a physical store"...I'm very happy!

Please feel free to contact us 24 hours a day, even for trivial matters (^^)

shopify update

Actually, I had installed the app before, but I didn't really know how to use it, so I put it off.

It's an app called "Product Reviews."

When I finally had some time, I googled it and found a very helpful article.

↓I added two codes based on the article here.
“Display customer reviews on product pages with the Shopify app “Product Reviews””
https://ec-recipe.com/apps_product_reviews

When I edit the code, I put it in comments just to be sure.

↓Like this

{% comment %}
Click here for product reviews. Refer to the following
https://ec-recipe.com/apps_product_reviews/
{% endcomment %}

<div id="shopify-product-reviews" data-id=" {{product.id}} "> {{ product.metafields.spr.reviews }} </div>

{% comment %}
This is the product review. Refer to the following
https://ec-recipe.com/apps_product_reviews/
{% endcomment %}

I'm a complete beginner when it comes to HTML and code, so I'm researching, memorizing, and updating things fearlessly.


I managed to implement the long-awaited review function...I'm so happy!

Back to blog
1 of 4