Close

Profile: Support

Avatar

User posts

Hi,

Thank you for using our products!

You are trying to integrate the filters on the Manufacturer page, but unfortunately they work only for categories.
The Filters do have a manufacturer Filter Group, if this could be a work around for your project.
We would bear this in mind however and if we find out that it is a popular demand we can look into the filters to implement them to work for the manufacturer view.

Thanks

12 years ago

Hi,

We have just uploaded a new version of the Nop Ajax Filters for nopCommerce 2.3, which fixes this problem. Please download it from your My Account section on Nop-Templates.com.

You do not need to install the filters again. Just replace this file in the nopCommerce 2.3 installation of the filters:

\Plugins\SevenSpikes.Nop.AjaxFilters\Scripts\Filters.js

Please let us know if you have any problems!

Thanks

12 years ago

ylechasseur wrote:
Footer Menu

I created more topics and they are not showing on the footer's menu. What do I have to do ?

Regards

Yves


Hi,

No topics are automatically shown in nopCommerce.
You need to add links to your topics, so that they can be reached.
In nopCommerce you can easily add links to your topics by adding this line:
<a href="@Url.RouteUrl("Topic", new { SystemName = "topic system name" })">@T("Resource name")</a>

For example this is a link to the Shipping Info topic:
<a href="@Url.RouteUrl("Topic", new { SystemName = "shippinginfo" })">@T("ShippingReturns")

If you want to add a link to a topic in the Footer of the Electronics theme then you need to add the link in Themes\Electronics\Views\Common\InfoBlock.cshtml file.

Hope this helps!

Wierd error
12 years ago

ylechasseur wrote:
hi support

One more question .. the version 2.40 is coming, I imagine that the upgrade is part of the one year support ?

Best regards

Yves


Yes, when nopCommerce 2.4 is out we will need several days to upgrade all our plugins and themes. Once the new version of the theme is released you can download it from Downloadable products in your My Account section.

Thanks

Wierd error
12 years ago

ylechasseur wrote:
OUPS I'm sorry..

here the forum's topic
http://www.nopcommerce.com/boards/t/13777/http-error-when-uploaded-images.aspx#60950

Yves


For some reason the nopCommerce web site is inaccessible for several hours.

Wierd error
12 years ago

ylechasseur wrote:
I saw a post with the same warning in my log file about missing a ressource string. did you find out somethimg ?

Hi Yves,

Can you be more specific about the warning message and which exact resource is missing?

Thanks

12 years ago

salsafreakpr wrote:
Great thanks.

Another question: Is there an upgrade path if I decide to buy a single domain license now and then later on wish to implement the theme in another domain? ie, I only want to buy the single domain now but don't want to have to pay the multiple domain one later (not sure when that later is but let's assume for discussion within one year).. can I pay the difference in licensing costs to upgrade to multiple domain?


Hi salsafreakpr,

No, you can't pay the difference to upgrade.
The Multiple domain license is meant for software companies/developers that will use our themes to create several shops for their clients and thus we offer them a much more price effective option rather than paying for several single domain licenses.

In your case if you decide to use the theme on another domain or on more than one domain then you can either purchase the theme again with a new single domain license or with a multiple domain license.

Hope this answers you question!

12 years ago

Hi,

Thanks for giving us feedback again!

Yes the filters should show the specifications groups in the order of their DisplayOrder property.

This is something we have in mind for the next release for nopCommerce 2.4.

Will keep you posted.

12 years ago

salsafreakpr wrote:
Nice job on this theme... it looks spectacular and I'm quite interested.

Question:
I take it that what I'd be purchasing is a multiple plugins with full source code?

What if I'm currently in development/staging mode and don't have a production website?  (I put a bogus one currentlydonthaveone.com in just to see if I could get to the shopping cart page and was able to but didn't proceed since I wasn't sure what it was going to do with my info).  After placing the order, is there a download button that I'll be able to use to download the plugins? Or how exactly is it distributed?


Basically a theme can be described this way:
1. A bunch of dll files, which are the different plugins included in the theme and giving all these features that don't come out of the box i.e Ajax Filters,Product Tabs, Sliders etc. All these plugins are available for FREE Trial download and you can play with all of them. The plugins that are included in the theme are aslo styled specifically for the theme.
2. A bunch of Razor views, which are actually .cshtml files(mix of html and C# code), CSS styles for the theme and images.

That's all a theme is. The plugins are not open source and also you don't get the source code for them but they are different from the standard nopCommerce plugins as all their view files are not embedded but are open for modification. The actual theme  Razor views are also open to modifications and you can customize them however you want.

Yes, when the order is placed and is paid you will be able to download the Theme package from Downloadable products in My Account section of the web site. The package is a .ZIP file with all the plugins and the theme. There is an online documentation that you have to follow to properly install the plugins and the theme files.

The domain name is required as you will get 1 FREE support for the theme and we should know which the domain is. If you don't know it at the moment then place what you think it should be or your company domain. There is also Multiple Domain License where you are allowed to use the theme to as many domains/websites you want - in that case you can simply put any of your web sites or your company web site again.

All the information you provide will remain private. Please read our Privacy Policy for more information.

Hope this information is helpful!

EDIT: You might find these blog post useful about nopCommerce themes:
https://nop-templates.com/blog/11/why-nopcommerce-themes
https://nop-templates.com/blog/12/how-to-create-nopcommerce-themes

12 years ago

Hi,

Thank you for reporting this!

There seems to be an oversight in the filters client side code. We are working to fix this and will post an update to the filters and will let you know when you can get the new version and which files to change. You would not have to reinstall the whole plugin.