Close

Bugs

Support
11 years ago
#626 Quote
Avatar
  • Moderator
  • 1044
Craft wrote:
Not working!

catalogsettings.defaultviewmode is set to list

When you enter to product list page - all in list mode, but when you select some filter, they refreshing product list in grid mode.



Have you removed the dropdown with the list mode?
Please check catalogsettings.allowproductviewmodechanging setting and tell us if it is set to true or false.

Best Regards,
Nop-Templates Support Team
Craft
11 years ago
#627 Quote
Avatar
  • 11
allowproductviewmodechanging - it was disabled. Now when i enable this option it works. But yesterday when i enabled this option it don`t want to work correct. May be it cached somewhere.
Thank`s.
YashChandra
11 years ago
#636 Quote
Avatar
  • Moderator
  • 62
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
Regards,
Milen Kovachev
Nop-Templates.com
kevanbulmer
11 years ago
#1557 Quote
Avatar
  • 6
Hi

I keep getting this error:

Retrieving http://buyskincare.co.uk/Plugins/SevenSpikes.Nop.AjaxFilters/JQueryTemplates/JDropDown.htm failed.

Which seems to be very random

Any ideas on the cause?

ver 2.65.286.4700
Boyko
11 years ago
#1558 Quote
Avatar
  • Moderator
  • 1570
kevanbulmer wrote:
Hi

I keep getting this error:

Retrieving http://buyskincare.co.uk/Plugins/SevenSpikes.Nop.AjaxFilters/JQueryTemplates/JDropDown.htm failed.

Which seems to be very random

Any ideas on the cause?

ver 2.65.286.4700


Hi kevanbulmer,

I guess there is something wrong with you SSL settings. You could get this error if you attempt to access an http resource from https script and it is considered as unsafe javascript call. I guess you get this error only when you open a category page and your url starts with https but the javascript of the filters try get the JDropDown.htm with http.
Could you check if you have "shared SSL" enabled by any chance in nopCommerce?

Hope this helps!

Best Regards,
Nop-Templates Support Team
Regards,
Nop-Templates.com Team
kevanbulmer
11 years ago
#1572 Quote
Avatar
  • 6
Hi

I've discovered this is not related to SSL, but rather, when the domain is not using www.

The plugin only works when using www in the address.

How do I fix this?
Boyko
11 years ago
#1573 Quote
Avatar
  • Moderator
  • 1570
kevanbulmer wrote:
Hi

I've discovered this is not related to SSL, but rather, when the domain is not using www.

The plugin only works when using www in the address.

How do I fix this?


Hi kevanbulmer,

Do you still get this error because we can't reproduce it on your web site?
Do you have any redirects in your web.config i.e domain.com to www.domain.com?
I am asking because when I try to open your web site with www.buyskincare.co.uk/c/23/moisturiser I always end up with buyskincare.co.uk/c/23/moisturiser.
Actually permanent redirects are good for SEO.

Thanks
Regards,
Nop-Templates.com Team
kevanbulmer
11 years ago
#1575 Quote
Avatar
  • 6
Hi

Yes it was still happening, so in the end I have implemented a 301 redirect.

I think you should test this on a dev site, as this problem still exists.

Thanks
Kevan
Boyko
11 years ago
#1576 Quote
Avatar
  • Moderator
  • 1570
kevanbulmer wrote:
Hi

Yes it was still happening, so in the end I have implemented a 301 redirect.

I think you should test this on a dev site, as this problem still exists.

Thanks
Kevan


Hi kevanbulmer,

I still think this is connected with something not quite correct on the server.
You can see on our demo site that it doesn't matter if it is with or without www.
http://www.themes.fashion.nop-templates.com/c/1/clothing
http://themes.fashion.nop-templates.com/c/1/clothing

Till now 2 other customers reported this and it was connected with their configuration on the server not being quite right. One of them has this "shared SSL" setting enabled. I was curious what could be wrong on your server. In any way a permanent redirect is required for good SEO, so you should keep it this way.
By the way your web site looks very nice. You have done great job! We really like the way you have styled the Ajax Filters. Would you mind if we add your web site to our showcase for the Ajax Filters?

Many thanks!
Regards,
Nop-Templates.com Team
kevanbulmer
11 years ago
#1577 Quote
Avatar
  • 6
ok, I'll have a look into this further, but for now Im happy as, its working as i expect.

my SSL setting for the site in the web.config are:

<add key="UseSSL" value="True" />
<add key="SharedSSLUrl" value="https://buyskincare.co.uk/" />
<add key="NonSharedSSLUrl" value="http://buyskincare.co.uk/" />

As for the SSL cert on the server, this is a dedicated server & it is using its own SSL cert.

I'll report back if I get to the bottom of this.

Also thanks for your comments, the site is almost complete, there are just a few minor amends & fixes mostly for IE, you can add my site to your showcase by all means!

Thanks
Kevan