1. davidex21
  2. RO CSVI
  3. Monday, 18 January 2016
  4.  Subscribe via email
Hello. I managed to create a file for google base solving all errors. Now I should match the categories of my site to categories required for Google, but my product child does not have products categories compiled. Can match the categories father only on export, without changing the data in the database?

Thanks
Accepted Answer Pending Moderation
Category id 42 exist (cuscini)
IDs 261,262,263,264,265,454,267,268,269,270,271,272,273 is product child (in any category published)
ID 106 is product parent (cuscini) in category id 42
  1. more than a month ago
  2. RO CSVI
  3. # 21
Accepted Answer Pending Moderation
IDs 261,262,263,264,265,454,267,268,269,270,271,272,273 is product child (in any category published)
You mean they don't have a category assigned?
Kind regards,

RolandD

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 22
Accepted Answer Pending Moderation
exact. only the product parent has an assigned category
  1. more than a month ago
  2. RO CSVI
  3. # 23
Accepted Answer Pending Moderation
That is then the reason why your export is empty.

WHERE `#__virtuemart_product_categories`.`virtuemart_category_id` IN (42) AND #__virtuemart_products.virtuemart_product_id IN (261,262,263,264,265,454,267,268,269,270,271,272,273)

This never matches anything because these products are not in category cuscini.

If you only want these couple of products in an export file, you can use the Product SKU filter. The combination you want isn't possible because for the system there is no relation between these child products and category.
Kind regards,

RolandD

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 24
Accepted Answer Pending Moderation
ok thanks
  1. more than a month ago
  2. RO CSVI
  3. # 25
  • Page :
  • 1
  • 2


There are no replies made for this post yet.
Be one of the first to reply to this post!