Hi Dave, How do i add a column for name of product in the export .csv so i can more readily identify the products ?
i have had a brief look at your code ,my coding skills are zero !
'product-options.csv' =>
array('_uc_stock_update_export_product_options',
'product_options',
t('product option prices'),
'_uc_stock_update_import_product_options',
array("Product_Id", "Product_SKU",
"Option_Id", "Option_name", "Cost", "Price"),
array(0, 2),
array(4, 5)
)
);
}
i presume i would need to ad something here .as in "Product_name"
thanks,
mark
