Hi,
Thank you for considering our products!
If you buy a single domain license you can still use the theme on your test domains, there is no restriction for test domains. All we need is the domain of the live web site. If you do not have it at the time of the purchase we would kindly ask you to supply it later when you have it.
Regarding the multiple domain license you can use the product on any web site, which does make the url field redundant. Still if you have at least one live domain that you know you are going to use the product on, please provide it. It helps us track our customers, for portfolio purposes, discounts etc. We do like to build long term relationships with technically savvy customers. But we do need to see their work and how they use our products.
The theme installation on your web site, means that should you wish we can install the theme on your web site for free. However we do encourage our customers to follow the documentation and install the theme themselves, as in this way the will learn how to work with our nopCommerce extensions and this is certainly beneficial to them as most often they are the ones who are going to maintain the web site.
I hope this is useful!
Please let me know if you have additional questions!
Best Regards
Hi,
The Nop Smart SEO will override the defined meta title.
You can however use the ${meta-title} token to use the currently defined meta title in the generated meta data for the product page.
Best Regards
Hi,
Actually this is by design. There are no special place for featured products in the theme, all products are just shown. So there is no need to set the product as featured, and as you have rightly noticed if they are set as featured they disappear.
If you would like the features products to appear you need to edit this file in the Fashion theme:
Views\Catalog\CategoryTemplate.ProductsInGridOrLines.cshtml
And add this code wherever you would like them to appear:
@*featured products*@
@if (Model.FeaturedProducts.Count > 0)
{
<div class="featured-product-grid">
<div class="title">
@T("Products.FeaturedProducts")
</div>
<div>
@(Html.DataList<ProductModel>(Model.FeaturedProducts, 2,
@<div class="item-box">
@Html.Partial("_ProductBox", @item)
</div>
))
</div>
</div>
<div class="clear">
</div>
}
Please note that you will need to do some styling for this featured products panel.
I hope this is useful!
Hi,
In order to work with\configure the plugins you need to go to the Plugins menu in the administration panel.
I hope this is useful!
Hi Jeevan,
Please let me step into this discussion.
What you require is a custom nopCommerce home page, which as the support team tried to mention is far from straightforward to implement. This would require design, front-end and MVC Razor work! So a whole team needs to be involved in this.
Please note that we do provide support for our products but what you require is actually a custom project in itself, it has nothing to do with the home page of the Electronics Theme.
So as much as we would like to help you out, it would take us probably more than a week to implement such a page.
We could give you a quote for developing such a web site, but unfortunately we are extremely busy at the moment and would not be able to commit to such a project. Also I believe that you want to implement it yourself anyway. So can you please have a look at these for information on MVC and nopCommerce 2.x:
http://www.asp.net/mvc
http://www.nopcommerce.com/documentation.aspx
I hope this is useful!
Should you need more guidance please let us know!
Best Regards
Hi NMercer,
We would like to let you know that the issue you were having with Internet Explorer when using dropdowns in the Nop Ajax Filters has been fixed.
Please download the latest version of the Nop Ajax Filters from your My Account section on Nop-Templates.com.
Please let us know if you have any problems!
Best Regards
Hi Craft,
This issue has been fixed and the Nop Ajax Filters now work with the allowproductviewmodechanging and catalogsettings.defaultviewmode correctly.
Please download the latest version of the Nop Ajax Filters from your My Account section on Nop-Templates.com
Please let us know if you have any problems!
Best Regards
Hi Craft,
Thanks for suggesting this!
Please note that the pages will still be indexed by Google as the Categories Navigation is using links and when a category is first loaded the Pager control is again using links. So a search engine will be able to craw all you categories and products.
However having the filters build an url with the selection has other benefits. You might want to use the link when pointing users to your web site and to a particular set of products from other web sites: social web sites, forums, e-commerce product aggregators, etc...
So in summary I would like to say that we do like your suggestion and would like to implement it for the next release. Would you be able to post an User Voice request for it here:
https://noptemplates.uservoice.com/forums/151226-nop-templates-com-products-feedback
Many Thanks
Hi Craft,
Which version of the Nop Ajax Filters are you using?
Thanks