No content to show
User Activity
No, there is no variable for that. However, we use flows now to track the inventory changes. In case there is an unusual deviation we need to manually check who made the change in the inventory adjustment history. But for us this works just fine.
For our internal warehouse controlling we need the data from the "Adjustment history" for each SKU/Variant.Unfortunately, Shopify is not providing any API or report to get this data via export. Hence, if you wanted this data you needed to copy and pa...
03-03-2022
Have you updated your theme as described here? https://community.shopify.com/c/shopify-design/blurry-product-images-in-dawn-theme/m-p/1431588/highlight/true#M376276
12-30-2021
See this post https://community.shopify.com/c/shopify-design/blurry-product-images-in-dawn-theme/m-p/1430423/highlight/true#M375968 What he means is that you need to exchange some part of the code. The reason for this is the fact that the DAWN theme ...
12-29-2021
I guess you solved the issue by now.However, still want to share my solution with you just in case it helps. I think you were right with your assumption that the answer lies here: product-media.liquid We exchanged the code you mentioned with the newe...
12-29-2021
Here are the lines of codes you can add at the end of the respective CSS (section.main-product.css) file to adjust the zoom for mobile and desktop. what bothers me though is that the picture quality is not optimal. not sure how to fix that since we u...
12-27-2021
The fix for mobile should be relatively easy.You need to create a respective media command to control it on mobile. If you have a bit of knowledge regarding CSS this should be no problem for you.
10-24-2021
The solution was actually super easy. You can adjust the zoom settings via a CSS class. So just change the width of the class below in the picture as you prefer.
10-13-2021
We have an issue with the Dawn theme's zoom feature on the product detail page. If you click on a product image the zoom feature kicks in as it should. However, the zoom is over the entire screen width. We would like to adjust this and to control the...
We are planning to change to the Dawn theme soon. One of the big changes is the fact that now you determine the style of a page via json templates. Before those were liquid files. Of course this shopify 2.0 feature has lots of advantages. On the othe...