Hello friends, I need my customers to continue seeing my products, but at the moment I can't let them add them to the cart. How do I hide the add to cart button?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
Open your product page in your website builder frontend there is a menu called Customize open it and click on HTML/CSS/JS Editor menu it will open a sidebar view and you can update the cart button in line 57 and update the form t-if value from:
t-if="product._is_add_to_cart_possible()"
and update it to:
t-if="False"
Happy to help :) an upvote will be awesome
You can disable that functionality from your shop webpage (/shop) as well. While on the shop page in the Customize menu you have the option to turn off "Add to Cart"
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
0
4월 23
|
1652 | ||
|
3
5월 24
|
23984 | ||
|
0
9월 18
|
3745 | ||
|
0
12월 16
|
4023 | ||
|
0
11월 19
|
3785 |