Please do list all the things that you’ve discovered that you should check/do after you’ve done an upgrade to v2.0.9…
From what I’ve gather from reading the forums, and from what I’ve gather so far from my test upgrade locally, here is my list as of now:
- If you have no categories, no products problem:
Make the following: Admin - Design - Skins
Choose a new skin - save.
2 If you have any promotions that are based on “membership” aka the new usergroup levels.
Eg. 20% off for members with membership of “VIP” or something like that,
you will need to go into your promotions, and manually update the promotions conditions to reflect the memberships, aka “new” usergroups.
- Go to Administration > Settings > General, ensure that "Allow customer to signup for user group " is unchecked if you do not want your users to happily subscribe to your various user groups. (Does not matter if your original setting for “Allow customer to signup for membership” is unchecked. Their default upgrade setting is “checked”)
- Go to Users > User Groups and set the user groups you do not want ALL your customers to see to “Hidden”. Else any customer can see ALL the user groups/membership you have set in your store.
- Can Not Add Products to Other Categories
Details of this Bug here:[url]http://forum.cs-cart.com/vbugs.php?do=view&vbug_id=1322[/url]
Solution by zeke:
To fix this problem, you need to edit template “skins/basic/admin/views/products/update.tpl” and replace:
{include file="pickers/categories_picker.tpl" input_name="product_data[add_categories]" item_ids=$product_data.add_categories multiple=true single_line=true}
with
{include file="pickers/categories_picker.tpl" input_name="product_data[add_categories]" item_ids=$product_data.add_categories multiple=true single_line=true positions=""}
(there is more, but I am still pulling my hair out one by one with this upgrade…)