Skip to content

This repository contains a working example of public Shopify App using Codeigniter and Embedded App SDK

License

Notifications You must be signed in to change notification settings

gesmit/shopify_codeigniter_working_example

 
 

Repository files navigation

Public Shopify App Using Codeigniter and Embedded App SDK.

This repository contains a working example of public Shopify App using Codeigniter and Embedded App SDK

-> Do the following Changes in config.php

1-Change API Key
2-Change Secret
3-Change base url
4-Change redirect_url
5-Go to Controller Auth -> find $shop, remove $this->input->get('shop'); for your store without https://

Example: $shop = 'mystore.myshopify.com/';

About

This repository contains a working example of public Shopify App using Codeigniter and Embedded App SDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 95.6%
  • CSS 4.1%
  • HTML 0.3%