WooCommerce
Learn how to use Woo-commerce integration from Ionic 4 Full App
Woocommerce pages can be found at src/app/pages/woocommerce
and the service functions can be found atsrc/app/services/woocommerce
Contents
Shop Page -
woocommerce-products
Fetches all products. Filters can be used here
Product Detail Page -
product-details
All product details shown here
Cart Page -
cart
Cart page for selected products
Checkout -
checkout
Checkout page with payment methods
Orders
Order history page for previous orders
Order-details
Previous order details
Connecting to Woocommerce
To connect the app to Woocommerce, you need the
Base URL - the url of your wordpress installation
Consumer Key - Found from Woocommerce settings
Consumer Secret - Found from Woocommerce settings
You can change these in src/app/services/woocommerce/woo-commerce.service.ts
Authentication
Similarly, check details of API parameters and models for all methods on following links
Checkout
Orders
All these functions can be found in src/app/services/woocommerce
in Ionic 4 Full App.
Last updated
Was this helpful?