Hello,
When i try to import my feed it happens that some products have of course the CATEGORY field but it is in this format Electronics / Mobile Phones / Motorola (including the "/").
For me is ok this format, but what can i do to make the script recognize the subcategories?
So that it places one under the other one.
I'm sorry to ask this but I just bought this script
Thanks
Irongloves
Hi,
Price Tapestry doesn't support a category hierarchy. It is something I have looked at, but unfortunately there just isn't the quality of data available in most affiliate product feeds in order to support it.
There are ways to deal with this sort of category value. The best in this case may be to add the Explode filter, which will let you pick out one of the values separated by the specified character. Look for the code in the following thread:
http://www.pricetapestry.com/node/339
(5th comment)
By specifying an explode character of "/", and a return index of 1 (it's zero based), you would be able to return "Mobile Phones" based on your example above.
Hope this helps - any problems adding the filter just let me know and i'll help out...
Cheers,
David.