diff --git a/ecommerce/getting_started/catalog.rst b/ecommerce/getting_started/catalog.rst new file mode 100644 index 000000000..b2423a334 --- /dev/null +++ b/ecommerce/getting_started/catalog.rst @@ -0,0 +1,37 @@ +================================== +How to customize your catalog page +================================== + +Product Catalog +=============== + +All your published items show up in your catalog page (or *Shop* page). + +.. image:: ./media/shop.png + :align: center + +Most options are available in the *Customize* menu: display attributes, +website categories, etc. + +.. image:: ./media/shop_customize.png + :align: center + +Highlight a product +=================== + +Boost the visibility of your star/promoted products: push them to top, make them +bigger, add a ribbon that you can edit (Sale, New, etc.). Open the Shop page, switch +to Edit mode and click any item to start customizing the grid. + +See how to do it: https://www.odoo.com/openerp_website/static/src/video/e-commerce/editing.mp4 + +Quick add to cart +================= + +If your customers buy a lot of items at once, make their process shorter by enabling purchases from +the catalog page. To do so, add product description and add to cart button. Turn on the following +options in *Customize* menu: Product Description, Add to Cart, List View (to display product +description better). + +.. image:: ./media/shop_list.png + :align: center \ No newline at end of file diff --git a/ecommerce/getting_started/media/shop.png b/ecommerce/getting_started/media/shop.png new file mode 100644 index 000000000..cb2e1c866 Binary files /dev/null and b/ecommerce/getting_started/media/shop.png differ diff --git a/ecommerce/getting_started/media/shop_customize.png b/ecommerce/getting_started/media/shop_customize.png new file mode 100644 index 000000000..918d238bc Binary files /dev/null and b/ecommerce/getting_started/media/shop_customize.png differ diff --git a/ecommerce/getting_started/media/shop_list.png b/ecommerce/getting_started/media/shop_list.png new file mode 100644 index 000000000..ebe27c9fe Binary files /dev/null and b/ecommerce/getting_started/media/shop_list.png differ