12. Knowledge Check - Test Your WooCommerce Understanding
Question 1: What is WooCommerce primarily built on?
Answer: WooCommerce is built on WordPress as a plugin, leveraging WordPress's content management system to provide e-commerce functionality.
Question 2: Which product type would you use for a T-shirt with different sizes and colors?
Answer: Variable Product - This allows you to create variations based on attributes like size and color, each with its own price and stock level.
Question 3: What are the minimum PHP requirements for WooCommerce?
Answer: PHP 7.4 or higher is required for the latest versions of WooCommerce.
Question 4: Name three popular payment gateways compatible with WooCommerce.
Answer: PayPal, Stripe, and Square are three popular payment gateways. Other options include WooCommerce Payments, Authorize.Net, and various bank-specific gateways.
Question 5: What is the purpose of shipping zones in WooCommerce?
Answer: Shipping zones allow you to define geographical regions and set specific shipping methods and rates for each region. This enables location-based shipping cost calculation.
Question 6: How does WooCommerce handle inventory management?
Answer: WooCommerce provides built-in inventory management with features like stock levels, low stock notifications, backorder handling, and automatic stock reduction upon purchase. It can track inventory at both product and variation levels.
Question 7: What is the WooCommerce REST API used for?
Answer: The WooCommerce REST API allows external applications to interact with WooCommerce data. It's used for mobile apps, custom integrations, headless commerce setups, and connecting with third-party services.
Question 8: What is the difference between a grouped product and a bundle?
Answer: A grouped product displays related items together but allows customers to purchase them individually with separate quantities. A bundle (requires extension) sells multiple products as a single package with a combined price.