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í
    Food & Hospitality
    • Bar a Pub
    • Restaurace
    • Fast Food
    • Guest House
    • Distributor nápojů
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architektonická firma
    • Stavba
    • Správa nemovitostí
    • Zahradnictví
    • Asociace vlastníků nemovitosti
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketingová agentura
    • Právník
    • Akvizice talentů
    • Audit a certifikace
    Výroba
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Korporátní dárky
    Zdraví a fitness
    • Sportovní klub
    • Prodejna brýli
    • Fitness Centrum
    • Wellness praktikové
    • Lékárna
    • Kadeřnictví
    Trades
    • Údržbář
    • IT hardware a podpora
    • Solar Energy Systems
    • Výrobce obuvi
    • Úklidové služby
    • HVAC Services
    Others
    • Nonprofit Organization
    • Agentura pro životní prostředí
    • Pronájem billboardů
    • Fotografování
    • Leasing jízdních kol
    • Prodejce softwaru
    Browse all Industries
  • 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
    • Services for Partners
    • 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

Paypal Button. in eCommerce.

Odebírat

Get notified when there's activity on this post

This question has been flagged
invoicepaypalecommerce
1 Odpovědět
6619 Zobrazení
Avatar
Jayson

Hello Good Day,

I having hard time to deal with paypal integration in my odoo.

Scenario:

i buy product in website then I input my Invoice Address and Delivery address in Shop webpage. Now when i open Sales.Order in User's Portal the Paypal Button there is not clickable.  And also in the paypal button there is something Warning message like This One

Pay safely online

 <input type="hidden" name="business" value="jtipon8321-facilitator@gmail.com"/> <input type="hidden" name="email" value="andres@gmail.com"/>

 

______________________________________________________________________________

 

and this is my actual architecture for Paypal.

 

<?xml version="1.0"?>

<t t-name="payment_paypal.paypal_acquirer_button">

<form t-if="acquirer.paypal_email_account" t-att-action="tx_url" method="post" target="_self">

<input type="hidden" name="cmd" t-att-value="tx_values['cmd']"/>

<input type="hidden" name="business" t-att-value="tx_values['business']"/>

<input type="hidden" name="item_name" t-att-value="tx_values['item_name']"/>

<input type="hidden" name="item_number" t-att-value="tx_values['item_number']"/>

<input type="hidden" name="amount" t-att-value="tx_values['amount'] or '0.0'"/>

<input t-if="'handling' in tx_values" type="hidden" name="handling" t-att-value="tx_values.get('handling')"/>

<input type="hidden" name="currency_code" t-att-value="tx_values['currency_code']"/>

<!-- partner / address data -->

<input type="hidden" name="address1" t-att-value="tx_values['address1']"/>

<input type="hidden" name="city" t-att-value="tx_values['city']"/>

<input type="hidden" name="country" t-att-value="tx_values['country']"/>

<input type="hidden" name="email" t-att-value="tx_values['email']"/>

<input type="hidden" name="first_name" t-att-value="tx_values['first_name']"/>

<input type="hidden" name="last_name" t-att-value="tx_values['last_name']"/>

<input type="hidden" name="zip" t-att-value="tx_values['zip']"/>

<!-- after payment parameters -->

<input t-if="tx_values.get(&quot;custom&quot;)" type="hidden" name="custom" t-att-value="tx_values.get(&quot;custom&quot;)"/> <!-- URLs -->

<input t-if="tx_values.get('return')" type="hidden" name="return" t-att-value="tx_values.get('return')"/>

<input t-if="acquirer.paypal_use_ipn" type="hidden" name="notify_url" t-att-value="tx_values.get('notify_url')"/>

<input t-if="tx_values.get('cancel_return')" type="hidden" name="cancel_return" t-att-value="tx_values.get('cancel_return')"/> <!-- submit -->

<button type="submit" width="100px" t-att-class="submit_class"> <img t-if="not submit_txt" src="/payment_paypal/static/src/img/paypal_icon.png"/> <span t-if="submit_txt">

<t t-esc="submit_txt"/> <span class="fa fa-long-arrow-right"/></span> </button> </form> </t>

 

 

"I NEED HELP"

 

1
Avatar
Zrušit
Avatar
Fnordbedarf
Nejlepší odpověď

Are you using the Payment_acquirer for Paypal? you find it searching for module

payment_paypal

0
Avatar
Zrušit
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
Paypal on multiple websites [SOLVED] Vyřešeno
paypal ecommerce
Avatar
Avatar
Avatar
2
pro 23
3322
How to automatically apply Paypal payments to invoices?
invoice payment paypal ecommerce ipn
Avatar
Avatar
Avatar
Avatar
4
dub 16
9813
How to establish the value of transport in ecommerce automatically in the pedido Vyřešeno
invoice web ecommerce
Avatar
Avatar
1
pro 22
3091
Odoo 12 eCommerce problem when not completing paypal payment.
paypal ecommerce odoo12
Avatar
0
srp 20
3054
Invoice from eCommerce order V13 CE Vyřešeno
invoice quotation ecommerce
Avatar
Avatar
1
lis 19
3468
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