Hi everyone,
I just installed the Shopify plugin GitHub - tristantbg/kirby-shopify.
I followed the steps of the github page, even tried to redo all the steps based on this answer
I have products in my shopify shop, so if I’ve understood correctly, I should see products from the shopify shop appear in my panel.
But I keep getting this error when I try to access “collections” or “products” on my panel :
La section « products » n’a pu être chargée: collection(): Return value must be of type ?Kirby\Cms\Collection, ShopifyProductsPage returned
I’ve looked at all the topics related to the plugin, but I can’t find any mention of a similar error.
Do you think it’s a matter of connecting with Shopify or inside my kirby setup ?
The .yml are as they are in the github exemple.
title: Products
options:
delete: false
changeTemplate: false
changeStatus: true
sections:
products:
headline: Products
type: pages
info: "{{ page.handle }}"
template: shopify.product
Thank you for your time !