Close

Profile: Boyko

Avatar

User posts

11 years ago

Hi guys,

The quick view now supports changing the picture when an attribute mapped to a picture is changed.
The same applies to the Cloud Zoom plugin and the cloud zoom in Quick View as well.
Please update the Quick View and Cloud Zoom plugins to get the fixes.

Thank you again for reporting this problems!

Bugs
11 years ago

Hi miroz,

We managed to reproduce and fix it.
Please update the plugin and uninstall and install it again.

Thank you again for reporting this!

11 years ago

luborman wrote:
I updated to NopCommerce 3.10 and have a problem if I have enabled NopAjax Filters.
When load products from anywhere in category menu loading WEB site is too slowly (waiting 1-2 minutes). I also uninstal / instal plugin.
In NopCommere 3.0 it works ok - NopAjax Filters working good and quickly.

Hi luborman,

That is quite strange as 1-2 minutes is quite a lot of time. All out demo stores are running nopCommerce 3.1 with the Ajax Filters and were updated from 3.0. Do you mean 1-2 seconds? Anyway, if you can send us an email at our support mail and your database, so that we can take a look.

Thanks

Bugs
11 years ago

Morphy989 wrote:
Hi,

i am having a problem with JCarousel. Perhaps is my fault, and i'm understanding a part of it wrong or it is a bug.
I am trying to add it to a certain category and show it's featured products. I created a widget zone, and mapped the JCarousel to the category. That produces a JCarousel showing the category, and that's fine, since it's supposed to work like that (Or?). The problem starts when i chose a data source "Category featured products" it shows all published products from that category. Is that a normal behavior and i am doing/understanding something wrong, or is it a bug?

Thank you


HI Morphy989,

Which version of the JCarousel do you use i.e 2.8, 3.0 or 3.1?
So that we can try to reproduce it.

Thanks

joster wrote:
I had posted this yesterday and Boyko responded...then I replied and left for the day. When I returned to check for replies, the whole topic is gone....

I am getting this error on a fresh installation of 3.10 and have restarted the application numerous times to no avail...
Oh..and you can see it here currently: http://64.239.149.236/:


Hi Joster,

We just upgraded our Fashion theme demo store and we had no issues with the upgrade. Please download the latest package and try with it. If you still have problems please modify the Global.asax file by adding a few empty spaces in it and restart the web server.
Please let us know how it goes!

Thanks

11 years ago

hemjesti wrote:
so, i downloaded the trial version of the Nop Ajax Filters - i was reading over the "documentation" and found this reference - SpecificationAttributeOptions AllowFilter - is this to imply that one will have to touch each product, add a searchable attribute, and check the box to allow filtering - is the only way to utilize this tool?

i do see that manufactures are listed as searchable, but i was hoping to utilize this as a Make/Model/Year search - if i create a product attribute - that's not the same as a specification attribute. and thus the product attribute isn't going to be searchable?

is there more extensive documentation i can take a look at or perhaps a way to edit/update/modify this information in an excel doc or via a db update or something? this could take decades :-)


Hi hemjesti,

The Filters can filter by manufacturer, attributes and specification.
The manufacturer should be clear - you need to have the given product mapped to a manufacturer.
The attributes are used when you want to allow the user to choose something i.e color, size etc. It is something that can be changed by the customer, so it will not work in your case with the model and year as they are not something the user can choose when they purchase a product.
The Filters get all available attribute options for all the products in a category and automatically allow the customer to filter by them.
What you really need is specifications as they probably won't change per product i.e the model is always the same as well a the year etc. You need to have 3 specifications i.e Make, Year, Model and apply them to your products. As they will probably vary per product then you need to do this for each product.
I don't know how you have imagined this to work but it will be interesting to hear it. There is no way for the Filters to know the model,year, make of your products without you specifying them.

Thanks

Bugs
11 years ago

Hi guys,

We are aware of these issues and we are working on fixing them. Unfortunately we have some difficulties with the way this functionality is implemented in nopCommerce 3.1. We reported one of the problems to Andrei but there is another one that is causing even more headaches.
The problem is that the new nopCommerce 3.1 uses Ids to change the pictures when the attributes are changed but as you know you can't have more than one element with a given id. So when you have a Quick View we end up with 2 elements with the same ids.
Anyway we are thinking of the best way to handle this at the moment and we will let you know as soon as we are done.

Thanks

Bugs
11 years ago

toanhnt wrote:
Hi,

I tested on Chrome and IE.
I mean my headers like "home page, new products, contact us, blog" are covered by the header categories menu.
And when I click enable " Display only top level categories, which are marked as 'Show on home page' everything just goes blank.


Hi toanhnt,

This is by design. The header menu hides the normal menu.
It is blank as you probably don't have any top level category that is marked as "Show on home page".

Thanks

Bugs
11 years ago

toanhnt wrote:
Dear Support Team,

After upgrading to nop3.1 the header menu just cover all my headers on the homepage. It's supposed to be under my other headers, but now it's on the same line so it's covered everything else. Please take a look at www.uspedicurespa.com.
Thank you for your great support!


Hi toanhnt,

I don't see anything wrong with the header menu on your web site. What browser do you use? Have you cleared your browser's cache as something might have been cached?

Thanks

11 years ago

viveramedia wrote:
Hi,

I have modified my URL structure to work as so:

/category/subcategory

Bu the Mega Menu plugin doesn't seem to use this. Is there any way I can get @Html.Raw(Model.CategoriesHtml) to use the nopCommerce URLs rather than use the Mega Menu ones that seem to be hard coded?

I'm using the ShopAll theme - 2.7

Many thanks,

Dave


Hi Dave,

The Model.CategoriesHtml is populated from the CategoryMenuTemplate.xxx.cshtml views, which are open to modifications, so you can change the links to the categories to whatever you want.
Just check this folder Plugins\SevenSpikes.Nop.Plugins.MegaMenu\Views\MegaMenu\ and modify the views to your needs.

Thanks