Greetings Zen Heads,

I created a PHP form which creates new products in zen-cart. I used this zen-cart wiki link to reference which tables need to be populated:

http://www.zen-cart.com/wiki/index.p...rting_products

I was able to populate the tables by running a few INSERT QUERIES, however, I'm running into a problem when validating the data inside the "online catalog".

SCENARIO 1: If I create a new product in category-ONE using my new PHP form, while viewing the "online catalog", then clicking on category-ONE, I get a blank page, instead of seeing the category page with the newly populated product.

SCENARIO 2: Then after, If I create a new product in category-ONE using the "zen cart admin", while viewing the "online catalog", then clicking on category-ONE, I see the products created by my new PHP form AND the "zen cart admin".

Can someone help me figure out what piece of code I'm missing from SCENARIO 2 which fixes the "blank page" error I'm getting with SCENARIO 1?

Any help would be greatly appreciated.

Thanks and have a great day,

HighJump