- Posts: 14
- Thank you received: 0
Not all products in database are showing up
- sydneyartschool
-
Topic Author
- Offline
Less
More
14 years 8 months ago #34247
by sydneyartschool
Not all products in database are showing up was created by sydneyartschool
I have 79 products listed in MYSQL database but only 48 showing in the Hikashop admin product listing!
Any ideas?
Any ideas?
Please Log in or Create an account to join the conversation.
14 years 8 months ago #34264
by nicolas
Replied by nicolas on topic Re: Not all products in database are showing up
If you have characteristics, one variant will be created in the hikashop_product table for each combination of characteristics of your products.
So the number of entries in that table will not reflect the number of products in your store.
So the number of entries in that table will not reflect the number of products in your store.
Please Log in or Create an account to join the conversation.
- sydneyartschool
-
Topic Author
- Offline
Less
More
- Posts: 14
- Thank you received: 0
14 years 8 months ago #34288
by sydneyartschool
Replied by sydneyartschool on topic Re: Not all products in database are showing up
Hi,
this is not a variant issue.
This is mostly from products that were imported from virtuemart.
If I create a new menu item with a "product page" option there are products that appear in the drop down menu under the "select a product" list.
But they do not appear anywhere in the Hikashop components product listing.
this is not a variant issue.
This is mostly from products that were imported from virtuemart.
If I create a new menu item with a "product page" option there are products that appear in the drop down menu under the "select a product" list.
But they do not appear anywhere in the Hikashop components product listing.
Please Log in or Create an account to join the conversation.
14 years 8 months ago #34320
by nicolas
Replied by nicolas on topic Re: Not all products in database are showing up
Hi,
Then it's probably that the link between products and categories was not properly created during the import from VirtueMart for some reason.
That link is stored in the table hikashop_product_category so you should check on it. You should have at least one entry for each product. If not you should add it.
Then it's probably that the link between products and categories was not properly created during the import from VirtueMart for some reason.
That link is stored in the table hikashop_product_category so you should check on it. You should have at least one entry for each product. If not you should add it.
Please Log in or Create an account to join the conversation.
Time to create page: 0.165 seconds