Advanced settings

In this section, we had to configure the page setup for WooCommerce. Many of the WooCommerce frontend features are provided by standard WordPress pages with shortcodes. We need separate pages for Cart, Checkout, My Account, and Terms and Conditions. Let's take a look at how to create these pages and their functionality.

  • Cart: This page should contain the [woocommerce_cart] shortcode. The cart is used to temporarily hold the user's selections until the order is completed through the checkout process. The shortcode will show the selected products and their details.
  • Checkout: This page should contain the [woocommerce_checkout] shortcode. This is the page where the checkout will be done. This page will show the order information, payment method, and placing the order.
  • My AccountThis page should contain the [woocommerce_my_account] shortcode. This page is used by WooCommerce to display the user's profile with orders, personal details, reviews, and so on. If the user is not logged in, this page will display the login form.

Now that these pages have been set up, we can start creating and selling products on the site.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset