Jump to content

one number in popular products has nothing


Guest trixstr

Recommended Posts

Guest trixstr

now I have one of the numbers in the popular products category ... not show up...

tried the fixes for the alignment and that is not working .help!!!

My Webpage ;)

the first three numbers are missing for products cause the problem before... that is what caused this.... how do I remedy this without reentering all products which I don't want to do have done that twice now...

Link to comment
Share on other sites

Guest estelle

What have you been doing?? Have you tried to import your products from another store?

When you click on the popular products "101 romantic ideas", it says that product isn't found. Is that what you mean by "the first three numbers are missing?"

I'm guessing you've messed up your CubeCart_cats_idx table. You could use phpMyAdmin to back up your database (using the Export option) and then run these SQL commands:

TRUNCATE TABLE CubeCart_cats_idx;

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

Estelle.

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...