Jump to content

Search the Community

Showing results for tags 'Create Order'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Community Help and Support
    • PrestaShop Download
    • PrestaShop Marketplace
  • News and Announcements
    • PrestaShop news and releases
    • PrestaShop Beta
    • PrestaShop Blogs
    • PrestaShop Meetups
  • International community (English)
    • General topics
    • PrestaShop Merchants
    • PrestaShop Developers
    • Taxes, Translations & Laws
    • Community Modules and Themes
  • Forum francophone
    • Discussion générale
    • Aide et support communautaire
    • PrestaShop pour les marchands
    • PrestaShop pour les développeurs
    • Adaptation aux lois Québécoises
    • Modules et thèmes gratuits
    • Modules et thèmes payants
  • Foro en Español
    • Discusión general
    • Soporte de la comunidad y ayuda
    • Comerciantes PrestaShop
    • Desarrolladores PrestaShop
    • Módulos y plantillas gratuitas
  • Forum italiano
    • Forum generale
    • Aiuto e supporto della Community
    • Commercianti PrestaShop
    • Sviluppatori PrestaShop
    • Aspetti legali sull'eCommerce
    • Moduli e template gratuiti
  • Deutsches Forum
    • Generelle Fragen
    • Support und Hilfe aus der Community
    • e-Commerce/Versand-Handel mit Prestashop
    • Prestashop-Entwickler
    • Anpassung an deutsches Recht
    • Kostenlose Module und Templates
    • Generelle Fragen Copy
  • Nederlandstalig forum
    • Algemeen
    • Hulp en ondersteuning, van en voor de community
    • PrestaShop-winkeliers
    • PrestaShop-ontwikkelaars
    • Het aanpassen van PrestaShop
    • Gratis modules en templates
  • Fórum em Português
    • Fórum Geral
    • Ajuda e Suporte da Comunidade
    • Lojistas que utilizam o PrestaShop
    • Desenvolvedores PrestaShop
    • Legislação específica
    • Módulos e temas gratuitos
  • Polskie forum
    • Forum ogólne
    • Wsparcie i pomoc użytkowników
    • Oferty twórców PrestaShop
    • Deweloperzy PrestaShop
    • Darmowe Moduły i Szablony
  • Dansk forum
    • Generelt forum
    • Hjælp og support fra fællesskabet
    • PrestaShop for købmænd
    • PrestaShop for udviklere
    • Love og regler
    • Gratis moduler og temaer
  • České fórum
    • Instalasi, Konfigurasi dan upgrade
    • Obecná diskuze
    • Bezplatné moduly a šablony
    • PrestaShop vývojáři
    • PrestaShop obchodníci
  • Bahasa Indonesia
    • Diskusi Umum
    • Podpora a pomoc komunity
    • Laporan Bug
    • Jasa, Promosi & Lowongan Kerja
  • Svenskt forum
    • Allmän diskussion
    • Installation, konfigurering och uppdatering
  • Forumul românesc
    • Discuţii generale
    • Instalare, configurare şi upgrade
  • Pусский язык
    • Обсуждение скрипта
    • Установка, Настройка, Обновление
    • Прием багов
  • Slovenské fórum
    • Všeobecná diskusia
    • Podpora a pomoc komunity
    • PrestaShop obchodníci
    • PrestaShop vývojári
    • Bezplatné moduly a šablóny
  • Türkçe Topluluğu
    • Genel Konular
    • Topluluk desteği ve yardım
    • PrestaShop Tüccarları
    • Prestashop Geliştiricileri
    • Ücretsiz Modül ve Temalar
  • Diễn đàn tiếng Việt
    • Thảo luận chung
    • Hỗ trợ từ cộng đồng
    • Dành cho chủ doanh nghiệp / cửa hàng
    • Dành cho lập trình viên
  • PrestaShop Communities
    • اللغه العربيه [Arabic]
    • Ελληνικά [Greek]
    • עִבְרִית [Hebrew]
    • 中文
    • Magyar [Hungarian]
    • 日本語 [Japanese]
    • Lietuviškai [Lithuanian]
    • انجمن فارسی [Persian]
    • ไทย [Thai]
    • Malaysia [Malaysian]
    • Eesti [Estonian]
    • Slovenščina [Slovenian]
    • Српски [Serbian]
  • IP. Board Forum
    • IP. Board Forum Questions and Issues
  • Archive
    • Zapłać Moduły i Szablony [ARCHIVE]
    • Moduly, upravy a dizajn [ARCHIVE]
    • Phát triển và các mô-đun [ARCHIVE]
    • Yazılım, Modül ve Tema [ARCHIVE]
    • Модули, Шаблоны [ARCHIVE]
    • Module şi teme [ARCHIVE]
    • Pengembangan dan Modul [ARCHIVE]
    • Moduler och teman [ARCHIVE]
    • Ecommerce x PrestaShop [ARCHIVE BOARD]
    • Vývoj a moduly [ARCHIVE]
    • Kostenpflichtige Module, Templates [ARCHIVE]
    • Módulos y temas pagos [ARCHIVE]
    • Módulos e temas pagos [ARCHIVE]
    • Servizi commerciali [ARCHIVE]
    • Forum - Feedback Contributor
    • PrestaShop Cloud

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Found 7 results

  1. Hi, when I create an order from abandoned cart, how can I send an email with payment page link? I sow that before to click to create order button there is a link that send the email to the client with url to pay. If I create an order before click on it? there is another way to send a client the page payment link? from page order? Thanks
  2. Hello, I am trying to create an order using Prestashop webservices. I managed to create a customer, an address for the customer and a cart. The way i see it the next step is to create an order, unfortunately when i create the order using the /api/orders?schema blank i get an error 500 as return. The weird thing is that it creates an order but it does not assign a current state, it leaves it 0, so to make it valid i have to get to the back office every time and select the current state from there. I also noticed that the delivery option is not generated and i guess that is not a field that i have to complete manually. I checked the php_error log and it says: Uncaught Error: Call to a member function get() on null in ... classes/Tools.php:801. I tried inserting the delivery option manually to the database before creating the order but I'm still getting that error. When i try to create an order using the Prestashop front end instead of my custom one everything works fine, so I'm 100% sure that there's something I'm doing wrong and it's not a problem in Tools.php file.
  3. Hello, I was read and reply all related topic about creating order via webservice, but not found the solution. I was succeed 1. creating customer; 2. creating address, and; 3. creating cart All can accessed in www.mystore.com/api/ But, when I am create order, I have error status: Bad Parameter Given. Must I do task after create cart and before create order? I am sorry for bad english Thank you, Regards,
  4. Prestashop shows "No carrier can be applied to this order" for some customers. Carrier is set as Default carrier for the shop. Carrier is available in Asia. Some orders for "India" get placed successfully while some show the above mentioned error. Customers also belong to the group to which carrier is enabled. What are the possible reasons for this error ? Thanks.
  5. Hello fellow developers, I'm trying to import orders from a marketplace into Prestashop, since we sell on that site. I got all the information I need from the marketplace via an API, what I need now is to insert the orders into Prestashop and lower the quantity of the product that we sold. I got my module for the marketplace up and running, so I could only apply the function to it. My thoughts goes instantly to the Web Service API, but I'm new to it and I'm not really sure how it works. Anyone who has done this before and could go through the process? I guess I first have to create a customer, a cart, an address and then create the order. How do I sync all the tables together so it will know which table it should gather the information from? Also, where do I start? Regards, spk
  6. Hi, I have this very long list of orders (payed but made elsewhere than my shop) with customer ID, virtual product ID, etc. I would like to wrtie a scrit which read this file and create automatically a corresponding order. I know that manual order from my BO send an email with dowloadable link to the product: i would like my script to do the same. Honnestly, I have no clue where to start. Which files from prestashop are called when an order is created mannually? What are the inputs? Any other way to do that? Thanks a lot evertbody!
  7. Hi i m still looking for a way to get the cart_id when i create an order in the back office. in front, i get it in the context, $this->context->cart->id but in BO, if i print_r($this->context) the cart id doesn t appear to be stored here. does anybody know how i could access this id? it s created as when i look the DB, the cart is here... thanks for your help ^^
×
×
  • Create New...