re-order doesn't copy additional information

Project: 
subscribe
Category: 
bug report
Version: 
Ubercart 1.0
Priority: 
normal
Status: 
active

Promising module.
When a re-rder is created, information of contributed modules is not copied:
At least:
- information of the module vat number is not copied
- information of the payment method uc_cliep is not copied

Re: re-order doesn't copy additional information

I haven't used those contributions, so I'm not familiar with how they do things, but at least for the VAT number, isn't this something the user supplies at checkout? The Reorder module simply loads the current cart with all the items from a previous order. It doesn't fill in the shipping/billing address, credit card details, etc. - the customer still needs to go through the checkout process.

Re: Re: re-order doesn't copy additional information

uc_subscribe.module supports order duplication without the need to checkout again (currently only uc_credit payment is supported). So, Hanno has a point, in that case the order is duplicated by the funcion "uc_subscribe_reorder_subscription".

More:
http://www.ubercart.org/contrib/2851#comment-22242