Asa Carter
Asa Carter
I was looking for this feature. I've not tested yet but I hope this feature gets added to master.
+1. I would also like to know how to do this and how to specify the folder where the file is located. It would be really useful if an include...
Would it be a good idea to return the `expires_in`, so that we can set a cookie that expires at the same time and use a cache instead of sending...
The data seems to come from the access response from Shopify so not an issue with the library. Anyone have any idea why in some instances Shopify grants access but...
I've been thinking about how it could be implemented. If an item is an array, it could check for an item in the array with the same key. E.g. ```...
> You can do this fairly easily using a Drop instead of an array. Here's quick example of what that might look like. I'm not able to access elements in...
> Ya sorry left this out. You'll need to overwrite the beforeMethod method like so. > Thanks, that has fixed it. 👍 I've created a Drop class to get the...
After a little more testing I noticed that outputting the search terms inside the pagination loop results in no output: Outputs search terms ``` {{ search.terms }} {% paginate search.results...