refactor: Migrate documentation content, rebuild UI components, and update core architecture.
This commit is contained in:
17
docs/builder/special-pages.mdx
Normal file
17
docs/builder/special-pages.mdx
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
title: Special Pages
|
||||
description: Customizing Shop and Checkout pages.
|
||||
---
|
||||
|
||||
|
||||
|
||||
Unlike standard pages, "Special Pages" like the Shop, Cart, and Checkout are dynamically generated by WooCommerce. WooNooW gives you control over their wrapper and styling.
|
||||
|
||||
## The Shop Page
|
||||
You can set a specific page to be your "Shop" page in **WooCommerce > Settings > Products**.
|
||||
Once set, WooNooW wraps this product grid in your global theme settings (Header, Footer, Container Width).
|
||||
|
||||
## Cart & Checkout
|
||||
By enabling **SPA Mode** (Full or Checkout Only), WooNooW replaces the standard slow page loads with an instant, app-like transition.
|
||||
* **Checkout Only Mode**: Users browse your normal site, but when they hit "Checkout", they enter the fast SPA data tunnel.
|
||||
* **Full SPA Mode**: The entire shopping experience is instant.
|
||||
Reference in New Issue
Block a user