Search the Community
Showing results for tags 'Order reference'.
-
Hi, I really want change order reference to numeric. (TEXT order reference is really difficult to say via phone to customers). Normaly I do it by override order class by change getOrderReference method. public static function generateReference() { $last_id = Db::getInstance()->getValue('...
-
Hello Everyone, I have a question about how to change the order reference in certain pattern. I know the similar question has been ask plenty of times, but trust me, I have read those post before now I post this thread First, I want to change my order reference with this pattern: "R...
-
Hey there, I'm trying to display the order reference in the footer of the invoice PDF. Everything works perfect when displaying a single invoice. However, if we are using the bulk process, the invoice numbers are displayed incorrectly in the footer. PS Version: 1.6.11 Changes HTMLTemplateInv...
-
- order reference
- bulk
-
(and 1 more)
Tagged with:
-
Pro odstranění Označení objednávky velkými písmeny a nahrazení běžným číslem (jako v starších verzích) jsem vyrobil tuto jednoduchou úpravu souboru /override/classes/order/Order.php Kód: <?php class Order extends OrderCore { public static function getUniqReferenceOf($id_order) { $order =...
- 29 replies
-
- 2
-
-
- Order reference
- cislo
-
(and 2 more)
Tagged with:
-
Since I have migrated to the latest version of Prestashop 1.5.4 from 1.4.9 My email templates have started to include the order_name eg. XWVZXTJPR instead of the order number eg #4328 Can someone please tell me what I need to change in the Email Template Translations html code for this to happ...
- 3 replies
-
- Order Number
- Order Reference
-
(and 1 more)
Tagged with:
-
Hi everyone, I have a problem with my module. I created a payment module based on bankwire module with some differences. I'm stuck with this problem and hope someone could help. I need to create a form in payment_execution.tpl with fields that come from database (like address firstname,...
- 3 replies
-
- prestashop 1.6
- order reference
-
(and 4 more)
Tagged with:
-
Hi everybody. I installed modrefchange in order to turn order reference from alphabetical to numerical, but it doesn't work; it says "data updated", though. I use Prestashop 1.6.0.9. I installed the module in another site I manage and worked perfectly.
- 3 replies
-
- 1
-
-
- modrefchange
- change code
-
(and 4 more)
Tagged with:
-
Order referentie wijzigingsmodule v1.5 Module to change the order reference using Order ID AND/OR Cart ID Compatibility: Prestashop v1.5.X and above Screenshots: Edit by mdekker: Temporary download link for version 1.3: https://github.com/firstred/mdrefchange/releases/download/1.3.0/v1.3.0-modre...
- 352 replies
-
- 30
-
-
- Order reference
- reference
-
(and 2 more)
Tagged with:
-
To replace uppercase in the Order reference and replace with numbers (id_order as in older versions) I made this simple code override in /override/classes/order/Order.php: <?php class Order extends OrderCore { public function getUniqReference() { $query = new DbQuery(); $query->select('MIN(id...
- 53 replies
-
- 2
-
-
- order reference
- uppercase
- (and 4 more)
-
Hello, Noticed a small problem with loyalty history, under vouchers sections, the "more" link that usually shows the orders from which this voucher has been generated. It is showing the same 2 orders to the exception of the price: (for example) Order #4 (300 USD) : 30 points Order #4 (3000...
-
Hi, Can someone explain why orders.reference was implemented in 1.5 ? searching in code, I've found the following commments that did not helped me to understand /classes/order/Order.php @var string Order reference, this reference is not unique, but unique for a payment * Get a coll...
-
Hallo Prestashop-Forum Community Vor etwa 2 Tagen habe ich Prestashop Version 1.5.3.1 Installiert. Leider sind die Bestellnummer (order reference) mit Buchstaben versehen. Doch dies ist so Unbrauchbar. Gibt es eine Möglichkeit mithilfe eines Moduls oder sogar Prestashop Bordmitteln die Bestell...
- 3 replies
-
- Bestellnummer
- ohne Buchstaben
- (and 3 more)