diff --git a/ecommerce/getting_started.rst b/ecommerce/getting_started.rst new file mode 100644 index 000000000..c357bc371 --- /dev/null +++ b/ecommerce/getting_started.rst @@ -0,0 +1,10 @@ +================= +Getting Started +================= + +.. toctree:: + :titlesonly: + + getting_started/product_page + getting_started/catalog + diff --git a/ecommerce/getting_started/media/create_product.png b/ecommerce/getting_started/media/create_product.png new file mode 100644 index 000000000..2b87776a0 Binary files /dev/null and b/ecommerce/getting_started/media/create_product.png differ diff --git a/ecommerce/getting_started/media/product_customize.png b/ecommerce/getting_started/media/product_customize.png new file mode 100644 index 000000000..37afc62d5 Binary files /dev/null and b/ecommerce/getting_started/media/product_customize.png differ diff --git a/ecommerce/getting_started/media/product_page_tips.png b/ecommerce/getting_started/media/product_page_tips.png new file mode 100644 index 000000000..c0f0f0c6d Binary files /dev/null and b/ecommerce/getting_started/media/product_page_tips.png differ diff --git a/ecommerce/getting_started/product_page.rst b/ecommerce/getting_started/product_page.rst new file mode 100644 index 000000000..acea63ec9 --- /dev/null +++ b/ecommerce/getting_started/product_page.rst @@ -0,0 +1,33 @@ +============================ +How to build a product page +============================ + +On the website click *New Page* in the top-right corner. + +Then click *New Product* and follow the blinking tips. + +.. image:: ./media/create_product.png + :align: center + +Here are the main elements of the Product page: + +.. image:: ./media/product_page_tips.png + :align: center + +Many elements can be made visible from the *Customize* menu. + +.. image:: ./media/product_customize.png + :align: center + +See how to configure your products from links here below. + +.. seealso:: + + * :doc:`../managing_products/variants` + * :doc:`../../sales/products_prices/taxes` + * :doc:`../managing_products/stock` + * :doc:`../maximizing_revenue/cross_selling` + * :doc:`../maximizing_revenue/reviews` + * :doc:`../maximizing_revenue/pricing` + * :doc:`../../website/optimize/seo` +