New Parser & Database Index Bug Fix
New Parser
I've released a new update to the ClickBank product feed parser. This update will not add the weird internal ClickBank categories to your database. If you have already ran the new parser and removed the categories, this parser won't add anything new.
You can download it here: http://www.cbfront.com/parser.zip
Unzip and upload to your 'includes/admin/parser/' directory.
Database Bug
There is a database index bug that prevents ClickBank products from being imported into your database if the ClickBank ID has the same first 7 characters as another product already in your database. This affects anywhere from a couple hundred products to almost 1,000 products.
To fix this bug, you'll need access to your database through PHPMyAdmin or some other database access tool. You'll need to run the following two SQL query commands:
alter table cbf2_products drop index idx_lookup;
alter table cbf2_products add index idx_lookup(source_id, source_type);
Run the product importer and you should notice a bunch of new products.
The CBFront retail installation zip has been updated with this fix, so if you're planning on installing CBFront, download the latest cbfront2.zip file from 'Your Purchases' in the members-only section.