Mar 18, 2018
I'm having some trouble today where a number of products I've uploaded haven't pulled the image into Shopify from the URL provided. The same script has been working fine for a couple of years, upl...
Jul 13, 2017
If my search returns 100 products, but 98 are unavailable, the search results show 2 pages with 1 product on each. Is it possible to filter out the unavailable products before the pagination takes...
Jul 10, 2017
I've got a problem with remove_first - it's been working fine but I have a problem in this instance: https://www.vinylexchange.co.uk/products/freddie-mercury-montserrat-caballe-barcelona-1 Code...
I had an item with inventory level 1 and updated it using the API to inventory level 0. Going back through the logs, this is the response I received: [id] => 3910361860 [product_id] => 101...
Oct 29, 2015
Recently launched my first Shopify shop and now i'm getting numerous fake account signups every day. Is there anything I can do to stop this? EG with a Captcha. Thanks
Hi, i've had my first Shopify store running for about a month now, using a PHP batch script to either create new products and variants, or to update as and when needed from an existing web-based prod...
Aug 12, 2015
Hi, is it possible to sort a collection by the date a product has been updated rather than the original creation date? For instance if a product sells out, but then I add some new stock later, i'd...
Apr 9, 2015
I'm setting up a shop where there is only one of each item (inventory level is either 1 or 0) so it doesn't make sense to be able to add multiple items to basket, or to adjust amounts on the cart pag...
Mar 5, 2015
Hi, i'm a new Shopify user, just developing my first shop and I've had reports from the client i'm working for that on Firefox / Windows the images seem to time out when partially loaded, so the...
Nov 20, 2014
The shop which i'm currently migrating to Shopify uses a SagePay account which allows payments from PayPal as part of the checkout. I cannot see how to set this up from within Shopify. Is there a w...
Sep 16, 2014
I'm setting up a music shop and use the title field as the name of the record and the vendor field as the name of the artist. I want to be able to show collections with artist (vendor) A-Z but I can...
Apr 5, 2014
I've written a batch script to upload the several thousand products I need to upload from an existing database that powers an existing website / shop, which i'd like to run as quickly as possible. T...
Aug 29, 2013
Hi, i'm building my first Shopify shop and am working on a bulk uploader using the ohShopifyAdapter PHP library. When I create a product like so: $products = $sc->call('POST', '/admin/produc...
No content to show
User Activity
10-17-2024
Just thought I'd check back in on this. When is lineItem due to stop working and when will customAttributes be add to lineItems?
10-16-2024
I'm having a similar problem to this. I'm trying to upload a 23K 1000x1000 .png file (no unusual filename etc) and getting the same error. I followed the advice below and manually deleted the image first. I got the same error response from the API, b...
10-14-2024
I have a metafield set up as type list.product_reference and I pass product values like this: Array
(
[namespace] => custom
[key] => related_boot_...
07-03-2024
Thanks so much Paul, I've updated the javascript - here it is in case anybody has the same question as me in future: /**
* Convert tags to list of metafields
* Convert product tags with a certain prefix into a product metafield of type list.single_...
07-03-2024
Thanks Paul - I'm getting this error - am I putting it in the right place?
07-02-2024
Thanks Kalen. I'm very new to using Flow, please could you point me in the direction of a code example that would do something similar to what you're suggesting? I don't know how to get the metafield / metafieldDefinitions / validations / values fiel...
07-01-2024
I'm happy to do a workaround (this whole thing is a workaround for Search & Discover!) - do you have any examples to explain what you are suggesting please?
07-01-2024
Thanks Paul, here are some screenshots of my solution, let me know if there's anything else you need to know. This works: If I remove 'Reggae' as one of the valid values and run it again, I get this:
I want to create a Search & Discovery filter that uses some but not all of my product tags. Since this is not possible to do directly (there's no way to exclude the product tags that I want to hide), I thought that I would make a metafield of single ...
Another request for Shopify to update Search and Discovery app to only show size options if that size is actually in stock. I've tried workarounds with no success, this needs building in to the app correctly.
06-01-2023
Hi Rob, just checking in to see if the Custom Attributes per line item will be available?
06-01-2023
Hi Rob, just checking in to see if the Custom Attributes per line item will be available?
04-14-2023
Hi Rob, I need to retrieve the Custom Attributes for the line item, quite often orders will have the same SKU but different personalisation options stored in the Custom Attributes.
04-02-2023
Hi Rob, I still don't understand how to solve this problem. If Shopify creates a FulfillmentOrderLineItemID for each item in my order but doesn't supply identifying information (the LineItem ID) - how will I know which FulfillmentOrderLineItemID shou...