Shopify Application Development. Build highly effective Shopify apps using the powerful Ruby on Rails framework - Helion
ebook
Autor: Michael LarkinTytuł oryginału: Shopify Application Development. Build highly effective Shopify apps using the powerful Ruby on Rails framework
ISBN: 9781783281060
stron: 106, Format: ebook
Data wydania: 2014-05-26
Księgarnia: Helion
Cena książki: 80,91 zł (poprzednio: 89,90 zł)
Oszczędzasz: 10% (-8,99 zł)
Osoby które kupowały "Shopify Application Development. Build highly effective Shopify apps using the powerful Ruby on Rails framework", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
Shopify Application Development. Build highly effective Shopify apps using the powerful Ruby on Rails framework eBook -- spis treści
- Shopify Application Development
- Table of Contents
- Shopify Application Development
- Credits
- About the Author
- About the Reviewers
- www.PacktPub.com
- Support files, eBooks, discount offers, and more
- Why subscribe?
- Free access for Packt account holders
- Support files, eBooks, discount offers, and more
- Preface
- What this book covers
- What you need for this book
- Who this book is for
- Conventions
- Reader feedback
- Customer support
- Downloading the example code
- Errata
- Piracy
- Questions
- 1. Getting Started with Shopify
- Revealing Shopifys power
- Deciding which type of app to build
- Discovering the API
- Exploring webhooks
- Orders
- Products
- Shop/Application
- Getting ready to build an app
- Summary
- 2. Setting Up
- Choosing a development tool
- Setting up our development environment
- Installing a Ruby management tool
- Installing Ruby
- Creating the application directory
- Installing Rails
- Generating a Rails app
- Installing Twitter Bootstrap
- Setting up source control
- Deploying to Heroku
- Summary
- 3. Building a Private App
- Signing up for Shopify
- Understanding our workflow
- Building the application
- High-level requirements
- Installing a few necessary gems
- Storing Shopify API credentials
- Connecting to Shopify
- Retrieving product information from Shopify
- Retrieving order information from Shopify
- Cleaning up the UI
- Updating the sidebar
- Updating orders, products, and variants
- Cleaning up the rest of the site
- Picking a winner from a list
- Creating contests
- High-level requirements
- Summary
- 4. Going Public
- High-level requirements
- Supporting multiple accounts
- Authorizing user access to data
- Verifying Shopify requests
- Verifying HTTP GET/POST requests
- Verifying webhook requests
- Installing from the Shopify App Store
- Subscribing to and processing Shopify Webhooks
- Summary
- High-level requirements
- 5. App Billing and Publication
- High-level requirements
- Adding free and paid plans
- Integrating with the Shopify Billing API
- Supporting recurring charges
- Publishing in the Shopify App Store
- Summary
- High-level requirements
- Index