Se rendre au contenu
Menu
Cette question a été signalée
4 Réponses
337 Vues

OK, so I have inventory of an item, and can't sell it on the website (buy adding to cart), but we have them listed and say "Available Trackside".


How can I set this product to be able to see it on the website, but not actually able to add it to the cart?

Avatar
Ignorer
Meilleure réponse

One way could be to price the product as ‘0’ and enable prevent sale of zero priced product. Settings>website>shop - product section



Avatar
Ignorer
Meilleure réponse

Hi,

Refer to the following module


- https://apps.odoo.com/apps/modules/17.0/product_visibility_website


For more reference.


- https://www.odoo.com/sl_SI/forum/pomoc-1/prevent-sale-of-some-product-variants-on-the-website-247228#


Hope it helps

Avatar
Ignorer
Auteur

We are running Odoo 18, this module only shows up to Version 17

Meilleure réponse

Showcase Without Selling

Yes, Odoo allows you to display products without enabling eCommerce sales. You can achieve this by:

  1. Disable "Can be Purchased Online"
    • Go to the product in Website > Products
    • Uncheck “Can be Sold” or “Available in eCommerce” if not needed
    • Or remove “Add to Cart” from the website template via code
  2. Set Product as Catalog Only
    • Under Sales tab → Uncheck “Can be Sold”
    • Then publish the product manually on the website for catalog display only
  3. Customize Website Template
    • Modify website_sale template to hide “Add to Cart”
    • This makes your site a catalog-only display

Avatar
Ignorer
Meilleure réponse

In Odoo 18, you can install the Website module, then click the "Edit" button in the top-right corner. From the 'Blocks' > 'Category' menu, select and drag the Product block onto your website page. After that, click on the product image on the website, and in the editor under the 'Customize' menu, choose a template that displays only the product image and description.

You can edit the text in the block to say "Available Trackside" by double-clicking on the relevant text, and remove the 'See All' button to prevent users from being redirected to the eCommerce page.




Regards, 

Appschef

Avatar
Ignorer