sttaq Posted April 30, 2014 Share Posted April 30, 2014 (edited) Hi I want to find out what is a Linked Order and how do you create one? I have ended up in a similar situation as described in the link below: http://stackoverflow.com/questions/21423041/what-is-linked-orders-in-prestashop I have tried to search for this but could not find anything useful except for some code in the template files which checks for a Linked Order and sets the header text to Linked Order. Thanks --- PS: more than 10 days and no responses, someone must know here please? Edited May 10, 2014 by sttaq (see edit history) Link to comment Share on other sites More sharing options...
sttaq Posted May 24, 2014 Author Share Posted May 24, 2014 anyone please? Link to comment Share on other sites More sharing options...
l.amerisciences Posted October 29, 2014 Share Posted October 29, 2014 Our cart just started created "linked orders" for no apparent reason. I wish someone would address this question! Link to comment Share on other sites More sharing options...
subaru4wd Posted November 5, 2014 Share Posted November 5, 2014 My site too has begun creating these "linked orders" for no reason. It seems to be taking new items and placing them on an identical invoice, then adding #2 to the end. It appears as though it is charging our customers twice for shipping as well. I did a search looking for answers and this was the only thread I could find. Nobody seems to have any idea what is going on, and there is zero documentation regarding "linked orders", this is pretty pathetic. 1 Link to comment Share on other sites More sharing options...
sttaq Posted November 5, 2014 Author Share Posted November 5, 2014 It is surprising that I have not had a response on this post yet. This is a mysterious feature in PS and they don't care to document it. Luckily for my this does not happen frequently. I hope someone help us understanding these Linked Order. Link to comment Share on other sites More sharing options...
tuk66 Posted November 7, 2014 Share Posted November 7, 2014 Done from code: Linked orders are orders with the same reference. Order reference is not unique, but unique for a payment. 1 Link to comment Share on other sites More sharing options...
SamXIV Posted May 19, 2015 Share Posted May 19, 2015 (edited) I've just answered on stackoverflow (http://stackoverflow.com/questions/21423041/what-is-linked-orders-in-prestashop) : An order is splitted when you have products that one carrier can't deliver them all by himself. If you need two or more carriers to deliver all products, Prestashop create two linked orders. You can then generate a delivery pdf (sorry don't know how it this document called exactly in english) for each carrier. By the way, be carefull at the moment (PS 1.6.0.14) seems to be a bug on total paid amount when the order is splitted in 3 "sub-orders" or more. Edited May 19, 2015 by SamXIV (see edit history) Link to comment Share on other sites More sharing options...
ruifox Posted June 30, 2015 Share Posted June 30, 2015 My client has a similar problem in PRESTASHOP VERSION 1.6.0.9, is this issue open on PrestaShop Issue Tracker: System Dashboard?? Link to comment Share on other sites More sharing options...
Vipul Hadiya Posted July 27, 2021 Share Posted July 27, 2021 On 5/19/2015 at 10:26 PM, SamXIV said: I've just answered on stackoverflow (http://stackoverflow.com/questions/21423041/what-is-linked-orders-in-prestashop) : An order is splitted when you have products that one carrier can't deliver them all by himself. If you need two or more carriers to deliver all products, Prestashop create two linked orders. You can then generate a delivery pdf (sorry don't know how it this document called exactly in english) for each carrier. By the way, be carefull at the moment (PS 1.6.0.14) seems to be a bug on total paid amount when the order is splitted in 3 "sub-orders" or more. Not true in my case, my all products are available for all carriers without any exception and still it happened today. It is PS 1.6.1.1 Link to comment Share on other sites More sharing options...
Janett Posted July 29, 2021 Share Posted July 29, 2021 Check this issue : https://github.com/PrestaShop/prestashop-specs/issues/111 There are multiple cases where a Cart can create multiple orders Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now