When I click a product category in backend, I see a table of all products in the category. Where to edit this listing? I need 2 new columns showing 2 boolean product propperties: "Display on web site" and one other...
I'm not sure what you're asking for here? If you're looking for a bulk update feature, it does not exists.
Display on web site can be edited on the individual product editor.
If you want to manage products in the category, the newest version of uCommerce includes a feature on the product listing page to click a green button that pops up where you can edit products for that category.
I think the control you're looking for is called EditCategoryProducts.ascx Though any changes you do here might get erased if you upgrade uCommerce to a newer version. I have not tested changes here myself but it should be doable as long you not require changes to the codebehind.
Edit: Also be aware you might not have access to all data on products. I know that uCommerce has done some optimizations and they might use some specific database queries that can restrict which data that is accessible.
Right now is my best guess to try the properties you want in the list and see if it works. I can try to take a look into it tomorrow but I don't promise anything :) Good weekend to you too.
Product table changes
Hi Guys,
When I click a product category in backend, I see a table of all products in the category.
Where to edit this listing? I need 2 new columns showing 2 boolean product propperties:
"Display on web site" and one other...
Hi,
I'm not sure what you're asking for here? If you're looking for a bulk update feature, it does not exists.
Display on web site can be edited on the individual product editor.
If you want to manage products in the category, the newest version of uCommerce includes a feature on the product listing page to click a green button that pops up where you can edit products for that category.
Hope this helps?
Best regards
Morten
Hi Morten,
Its just the visual look of the data presented in the table. (when a category is selected it shows all products in that category)
I wish to show some more values that are already on each product.
Hi Amigo,
I think the control you're looking for is called EditCategoryProducts.ascx
Though any changes you do here might get erased if you upgrade uCommerce to a newer version. I have not tested changes here myself but it should be doable as long you not require changes to the codebehind.
Edit:
Also be aware you might not have access to all data on products. I know that uCommerce has done some optimizations and they might use some specific database queries that can restrict which data that is accessible.
Best regards
Martin
Hi Martin,
True, i found it....
I had, however, hoped to extend the data :-(
But how do I actually find out witch data are awailable here?
Have a cool weekend ;-)
Hi amigo,
Right now is my best guess to try the properties you want in the list and see if it works. I can try to take a look into it tomorrow but I don't promise anything :) Good weekend to you too.
Best regards
Martin
Will do that ;-)
(y)
is working on a reply...