Skip to content
Open
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
2 changes: 2 additions & 0 deletions content/applications/websites/ecommerce/checkout.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ Button` section, and configure the following:
- The default :guilabel:`Add to cart` button does not offer those options, but its label can be
changed.

.. _ecommerce/checkout/cart-button-header:

.. tip::
In the website editor, it is also possible to show or hide the :icon:`fa-shopping-cart`
(:guilabel:`cart`) icon in the page's header. To do so, click the header, go to the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ blocks in the :guilabel:`Style` tab.
E-commerce-specific website footer
==================================

The :ref:`website footer <website/header_footer/footer-design>` can also be configured to use
The :ref:`website footer <website/header_footer/design>` can also be configured to use
the e-commerce-specific template. Then, add the relevant :ref:`links <website/elements/links>`, and
adapt the footer's text and layout as needed in the website editor. The :doc:`available payment
methods </applications/finance/payment_providers>` are also shown in this footer. To adapt their
Expand Down
310 changes: 181 additions & 129 deletions content/applications/websites/website/structure/header_footer.rst

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ You can display an Odoo contact form on another website using an iframe. To do s
steps:

#. **Prepare the Odoo form:** Create a contact form on a page in Odoo Website and remove the
:ref:`header design <website/header_footer/header-design>` and the :ref:`footer design
<website/header_footer/footer-design>`. Make sure only the contact form remains on the page.
:ref:`header and footer design <website/header_footer/design>`. Make sure only the contact form
remains on the page.
#. **Generate an embeddable code:** Copy the URL of the Odoo form page and paste it into an iframe
generator, such as `La Digitale.dev <https://ladigitale.dev/digitools/generateur-iframe>`_ or
`iFrame Generator <https://www.iframe-generator.com/>`_ . Adjust the width and height for proper
Expand Down