reference Multiple Category Links Manager
when I created the new category (65), as mentioned in original post, it has activated ALL products (623) in the category and not just the 'active' products (about 185) - now I have two categories showing 400 odd more products in each category than should be active. When I make the new category 'inactive' it deactivates all products in the original category (category stays active but shows 0 products) - a right old mess.
I tried this;
Remove ALL Products in a Category that are LINKED Products to another Category ...
Example: Using 8 and 22 would Unlink ALL Products in Category 8 from Category 22
Select All Products in Category: 65 Remove from being Linked to Category: 14
65=newly created category to which I linked all products from category 14=original category
I get this warning " WARNING: MASTER CATEGORIES ID CONFLICT!! Conflicting From Category: 65 Conflicting To Category: 14
NOTE: Master Category is used for pricing purposes where the product category affects the pricing on linked products, example: Sales
To fix this problem, you have been redirected to the first product of conflict. Re-assign the Master Categories ID so that it is no longer the Products Master Category ID for the Category that you are trying to remove it from and try again. When all conflicts have been corrected, you will then be able to complete the removal that you requested." .... which has ALL 623 products listed as being in conflict
Looking for some help here please.
cheers,
Mike
Update ...I have deleted the newly created category as a way of minimizing the damage (bot seeing duplicate products)
I still have the issue that for some reason or other, in the linking process it has resulted in out of stock items being reactivated in all previously linked products to all previously linked categories so my site is showing out of stock product as well as active - how can I fix this?
***ORIGINAL QUERY***
Explanation of what I am trying to achieve;
Making duplicate category then reworking the items meta data and product descriptions to create 2 sets of different products from the same stock items because the same items are searched for as their name implies (and website name), i.e. Harmony Ball but also as a 'generic gift idea' in a larger broader category (Pregnancy Gifts) that I want the products to rank well for also - trying to cover two sets of search meta tags with one lot of product doesn't work well so this approach may be better than building a new separate site.
So I need to duplicate the products into a new category BUT I need to switch off the new category whilst I alter all the meta data and modify product pages and even image names (same images renamed) to suit my purposes - when switched back on I will essentially have the same products being targeted to two separate search markets alleviating the need for a separate website .... (changes will be enough so that the bots will not see it as duplicate content)
So how can I achieve this please??
cheers,
Mike
Based on the total desired "evolution" I would suggest something like EasyPopulate V4 to accomplsh your task... You can work offline, you can apply meta tags, you can create new product, the only thing you would need to do is upload/copy your existing image(s) to the new location/name...
EP4 is a database tool and does not transfer the actual image file but allows identification of the file path/name...
There is a version 4.0.31 that allows transfer by products_id so a model# is no longer required, but does still serve a purpose.
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
Two ways that I can see. Sql statement (probably fastest) or can do so with EP4, but have to understand how to use it first.
If all product that have a quantity of zero are to be disabled then in tools->install sql patches enter the following (backup database before doing):
Code:update products set products_status = 0 where products_quantity = 0;
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
Thanks MC - SQL code did the trick
cheers,
Mike