Hi Thomas,
Yes, I was talking about topics and not widgets. Sorry for the typo.
You need to have a ContactUs topic in your administration -> content management -> topics .If it is missing you should create it yourself as it is part of nopCommerce and is not created by any of our plugins. This topic is displayed as a topic block on the Contact Us page. So when you open the Contact Us page this topic is displayed just before the inputs for entering name, email and enquiry.
You can see it here .
Hope that helps!
Hi EUROPHILE,
Thank you for your feedback!
We will fix the missing description and sku of the associated products on the grouped product template and will let you know once it is fixed.
As for the product name it is limited by default to one line, but you can easily change it to be two lines for example. Just open the Themes/Motion/Content/Css/styles.css file and edit the following as shown below:
line 1365:
.item-box .product-title {
height: 50px;
}
As a matter of fact we will change it to be two lines by default and will include it with the fix for the sku and description.
Unfortunately sku cannot be shown on a category page because it is missing in the nopCommerce product model for the category page and is something we cannot change without modifying nopCommerce's source.
Hope that helps!
Thanks again for the feedback and we will let you know once the issues with the sku and description are fixed.