Skip to Content
Odoo Menú
  • Registra entrada
  • Prova-ho gratis
  • Aplicacions
    Finances
    • Comptabilitat
    • Facturació
    • Despeses
    • Full de càlcul (IA)
    • Documents
    • Signatura
    Vendes
    • CRM
    • Vendes
    • Punt de venda per a botigues
    • Punt de venda per a restaurants
    • Subscripcions
    • Lloguer
    Imatges de llocs web
    • Creació de llocs web
    • Comerç electrònic
    • Blog
    • Fòrum
    • Xat en directe
    • Aprenentatge en línia
    Cadena de subministrament
    • Inventari
    • Fabricació
    • PLM
    • Compres
    • Manteniment
    • Qualitat
    Recursos humans
    • Empleats
    • Reclutament
    • Absències
    • Avaluacions
    • Recomanacions
    • Flota
    Màrqueting
    • Màrqueting Social
    • Màrqueting per correu electrònic
    • Màrqueting per SMS
    • Esdeveniments
    • Automatització del màrqueting
    • Enquestes
    Serveis
    • Projectes
    • Fulls d'hores
    • Servei de camp
    • Suport
    • Planificació
    • Cites
    Productivitat
    • Converses
    • Validacions
    • IoT
    • VoIP
    • Coneixements
    • WhatsApp
    Aplicacions de tercers Odoo Studio Plataforma d'Odoo al núvol
  • Sectors
    Comerç al detall
    • Llibreria
    • Botiga de roba
    • Botiga de mobles
    • Botiga d'ultramarins
    • Ferreteria
    • Botiga de joguines
    Food & Hospitality
    • Bar i pub
    • Restaurant
    • Menjar ràpid
    • Guest House
    • Distribuïdor de begudes
    • Hotel
    Immobiliari
    • Agència immobiliària
    • Estudi d'arquitectura
    • Construcció
    • Gestió immobiliària
    • Jardineria
    • Associació de propietaris de béns immobles
    Consultoria
    • Empresa comptable
    • Partner d'Odoo
    • Agència de màrqueting
    • Bufet d'advocats
    • Captació de talent
    • Auditoria i certificació
    Fabricació
    • Textile
    • Metal
    • Mobles
    • Menjar
    • Brewery
    • Regals corporatius
    Salut i fitness
    • Club d'esport
    • Òptica
    • Centre de fitness
    • Especialistes en benestar
    • Farmàcia
    • Perruqueria
    Trades
    • Servei de manteniment
    • Hardware i suport informàtic
    • Sistemes d'energia solar
    • Shoe Maker
    • Serveis de neteja
    • Instal·lacions HVAC
    Altres
    • Nonprofit Organization
    • Agència del medi ambient
    • Lloguer de panells publicitaris
    • Fotografia
    • Lloguer de bicicletes
    • Distribuïdors de programari
    Browse all Industries
  • Comunitat
    Aprèn
    • Tutorials
    • Documentació
    • Certificacions
    • Formació
    • Blog
    • Pòdcast
    Potenciar l'educació
    • Programa educatiu
    • Scale-Up! El joc empresarial
    • Visita Odoo
    Obtindre el programari
    • Descarregar
    • Comparar edicions
    • Novetats de les versions
    Col·laborar
    • GitHub
    • Fòrum
    • Esdeveniments
    • Traduccions
    • Converteix-te en partner
    • Services for Partners
    • Registra la teva empresa comptable
    Obtindre els serveis
    • Troba un partner
    • Troba un comptable
    • Contacta amb un expert
    • Serveis d'implementació
    • Referències del client
    • Suport
    • Actualitzacions
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Programar una demo
  • Preus
  • Ajuda

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Comptabilitat
  • Inventari
  • PoS
  • Projectes
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
Ajuda

Display prices in webshop

Subscriure's

Get notified when there's activity on this post

This question has been flagged
webshop
2 Respostes
7334 Vistes
Avatar
Casper Francke

