Closed GoogleCodeExporter closed 9 years ago
If you had a previous install, make sure you're updating using the directions
in the
CHANGELOG file under the substruct folder.
More than likely you have to do a DB migration, and need to ensure you updated
any
custom files you modified with the previous install.
Original comment by subim...@gmail.com
on 2 Jan 2009 at 9:47
Sorry, didn't give this a good look when I first read it. The admin/orders/new
function has been phased out. The best way to create an order is through the
storefront.
I don't see the value in duplicating order creation code on the admin / public
side.
Original comment by subim...@gmail.com
on 5 Jan 2009 at 10:31
Hi. The problem I suppose comes down to ...
1. Either remove altogether the 'What can I do ..." links that are defunct, or
2. Provide functionality behind the link
As it happens, I did a little more digging over the weekend and it seems the
whole 'new' action in the
controller was missing. Once I added it, by scavenging similar code from the
normal order creation controller,
it seemed to work just fine.
The reason the functionality attracted me was because I wanted to be able to
act as proxy for the purchasing
client, as an admin user. The situation being ... to take orders over the
phone, using the same system as if
they'd ordered on-line.
In any case, there is a bug there, and from what your saying, the solution is
to remove the defunct link(s) and
the supporting code (if any) from the mainline :0))
Cheers ... and thanks ... for both the response and the substruct package
itself. It looks like something I can
use for several online shops that I see coming up in my neck of the woods :0).
Once I get stuck in, I can see
myself quite happy to contribute back to the code base.
Original comment by attila.m...@gmail.com
on 6 Jan 2009 at 9:47
Yes it should be removed all together.
I run a few shops, and it's really best for you to place orders taken over the
phone
by using the same system your customers would use. It doesn't make sense at all
to
duplicate the code or the UI for that particular action. It's not like as an
admin
you're going to have special order-placing options.
Original comment by subim...@gmail.com
on 7 Jan 2009 at 12:47
Original issue reported on code.google.com by
attila.m...@gmail.com
on 31 Dec 2008 at 1:06