Jump to content

Products Dont Appear In Categories


Guest Savior

Recommended Posts

I just made a csv script and it worked. The site will list them all in the right category but when you go to the categories they belong in. You will only see one product, however on the featured products it will show u there are alot more assigned to that category. Help me!

Also the site tells me

Products: 264

Categories: 20

Prices: US Dollars

All the products are assigned to /Outdoor Living on the admin screens and from the mysql db. The category even says they are all in there on the admin side but it wont show anymore but 1 on the customer side.

Site: http://www.yourdealcenter.net/

Problem Solved:

after I imported the items into the db I didnt run the following sql cmd

TRUNCATE TABLE CubeCart_cats_idx;

INSERT INTO CubeCart_cats_idx (productid, cat_id) SELECT productid, cat_id FROM CubeCart_inventory;

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...