Mapped Categories, but some are not appearing
Hi David
I've mapped some categories on {link saved} but after I import the feeds, some of these mapped categories aren't showing up. Any ideas?
I saw on another thread you talked about white space, and to use the 'trim' filter, but i cannot see any 'trim' filter in the filter section.
Also, is it possible to put map one original category into 2 different categories?
Thanks
I've tried that Trim code, but its not solved it.
The original category names for the missing mapped categories aren't showing up either. So it looks like I have mapped them correctly but the mapped category isn't appearing so those categories are in limbo and can't be accessed.
For example, i have mapped all the textile clothing into one category called, Textile Clothing. But its not appearing.
Hi bat,
Could you drop me an email with a link to the installation and password for /admin/ and I'll check it all out for you...
Cheers,
David.
--
PriceTapestry.com
Hi bat,
Are you still seeing categories that you had tried to map showing up in the category list rather than what you had mapped them to? Normally when that's the case, it's because not all feeds that contain the original category names have been imported.
If you want to confirm that white space isn't the issue, you can add the Trim filter to your site by pasting the following code into the end of includes/filter.php just before the closing PHP tag:
/*************************************************//* trim */
/*************************************************/
$filter_names["trim"] = "Trim";
function filter_trimConfigure($filter_data)
{
print "<p>There are no additional configuration parameters for this filter.</p>";
}
function filter_trimValidate($filter_data)
{
}
function filter_trimExec($filter_data,$text)
{
return trim($text);
}
Unfortunately as a product only belongs to one category it's not really possible to map an original category to multiple mapped categories. Is your requirement here that you would like certain products to show up in more than one category?
Cheers,
David.
--
PriceTapestry.com