All Projects → suhmantha1 → contentful-ui-shopify

suhmantha1 / contentful-ui-shopify

Licence: MIT license
Integrate Shopify products with Contentful CMS

Programming Languages

HTML
75241 projects

Projects that are alternatives of or similar to contentful-ui-shopify

hooked
Microservice for communicating between Contentful and Shopify
Stars: ✭ 17 (-39.29%)
Mutual labels:  contentful, shopify
react-contentful
📰 A React component library that makes it super simple to compose Contentful content into your sites and applications.
Stars: ✭ 58 (+107.14%)
Mutual labels:  contentful, contentful-js-sdk
MugglePay
Make Crypto Payment Easy 让数字货币支付更简单
Stars: ✭ 176 (+528.57%)
Mutual labels:  shopify
create-shopify-app
Create Shopify App With JWT Authentication using NodeJs, React, Shopify Polaris and MongoDb
Stars: ✭ 58 (+107.14%)
Mutual labels:  shopify
oauth2-shopify-php
Shopify Provider for the OAuth 2.0 Client
Stars: ✭ 14 (-50%)
Mutual labels:  shopify
shopify-graphql-elixir
Elixir client for the Shopify GraphQL Admin API
Stars: ✭ 18 (-35.71%)
Mutual labels:  shopify
liquidpy
A port of liquid template engine for python
Stars: ✭ 49 (+75%)
Mutual labels:  shopify
dry
Dry is a new template engine and language, and is a superset of Shopify's Liquid, with first-class support for advanced inheritance features, and more. From the creators of Enquirer, Assemble, Remarkable, and Micromatch.
Stars: ✭ 66 (+135.71%)
Mutual labels:  shopify
contentful.net
.NET Library for Contentful's Content Delivery and Management API
Stars: ✭ 75 (+167.86%)
Mutual labels:  contentful
shopify-foundation-theme
Modern Shopify theme using Shopify Theme Lab, Liquid, Vue and Tailwind CSS 🎨
Stars: ✭ 195 (+596.43%)
Mutual labels:  shopify
gatsby-plugin-apollo-client
📡Inject a Shopify Apollo Client into the browser.
Stars: ✭ 20 (-28.57%)
Mutual labels:  shopify
contentful-wizard
Add walkthrough of contentful blocks to your application
Stars: ✭ 33 (+17.86%)
Mutual labels:  contentful
nextjs-shopify
This repository contains the app without webhook for the Build a Shopify app with Node and React tutorial.
Stars: ✭ 56 (+100%)
Mutual labels:  shopify
shopify-bootstrap-theme
Our Free Shopify Theme focused on simplicity, speed, and user experience. Download it today and finish your Shopify store within days, not months. Powered by Bootstrap v5 framework and 15+ years of coding experience.
Stars: ✭ 45 (+60.71%)
Mutual labels:  shopify
gulp-shopify-theme
Shopify theme synchronisation during development
Stars: ✭ 26 (-7.14%)
Mutual labels:  shopify
gatsby-starter-shopifypwa
💚🛒💚 Bodega is a Shopify PWA using Gatsby JS + Netlify CMS
Stars: ✭ 100 (+257.14%)
Mutual labels:  shopify
contentful-export
Extract Contentful to Hugo
Stars: ✭ 22 (-21.43%)
Mutual labels:  contentful
bold-shopify-toolkit
A Symfony Based Shopify api wrapper
Stars: ✭ 24 (-14.29%)
Mutual labels:  shopify
gatsby-portfolio
danielfr.com/
Stars: ✭ 36 (+28.57%)
Mutual labels:  contentful
vscode-liquid-snippets
Shopify Liquid Template Snippets
Stars: ✭ 22 (-21.43%)
Mutual labels:  shopify

Contentful Shopify Product UI Extension

Add a custom UI field to Contentful that allows users to search and select Shopify products.

figure

Installation

git clone [email protected]:suhmantha1/contentful-ui-shopify.git
cd contentful-ui-shopify
npm install

Configure

Create a configuration file with your credentials for Contentful.

cp env.example .env

Open .env in a editor of your liking and add your Contentful space ID, and management token. Learn how to obtain a token.

Load environment variables

source .env

Add Shopify credentials in index.html. Replace REPLACE_shopifyUrl with your Shopify Url, which will be in the form https://demo.myshopify.com/api/graphql. Then, replace REPLACE_shopifyToken with your Shopify token

Create

npm run create

Create task will register the extension in your space on Contentful.

Update

npm run update

Update task will upload the extension to your space on Contentful.

Ready to Use

Shopify products are now available in your content model. Add a JSON Object field, and select Shopify Products in the appearance tab. figure

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].