Přejít na obsah
Odoo Menu
  • Přihlásit se
  • Vyzkoušejte zdarma
  • Aplikace
    Finance
    • Účetnictví
    • Fakturace
    • Výdaje
    • Spreadsheet (BI)
    • Dokumenty
    • Podpisy
    Prodej
    • CRM
    • Prodej
    • POS Obchod
    • POS Restaurace
    • Předplatné
    • Pronájem
    Webové stránky
    • Webové stránky
    • E-shop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Dodavatelský řetězec
    • Sklad
    • Výroba
    • PLM
    • Nákup
    • Údržba
    • Kvalita
    Lidské zdroje
    • Zaměstnanci
    • Nábor
    • Volno
    • Hodnocení zaměstnanců
    • Doporučení
    • Vozový park
    Marketing
    • Marketing sociálních sítí
    • Emailový marketing
    • SMS Marketing
    • Události
    • Marketingová automatizace
    • Dotazníky
    Služby
    • Projekt
    • Časové výkazy
    • Práce v terénu
    • Helpdesk
    • Plánování
    • Schůzky
    Produktivita
    • Diskuze
    • Schvalování
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Aplikace třetích stran Odoo Studio Odoo cloudová platforma
  • Branže
    Maloobchod
    • Knihkupectví
    • Obchod s oblečením
    • Obchod s nábytkem
    • Potraviny
    • Obchod s hardwarem
    • Hračkářství
    Jídlo a pohostinství
    • Bar a Pub
    • Restaurace
    • Fast Food
    • Penzion
    • Distributor nápojů
    • Hotel
    Nemovitost
    • Realitní kancelář
    • Architektonická firma
    • Stavba
    • Správa nemovitostí
    • Zahradnictví
    • Asociace vlastníků nemovitosti
    Poradenství
    • Účetní firma
    • Odoo Partner
    • Marketingová agentura
    • Právník
    • Akvizice talentů
    • Audit a certifikace
    Výroba
    • Textil
    • Kov
    • Nábytek
    • Jídlo
    • Pivovar
    • Korporátní dárky
    Zdraví a fitness
    • Sportovní klub
    • Prodejna brýli
    • Fitness Centrum
    • Wellness praktikové
    • Lékárna
    • Kadeřnictví
    Transakce
    • Údržbář
    • Podpora IT & hardware
    • Systémy solární energie
    • Výrobce obuvi
    • Úklidové služby
    • Služby HVAC
    Ostatní
    • Nezisková organizace
    • Agentura pro životní prostředí
    • Pronájem billboardů
    • Fotografování
    • Leasing jízdních kol
    • Prodejce softwaru
    Procházet všechna odvětví
  • Komunita
    Edukační program
    • Tutoriály
    • Dokumentace
    • Certifikace
    • Vzdělávání
    • Blog
    • Podcast
    Podpora vzdělávání
    • Vzdělávací program
    • Scale Up! Hra na firmu
    • Navštivte Odoo
    Získat software
    • Stáhnout
    • Porovnejte edice
    • Verze
    Spolupráce
    • Github
    • Fórum
    • Události
    • Překlady
    • Stát se partnerem
    • Služby pro partnery
    • Registrujte svou účetní firmu
    Získat služby
    • Najít partnera
    • Najít účetní
    • Setkejte se s poradcem
    • Implementační služby
    • Zákaznické reference
    • Podpora
    • Upgrady
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dohodnout demo
  • Ceník
  • Pomoc

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

  • CRM
  • e-Commerce
  • Účetnictví
  • Sklad
  • PoS
  • Projekty
  • MRP
All apps
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
Pomoc

Display prices in webshop

Odebírat

Get notified when there's activity on this post

This question has been flagged
webshop
2 Odpovědi
7333 Zobrazení
Avatar
Casper Francke

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

1
Avatar
Zrušit
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
Nejlepší odpověď

@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
Zrušit
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!

Přihlásit se
Related Posts Odpovědi Zobrazení Aktivita
product comparison is not showing odoo community
webshop
Avatar
Avatar
1
zář 24
1838
Can I host my odoo store under the same domain as my website?
webshop
Avatar
0
úno 21
3107
Webshop: sending pdf invoice automatically (event tickets and products)
webshop
Avatar
0
bře 17
4102
Hide price in webshop
webshop
Avatar
Avatar
1
led 16
5708
Is it possible to install the front-end and the back-end on a different server?
webshop
Avatar
Avatar
Avatar
2
bře 15
6490
Komunita
  • Tutoriály
  • Dokumentace
  • Fórum
Open Source
  • Stáhnout
  • Github
  • Runbot
  • Překlady
Služby
  • Odoo.sh hostování
  • Podpora
  • Upgrade
  • Nestandardní vývoj
  • Edukační program
  • Najít účetní
  • Najít partnera
  • Stát se partnerem
O nás
  • Naše společnost
  • Podklady značky
  • Kontakujte nás
  • Práce
  • Události
  • Podcast
  • Blog
  • Zákazníci
  • Právní dokumenty • Soukromí
  • Zabezpečení
الْعَرَبيّة 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 je balíček open-source aplikací, které pokrývají všechny potřeby vaší společnosti: CRM, e-shop, účetnictví, sklady, kasy, projektové řízení a další.

Unikátní nabídka od Odoo poskytuje velmi jednoduché uživatelské rozhraní a vše je integrované na jednom místě.

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