콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
4183 화면

I want to use the shop page and display it on my other website, how can I do that?


아바타
취소
베스트 답변

Hi with this will I be able to generate lead in odoo itself ?

아바타
취소
베스트 답변

Hi,

Hi,


Displaying an Odoo page on another website can be achieved through the use of iframes.


An iframe (inline frame) is a way to embed another HTML document or web page within the current web page. You can use an iframe to display an Odoo page on your external website. Here's how you can do it:

       

  1. In your Odoo instance, navigate to the page you want to embed (e.g., the shop page).
  2.    

  3. Copy the URL of that page.
  4.    

  5. On your external website, add an iframe element with the src attribute set to the copied URL:

 <iframe src="https://your-odoo-instance.com/shop" width="100%" height="800"></iframe>


Hope it helps.



아바타
취소
관련 게시물 답글 화면 활동
0
3월 15
5044
0
5월 20
4926
2
1월 25
965
2
10월 24
1433
1
9월 24
3443