Can the price gradutions of a price list be displayed on the product page in the webshop?
 

1
Avatar
Descartar
Luke Branch

@Casper, I'm also interested in this. I'd like to be able to display 'tiered' pricing according to quantities in a similar manner to the way Magento does out of the box. eg.: Buy 2 for $10 each and save 10% Buy 10 for $9 each and save 12% Buy 50 for $8 each and save 15% I believe this is logic is built into the default/base frontend template for Magento, however I think it would need to be built into a custom module/theme module for Odoo's e-commerce frontend. I will be looking into building this myself eventually if I cannot find a module that someone has already built themselves, however if you have any suggestions on what functionality you would like to see beyond the standard functionality please let me know.

Avatar
Tommy Lo
Best Answer

@Casper... I'm facing this issue as well... does anyone of you got a solution for setup tier pricing in odoo and make it visible in shop frondend? 

0
Avatar
Descartar
Luke Branch

I came across this pull request for the odoo repository awhile ago:

https://github.com/acsone/acsone-addons/pull/43

This handles tiered pricing for the pricelist (backend). I believe there was some discussion about a module for OCA/OCB (github.com/oca), however i'm not sure whether this has progressed since I last checked.

As soon as there is an OCA/OCB module, or the PR is accepted into the main Odoo repository I will be building a module to place the tiered pricing on the product page in website_sale module.

I'd recommend commenting on the PR in the link above to mention your need for the module.

OdooBot

Hi Luke

 

Thanks for your response.

 

Yes, this module is needed for all Odoo – Website-Shop projects. I aware of the tier price setup in Magento, which is quite easy to handle. Do you know a online HowTo resource for Odoo – setting up tier price in a easy way? I also like to know if there is a posibility to import a CSV/XML price list with tier pricing?

 

Thanks and best regards

Tom

 

I came across this pull request for the odoo repository awhile ago:

https://github.com/acsone/acsone-addons/pull/43

This handles tiered pricing for the pricelist (backend). I believe there was some discussion about a module for OCA/OCB (github.com/oca), however i'm not sure whether this has progressed since I last checked.

As soon as there is an OCA/OCB module, or the PR is accepted into the main Odoo repository I will be building a module to place the tiered pricing on the product page in website_sale module.

I'd recommend commenting on the PR in the link above to mention your need for the module.

--
Luke Branch
Sent by Odoo S.A. using Odoo access your messages

Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Registrar-se
Related Posts Respostes Vistes Activitat
product comparison is not showing odoo community
webshop
Avatar
Avatar
1
de set. 24
1838
Can I host my odoo store under the same domain as my website?
webshop
Avatar
0
de febr. 21
3107
Webshop: sending pdf invoice automatically (event tickets and products)
webshop
Avatar
0
de març 17
4102
Hide price in webshop
webshop
Avatar
Avatar
1
de gen. 16
5708
Is it possible to install the front-end and the back-end on a different server?
webshop
Avatar
Avatar
Avatar
2
de març 15
6493
Community
  • Tutorials
  • Documentació
  • Fòrum
Codi obert
  • Descarregar
  • GitHub
  • Runbot
  • Traduccions
Serveis
  • Allotjament a Odoo.sh
  • Suport
  • Actualització
  • Desenvolupaments personalitzats
  • Educació
  • Troba un comptable
  • Troba un partner
  • Converteix-te en partner
Sobre nosaltres
  • La nostra empresa
  • Actius de marca
  • Contacta amb nosaltres
  • Llocs de treball
  • Esdeveniments
  • Pòdcast
  • Blog
  • Clients
  • Informació legal • Privacitat
  • Seguretat
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo és un conjunt d'aplicacions empresarials de codi obert que cobreix totes les necessitats de la teva empresa: CRM, comerç electrònic, comptabilitat, inventari, punt de venda, gestió de projectes, etc.

La proposta única de valor d'Odoo és ser molt fàcil d'utilitzar i estar totalment integrat, ambdues alhora.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now