Close

Profile: Boyko

Avatar

User posts

11 years ago

jodie wrote:
I've got CloudZoom running on my website and wondered if there was a way I can put the CloudZoom into one of the tabs? I would like to use the tabs to show photos on one tab and videos on another. Would this be possible?


HI jodie,

Unfortunately this is not possible. The cloud zoom works only on the main product image and its tumbnails(additional images) and can't be shown for images in a tab or any other images.

Thanks

nopowl wrote:
Hi I'm trying to bring back the specification attributes list for each product in the same query as the product information when using AjaxFilters

I know the category template is making use of @model SevenSpikes.Nop.AjaxFilters.Models.ProductsModel

I've done some digging and seen that the AjaxFilters plugin is using it's own stored proc.

In CatalogController.cs there's a method called PrepareProductOverviewModels with a param labelled prepareSpecificationAttributes with a default value of false.

I'm just wondering if it's possible to hook in and set that to true for the inital load of the products and also when the filters run.. I'm trying to use the attributes in a table the customer is viewing.

thanks,
Tom


Hi Tom,

As you don't have the source code of the Ajax Filters you can simply specify the specification parameter to true instead of false. But the Ajax Filters controller inherits from the nopCommerce CatalogController and uses the protected PrepareProductOverviewModels method. So you can simply modify the code in this method in the catalog controller to always prepare the specifications regardless of the prepareSpecificationAttributes parameter.

Hope this information is useful!

Thanks

Bugs
11 years ago

whyzlo wrote:
Hi,

When IE8 script errors will be fixed? Still getting errors in demo store.


Hi whyzlo,

The IE8 script errors are fixed now. You need to update the whole theme to get the fix.
Please read this article of how to update the theme.
Please note that the background problem in IE8 still exists as the fix for it will be added later as it is not that trivial.
Please make sure you clear your browser's cache as the fix is in the javascript of the Mega Menu, Alfresco theme and the Core plugins.

Thanks

Hi Aladino1971,

None of our plugins is implemented as a task. The plugins are executed only when requested i.e Filters are run only on category pages. Actually we have a plugin that has a scheduled task but it is available only for nopCommerce 2.8 and higher - Nop Customer Reminders.
Go to System -> Schedule Task and disable all tasks to see if any of them is causing the 100% CPU.
If the store is closed then it should be something else that consumes the CPU on the machine.

Hope this helps!

Hi joster,

As you have probably notice in the Alfresco theme package the Nop Quick View plugin is still missing. That's because the guys are still making some improvements and testing to it that are specific to the Alfresco theme and it will be added in the package on Monday. But you have installed the Quick View plugin from another theme(I guess the Fashion theme as you have a license for it). The Quick View plugin has Cloud Zoom feature in it and it messes with the Cloud Zoom plugin.
So please uninstall or disable the Quick View plugin and enable it back when you get the Alfresco specific version of the Quick View.

Thanks

rosegeng wrote:

QuickView plugin wasn't added in the package yet


Hi rosegeng,

Yes, it is not. Actually it is the only plugin that is not in the package yet as the guys decided to do some more testing to it and for this we will add it on Monday when they finish with the testing.
Sorry about the delay but I am sure you will like how this plugin is styled in the theme.

Have a great weekend!

Aladino1971 wrote:
There are some tasks launched from nopElectronic theme?


Hi Aladino1971,

What happens if you just switch to the default nopCommerce theme in 2.65. Is it still slow?
I am trying to figure out what might be causing the CPU usage and why it is slow.
The Electronics theme itself could not slow down your web site but it could be some of the plugins that causes issues. It is strange how the site is fast for some time and then it is not. Usually the site is slow after a restart till everything is cached and later it is faster but in your case you are saying it is the opposite.
Please try to disable the Ajax Filters for example or the Smart SEO plugin (if enabled) to see if this makes any difference.

Thanks

Bugs
11 years ago

Hi Morphy,

Well spotted! It is fixed now. Please download the latest package and update the plugin to get the fix.

Many thanks for reporting this!

11 years ago

BlackStar wrote:
Hi,

I have an issues with my project that effects your anywhere slider which I have bought. I can get the anywhere slider running and displayed where I want. The problem is that I set the widget to home_page_top. It then goes where I want.

Essentially I have categories and newsletter on left pane. Then the anywhere slider appears within .topic-html-content. I then want to put a couple of paragraphs of text underneath about the site as a whole. I want this text to go the full width of the page. Therefore overlapping both the above category column and slider column. Unfortunately it only spans the width of the .topic-html-content therefore I have a gap down the left hand side. I wont need this gap.

Any ideas of a workaround. I'm very new to Nop and MVC.


Hi BlackStar,

I don't know what theme you are using but in the DefaultClean theme the home_page_top widget zone is positioned above the HomePageText topic, which is above this text "Welcome to our store" on our demo store.
You can modify this in the Views\Home\Index.html file.
If you can share a link to your web site, so that we can take a look and advice will be best.

Thanks