Introduction
  • Course Introduction
  • Course Project Files
Introduction to Ionic Framework
  • Introduction to Ionic Framework
  • Installing Node, Ionic and Cordova
  • Creating and Running Ionic Apps in Browser
  • Running Ionic Apps in Emulator and Device
Introduction to WooCommerce and WooCommerce API
  • Introduction to WooCommerce
  • Setting Up WooCommerce Locally
  • Introduction to WooCommerce API
Getting Started
  • Creating WooIonic: An Ionic 3 eCommerce App
  • Restructuring the App
Building App HomePage
  • Creating a Slider on Home Page
  • Displaying Products on Home Page
  • Autoplaying Products Slider
  • Product List on Home Page
  • Infinite Scrolling on Home Page
Product Categories and Menu
  • Product Categories in Menu
  • Icons and Images in Menu
  • Displaying Products by Category
  • Infinite Scroll on Category Pages
  • Fixing Navigation using ViewChild
Product Details Page
  • Creating the Product Page
  • Product Images, Title and Description
  • Displaying Product Specs
  • Displaying Product Reviews
Building the Cart
  • Implementing Cart using Storage
  • Creating a Modal for Cart
  • Displaying Products in the Cart
  • Finalizing Cart
The Sign Up and Login
  • Creating Signup Page
  • Checking Email Validity
  • Signing Up New Users
  • Creating Login Form
  • Logging User using JSON Auth API
  • Changing Menu Items Dynamically
The Checkout Page
  • Navigating to the Checkout Page
  • Creating Checkout Form
  • Prepopulating the Checkout Form
  • Placing the Order
  • Displaying Order Confirmation
Integrating PayPal in Ionic 3
  • Configuring Paypal and Installing Plugins
  • Paying via PayPal
  • PayPal Cordova Quiz
Integrating Push Notifications using OneSignal
  • Setting up Push Notification with OneSignal
  • Configuring Push on WordPress
  • Customizing Push Notifications on WordPress
Publishing the app in Android Play Store
  • Building the App for Release
  • Submitting the App to Play Store
Additional Features for WooIonic: The Product Search
  • Building Search Feature Part 01
  • Building Search Feature Part 02
  • Building Search Feature Part 03
Additional Features for WooIonic: Ionic Lazy Loading
  • Ionic Lazy Loading Part 01
  • Ionic Lazy Loading Part 02
Additional Features for WooIonic: Improving the Cart Functionality
  • Improving the Cart Functionality Part 01
  • Improving the Cart Functionality Part 02
Additional Features for WooIonic: Using Providers in Ionic
  • Introduction to Providers
  • Creating a Provider in Ionic
  • Using the Provider in Ionic Pages
Additional Features for WooIonic: Variable Products
  • Legacy V3 VS REST API V2
  • Switching to V2 API
  • Creating UI for Selecting Options
  • Checking for Matching Variations - 1
  • Checking for Matching Variations - 2
  • Add to Cart for Variations
  • Updating the Cart Page
  • Updating the Checkout Page