freakdesign / shopifyFD

JavaScript layer to provide additional functionality and fixes to the Shopify dashboard
MIT License
223 stars 49 forks source link

Bulk metafields only for checked products #56

Closed dexcell closed 8 years ago

dexcell commented 8 years ago

Hello,

Is there any possibility to update only check checked products metafield from products list page?

Thank you

freakdesign commented 8 years ago

Not something ShopifyFD does at the moment - no. The bulk editing component of ShopifyFD is very basic, but open to feedback and suggestions here.

The Shopify admin bulk editor does have some metafield editing capability which might help too. I do have a tool in the works to make showing / hiding the metafield on the bulk editing page easier, but once you know the url format it's pretty easy to craft.

dexcell commented 8 years ago

Thanks! Yeah, i just noticed that shopify admin bulk editor already support metafield editing :beer: It's just no interface shown on the editor.

But i do hope some simple interface helper on shopifyfd to show these stuff just as future feature request. (So we don't have to remember that query string stuff format).