Kele Nakamura
Kele Nakamura
we just see a lot of clients like the idea of dynamically building pages out of content blocks/slices. basically a way to build a page via a list of modules/components...
yes it sounds like a similar feature. basically as long as you can have a single content type (ie blog post) but with the use of these self contained content...
> 1. Create shopify resource > 2. Pass it to custom function getAllResourceItems. > > Example: > > ``` > $this->existingCollections = $this->getAllResourceItems($this->shopify->CustomCollection()); > $this->existingProducts = $this->getAllResourceItems($this->shopify->Product()); > ``` >...
Ah sorry i needed to update the version.
@andrewhawkes did this get resolved?
Definitely for ecommerce, and injecting promotions etc into results. Either via another index (and merging into the results) or via external source (ie headless cms). And agree with the having...