Few Questions Any Help Appreciated

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 years ago
when i set a product up on nopcommerce, is it allocated a specific item number, or ref number?

how do i amend terms and conditions/conditions of use

how do i change the left hand bar to read list of manufacturers instead of categories

thanks in advance,
11 years ago
>when i set a product up on nopcommerce, is it allocated a specific item number, or ref number?
You can give a product variant a SKU

>how do i amend terms and conditions/conditions of use
In admin goto Content Management | Topics and select "ConditionsOfUse"

>how do i change the left hand bar to read list of manufacturers instead of categories
The left side already has a list of manufacturers. If you want to remove the list
of categories, you need to copy ~/view/shared/_ColumsThree.cshtml to your theme (respecting
folder stucture) and remove

@Html.Action("CategoryNavigation", "Catalog", new { currentCategoryId = currentCategoryId, currentProductId = currentProductId })

if you want to change the order, you can also do this in _ColumsThree.cshtml
11 years ago
Thank you.
11 years ago
Thank you.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.