Skip to content

[IMP] website: update building blocks #13913

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ record.
- :doc:`../pipeline/manage_sales_teams`
- :doc:`convert`
- :doc:`../track_leads/lead_scoring`
- :ref:`Website forms <website/dynamic_content/form>`
- :ref:`Website forms <website/building_blocks/form>`
8 changes: 4 additions & 4 deletions content/applications/services/project/tasks/task_creation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,17 +109,17 @@ Creating tasks from a website form
If you have the Website app installed in your database, you can configure any form on your
website to trigger the creation of tasks in a project.

#. Go to the website page where you wish to add the the form and
:ref:`add the Form building block <websites/website/web_design/building_blocks>`.
#. Go to the website page where you wish to add the form and :doc:`add the Form building block
</applications/websites/website/web_design/building_blocks>`.
#. In the website editor, edit the following fields:

- :guilabel:`Action`: select :guilabel:`Create a Task`.
- :guilabel:`Project`: choose the project that you want the new tasks to be created in.

#. :ref:`Customize the form <website/dynamic_content/form>`.
#. :ref:`Customize the form <website/building_blocks/form>`.

When the form is submitted, it automatically creates a project task. The task's content is defined
by the form's corresponding fields.

.. seealso::
:doc:`Dynamic website content <../../../websites/website/web_design/building_blocks/dynamic_content>`
:ref:`Website forms <website/building_blocks/form>`
2 changes: 1 addition & 1 deletion content/applications/websites/ecommerce/checkout.rst
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ Extra info
You can add an :guilabel:`Extra Info` step in the checkout process to collect additional customer
information through an online form, which is then included in the :ref:`sales order
<handling/sales>`. To do so, :ref:`enable <ecommerce/checkout/customize_steps>` the :guilabel:`Extra
Step` option in the website editor. The form can be :ref:`customized <website/dynamic_content/form>`
Step` option in the website editor. The form can be :ref:`customized <website/building_blocks/form>`
as needed.

.. tip::
Expand Down
21 changes: 21 additions & 0 deletions content/applications/websites/ecommerce/products.rst
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,27 @@ and select the relevant media. In the :guilabel:`Customize` tab, use the followi
.. note::
Images must be in PNG or JPG format and with a minimum size of 1024x1024 to trigger the zoom.

.. _ecommerce/products/products-block:

Products block
==============

The :guilabel:`Products` :doc:`building block <../website/web_design/building_blocks>` is used to
display a selection of products sold on your website.

.. image:: products/products-block.png
:alt: Example of a products block

By default, the block displays the :guilabel:`Newest Products`. To change which products are shown,
go to the :guilabel:`Customize` tab's :guilabel:`Products` section and set the :guilabel:`Filter`
field to :guilabel:`Recently Sold Products` or :guilabel:`Recently Viewed Products`.

In addition, it is possible to display products from a specific category only using the
:guilabel:`Category` field.

You can also filter products by :guilabel:`Tags`, include :guilabel:`Variants`, and adjust the
display by selecting a different :guilabel:`Template`.

.. _ecommerce/products/product-variants:

Product variants
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading