Passa al contenuto
Odoo Menu
  • Accedi
  • Provalo gratis
  • App
    Finanze
    • Contabilità
    • Fatturazione
    • Note spese
    • Fogli di calcolo (BI)
    • Documenti
    • Firma
    Vendite
    • CRM
    • Vendite
    • Punto vendita Negozio
    • Punto vendita Ristorante
    • Abbonamenti
    • Noleggi
    Siti web
    • Configuratore sito web
    • E-commerce
    • Blog
    • Forum
    • Live chat
    • E-learning
    Supply chain
    • Magazzino
    • Produzione
    • PLM
    • Acquisti
    • Manutenzione
    • Qualità
    Risorse umane
    • Dipendenti
    • Assunzioni
    • Ferie
    • Valutazioni
    • Referral dipendenti
    • Parco veicoli
    Marketing
    • Social marketing
    • E-mail marketing
    • SMS marketing
    • Eventi
    • Marketing automation
    • Sondaggi
    Servizi
    • Progetti
    • Fogli ore
    • Assistenza sul campo
    • Helpdesk
    • Pianificazione
    • Appuntamenti
    Produttività
    • Comunicazioni
    • Approvazioni
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    App di terze parti Odoo Studio Piattaforma cloud Odoo
  • Settori
    Retail
    • Libreria
    • Negozio di abbigliamento
    • Negozio di arredamento
    • Alimentari
    • Ferramenta
    • Negozio di giocattoli
    Cibo e ospitalità
    • Bar e pub
    • Ristorante
    • Fast food
    • Pensione
    • Grossista di bevande
    • Hotel
    Agenzia immobiliare
    • Agenzia immobiliare
    • Studio di architettura
    • Edilizia
    • Gestione immobiliare
    • Impresa di giardinaggio
    • Associazione di proprietari immobiliari
    Consulenza
    • Società di contabilità
    • Partner Odoo
    • Agenzia di marketing
    • Studio legale
    • Selezione del personale
    • Audit e certificazione
    Produzione
    • Tessile
    • Metallo
    • Arredamenti
    • Alimentare
    • Birrificio
    • Ditta di regalistica aziendale
    Benessere e sport
    • Club sportivo
    • Negozio di ottica
    • Centro fitness
    • Centro benessere
    • Farmacia
    • Parrucchiere
    Commercio
    • Tuttofare
    • Hardware e assistenza IT
    • Ditta di installazione di pannelli solari
    • Calzolaio
    • Servizi di pulizia
    • Servizi di climatizzazione
    Altro
    • Organizzazione non profit
    • Ente per la tutela ambientale
    • Agenzia di cartellonistica pubblicitaria
    • Studio fotografico
    • Punto noleggio di biciclette
    • Rivenditore di software
    Carica tutti i settori
  • Community
    Apprendimento
    • Tutorial
    • Documentazione
    • Certificazioni 
    • Formazione
    • Blog
    • Podcast
    Potenzia la tua formazione
    • Programma educativo
    • Scale Up! Business Game
    • Visita Odoo
    Ottieni il software
    • Scarica
    • Versioni a confronto
    • Note di versione
    Collabora
    • Github
    • Forum
    • Eventi
    • Traduzioni
    • Diventa nostro partner
    • Servizi per partner
    • Registra la tua società di contabilità
    Ottieni servizi
    • Trova un partner
    • Trova un contabile
    • Incontra un esperto
    • Servizi di implementazione
    • Testimonianze dei clienti
    • Supporto
    • Aggiornamenti
    GitHub Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Richiedi una demo
  • Prezzi
  • Aiuto

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

  • CRM
  • e-Commerce
  • Contabilità
  • Magazzino
  • PoS
  • Progetti
  • MRP
All apps
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
Assistenza

Add fee to sales order based on cart total

Iscriviti

Ricevi una notifica quando c'è un'attività per questo post

La domanda è stata contrassegnata
odoo.shv17
2 Risposte
1253 Visualizzazioni
Avatar
Sean Westfield

Just what the title says. We would like to add a fee (1.4%) if the cart total is $400 or more.

Using Promotions looks like it would do the trick, except you cannot select a negative 'discount' which is what would be needed.

Thanks for any assistance

1
Avatar
Abbandona
Avatar
Christoph Farnleitner
Risposta migliore

Only reasonable way I can think about, in a default setup, is to add an extra fee to the shipping method. Note that this is applicable to carts that have at least one good-product in it. Service-only carts wont have a shipping fee applied to them, hence no extra fee. (I would assume this is air enough though, since usually such a extra charge is due to increased insurance cost on delivery.)

So, what would do for this is to navigate to Website -> Configuration -> Delivery Methods and create a Method with

  • Provider: Based on Rules

In the Pricing-tab you then would add two lines, reading

  • if price < 400.00 then fixed price $0.00 plus $0.00 times price
  • if price >= 400.00 then $0.01 times price *


*) This would be entered as '0.014', yet Odoo will respect two digits only. To address this issue, enable Developer Mode, then navigate to Settings -> Technical -> Decimal Accuracy, find the record for Product Price-usage, and change it to 3. You can now set '0.014' as a 'times price' value on the Shipping Method - even though Odoo will still display it with 2 digits only, the 3rd digit one will be respected.

Also, ensure you test this change of Decimal Accuracy prior to moving to production since reverting is possible (by now) but NOT recommended for different reasons.




Note also, there is a currency mismatch in the screens, thus 423,50 EUR will not trigger the 400,00 USD rule!


Below 400 USD:

Above 400 USD:

-> (544,36-7,5)*1,014 = 544,376 (accuracy here depends on your setting for global or line-based rounding)



The extra fee on the Shipping Method can be combined with your current shipping rules as well.

1
Avatar
Abbandona
Avatar
Sean Westfield
Autore Risposta migliore

Thanks for the reply.

We already utilize that feature and it applies to ALL shipments. I need a fee added to the cart is the total is over $400.

0
Avatar
Abbandona
Christoph Farnleitner

What are your shipping rules defining right now exactly? Can't those get combined?
If no, there's no default way, unless you want to define a website pricelist being 1.4% more expensive and then trying to (not sure if it will even work) reduce the prices by the means of discounts.

Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!

Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!

Registrati
Post correlati Risposte Visualizzazioni Attività
Discount Free Gift Risolto
odoo.sh v17
Avatar
Avatar
Avatar
Avatar
4
ago 25
2064
Variant Purchase Price Risolto
odoo.sh v17
Avatar
Avatar
1
giu 25
2306
Required attribue Risolto
odoo.sh v17
Avatar
Avatar
1
ago 25
5712
Change Text Color of Discount Price
odoo.sh v17
Avatar
Avatar
1
giu 25
1643
Pricelists
odoo.sh v17
Avatar
Avatar
Avatar
2
mag 25
1906
Community
  • Tutorial
  • Documentazione
  • Forum
Open source
  • Scarica
  • Github
  • Runbot
  • Traduzioni
Servizi
  • Hosting Odoo.sh
  • Supporto
  • Aggiornamenti
  • Sviluppi personalizzati
  • Formazione
  • Trova un contabile
  • Trova un partner
  • Diventa nostro partner
Chi siamo
  • La nostra azienda
  • Branding
  • Contattaci
  • Lavora con noi
  • Eventi
  • Podcast
  • Blog
  • Clienti
  • Note legali • Privacy
  • Sicurezza
الْعَرَبيّة 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 è un gestionale di applicazioni aziendali open source pensato per coprire tutte le esigenze della tua azienda: CRM, Vendite, E-commerce, Magazzino, Produzione, Fatturazione elettronica, Project Management e molto altro.

Il punto di forza di Odoo è quello di offrire un ecosistema unico di app facili da usare, intuitive e completamente integrate tra loro.

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