Jump to content

Search the Community

Showing results for tags 'manual 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 6 results

  1. I was using 1.6.0.9 until recently, when I updated to 1.6.0.11, and now to 1.6.0.12, but this did not fix my problem. Sometimes we do manual orders, and send the link to our customers for them to finish the payment. This is because the product in question has various configuration options, and sometimes we do it via telephone. The problem is that since this upgrade, we cannot see the text customization field, which is mandatory, so we cannot add the item to the cart, as it says that a mandatory field is not filled, but we cannot see it. Anybody knows how to fix this?
  2. Having problems getting an additional field added to the database in BO manual order. I have added this code to /adminxxxxxxx/themes/default/template/controllers/orders/form.tpl <div class="form-group"> <label class="control-label col-lg-3" for="handbook_number">{l s='Handbook Number' d='Admin.Orderscustomers.Feature'}</label> <div class="col-lg-9"> <input class="form-control" type="text" name="handbook_number" id="handbook_number" /> </div> </div> And I have something similar working in order edit which works fine, but I can't get the database to update/add the handbook_number when entered in the manual order section of the back office. I suspect it is to do with the javascript contained within the form.tpl, but I am seriously struggling with this one. The handbook_number field is contained within the ps_order_detail table and, as I say it works fine in BO edit order. The PrestaShop version is 1.6.1.17. Any help please.
  3. That's the weirdest hing I've seen. When I create a manual order in BO, 2-3 other orders with other products are created simultaneously. At the end, for ONE id_order, i have many customers linked and many products. I see that with a sql query like: SELECT ps_orders.id_order, ps_order_detail.product_id FROM `ps_orders` , `ps_order_detail` WHERE ps_orders.current_state=2 AND ps_orders.id_order=ps_order_detail.id_order What is even more weird, it's that I cannot find where are made these wrong assosiations. I mean, ps_orders and ps_order_detail look normal when seen separately. Recently, I installed a delete_order module, I enabled my shop to euro currency and ran cron jobs scanning ps_order for new orders. Could it be the prob? Has anybody heard of something like that before? I'm really lost.
  4. Hello, Im having a small issue when I'm trying to add a manual order to a customer from the back end. When I press the button to place the order to the user I'm getting this error message Fatal error: Call to a member function getProducts() on a non-object in /public_html/classes/CartRule.php on line 634 I have 1.6.0.8 I found this link but i dont have the follow up module install How i can solve it? Thank you
  5. When I had version 1.4.X i had a module that allowed me to enter products in the back office. Now, Prestashop 1.5.X has the ability built in but there are some features missing. Specifically, I need to be able to manually enter a shipping fee to an order. My thinking was to create a carrier that only is triggered if the order is being entered by an admin that, instead of showing the value, shows a form field that the administrator fills out. In my mind, this could work either within the actual shipping module as described above, or it can actually be a separate field much like the "handling fee" field is in the back office order creation screen where you can simply add an arbitrary fee to any order you are entering. Any thoughts on this? Does something like this already exist?
  6. Back Office Manual Order V 1.5.2 (upgrade) Can someone check this out for me please and see if this is a common fault. If I enter an order manually then as the list of items builds I do not have a window to show quantity. Also how do you delete a line if entered incorrectly? Regards G
×
×
  • Create New...