Hi all,
I’ve hit a snag in evaluating the multivendor solution. Its sufficient of a snag to stop me in my tracks and start digging.
The issue has come about through clearing out the test data; via admin, I’ve now got a duplicate key issue in placing orders.
I could reset the db and drop the products /options I’ve setup, but I’ve no guarantee the issue won’t return, worse it does similar in a live environment.
It seems to centre around the order_id always been the same, no matter what new_orders says.
<br />
+----------+---------+<br />
| order_id | user_id |<br />
+----------+---------+<br />
| 16777215 | 10 |<br />
+----------+---------+<br />
```<br />
<br />
My checking out user id is 14, the dup ins error is trying to insert 16777215 order id for user id 14...<br />
<br />
I've been looking for pre sales support so I can send my db dump and get an official view on the issue, have I just missed it?<br />
<br />
A tiny bit annoying as I'm sitting down with some suppliers tomorrow to convince them to go with it and me... still didn't happen in the demo <img src="upload://ssa1U17ndImgNZSdwFNmOF2yUgM.png" class="bbc_emoticon" alt=";)"><br />
<br />
I'm going to dump and reinstall. Then neck some coffee and push on, again.<br />
<br />
Cheers<br />
<br />
Colin.