Hi David,
Hope the title of the post explains what I'm looking for. I am developing a niche site around one type of product, but the merchant categories for this product are all different. Without having to use the search and replace filter, is there any other way to just have one defined category.
Hope this makes sense.
Many thanks
Adrian
Hi Adrian,
Best place to add the code is probably immediately before the following comment, around line 268 of includes/admin.php:
/* check product record for minimum required fields */
...so to set every product in the category "Widgets", insert:
$importRecord["category"] = "Widgets";
Cheers,
David.