Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 1.51 KB

File metadata and controls

32 lines (21 loc) · 1.51 KB

📣 Announcement: New documentation location

The documentation for WooCommerce Blocks has moved to the WooCommerce monorepo.

Please refer to the documentation in the new location as the files in this repository will no longer be updated and the repository will be archived.


General Flows

Table of Contents

Setup

This is a general flow of the main functionality of the blocks without going too much into details, you're expected to set your store as is, with your current flow, products, taxes (if you have any), shipping and so on.

What to test

  • Create pages with Cart and Checkout blocks.
  • Set the continue to checkout link your Cart settings to the Checkout page you created.
  • In Woocommerce -> Settings -> Advanced, set the new pages to your default Cart and Checkout.
  • Add some products to your cart.
  • Mix in a limited stock product or a coupon.
  • Continue to checkout.
  • You should be able to fix your info, if you have them saved, they will show up.
  • Depending on what payment method you enabled (Credit Card, Check, Express payment), you can place the order.
  • You should see an order received page.

Create Todo list