Hello,
In admin/store/products/export it's possible to export all product from any category? Now i just can export product former selected one by one... Also if i select two products i have an empty xml file. But anyway i can't select all products, i have a lot of category and sub-category withe a lot of products...
An other thing:
I think import module is a little bit bugy because just after an export of one product, the info messages display this message in the page store/products/export (same issue in the demo of ubercart):
<?php
Array
(
[vocabularies] => Array
(
[0] => 3
)
[
categories] => Array
(
[0] => 22
[1] => 13
)
[
manufacturers] => Array
(
)
[
attributes] => Array
(
)
[
classes] => Array
(
)
[
products] => Array
(
[0] => 28
)
)
?>So what can i do?
Thanks


