Sunday 09 July 2006 11:29:14 pm
Hello Lars, and welcome to eZ publish Community. In 3.8.x remove functionality was replaced with archive. However according to PHP code it should be possible to remove the order (backward compatibility). I think bug is in the template design/admin/templates/shop/orderview.tpl
Line 109: replace
<input type="hidden" name="DeleteIDArray[]" value="{$order.id}" />
with
<input type="hidden" name="OrderIDArray[]" value="{$order.id}" />
I will post bug report about this and commit the fix.
Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog
|