VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: seweryn on February 12, 2013, 11:57:33 AM

Title: Order number before checkout
Post by: seweryn on February 12, 2013, 11:57:33 AM
Hello,

I have a modification to VM 2.0.8 and Joomla 2.5.8 - any products have possibility to add a files to order.
Script in php add a folder on server and there are the files from customers.

My question is: how get order number before chechout?
I would give the order number as folder name.

It is possible?

Thanks in advance.
Title: Re: Order number before checkout
Post by: reinhold on February 12, 2013, 22:32:17 PM
The order number is only created after the order has been completed (otherwise any abandoned cart would create an order number, which mean you'd have huge gaps in your order numbers). So, I don't think it's possible to upload to a folder named identical to the order number...