Close

Profile: Boyko

Avatar

User posts

CarlosWat wrote:
Hi, I would like to be able to access to products filters with regular url's , is there any chance to make a map to convert something like this:

/cat/specFilters=1!#-!48!-#!2m

to

/cat/woman/shoes/ ...

I know that this is not the regular behaviour of ajax filters but I would like to combine the ajax functionality with some custom links I need to write in the menu to access to products with certains filters.
In Apache world it could be done writting the url's in .htaccess file but I'm not sure how can this be achieved in IIS plataform or if this is possible

Thanks


Hi Carlos,

The Ajax Filters are designed to use the information in the hash tag # in order to load a specific predefined filtration. So if you change the links with some url rewriting this will break the Ajax Filters. But you can still add links to specific categories and a specific filtration in your menu but they need to be using the # tag syntax. It would be best to build them first and then hardcode them in the menu. Actually the search engines will ignore any information after the # tag and all the SEO juice will go to your specific category or manufacturer page.

Hope this information is useful!

Best Regards,
Nop-Templates.com Support Team

11 years ago

Hi BBlue,

We emailed you.

Thanks

11 years ago

EKNIGHT001 wrote:
I am running the Multi-Store NocCommerce 3.1. I want to run 2 (two) Dark Orange Themes. Use one Dark Orange as 2nd and another ( Renamed ) Dark Orange  as the 3rd store.

I tried renaming the theme and installing it. That did not work.

How do I copy the Dark Orage theme as another name so I can run (two) Dark Orange themes ( one with a different name ) in NopCommerce 3.1.

Thanks




Hi EKNIGHT001,

No matter what theme you are using and want to copy it, there are a few things that you need to change after coping it. You can read it in this article.

I would advice you to read this blog post, so that you got a better understanding of how nopCommerce themes work.

Hope this helps!

Best Regards,
Nop-Templates.com Support Team

11 years ago

spetznut wrote:
Which file or files should i modify to change layout of product page. I want to add specification attributes and place them above reviews.

Hi spetznut,

You need to edit the product templates in this folder Themes\Electronics\Views\Catalog\  look for ProductTemplate.xxx.cshtml files.

Thanks

11 years ago

arthomas wrote:
Hi, i've just downloaded archive file , but there is no 2.65 version in it

Hi arthomas,

We have included only the latest 4 versions back as otherwise the package would have very big size. If you need any of the old versions please email us at our support mail and we will send it to you.

Thanks

11 years ago

Generalisimo wrote:
I have just sent an email to [email protected] with the full log so you can check it in more detail.

Hi Generalisimo,

It would be best to send us link to your web site and admin credentials, so that we can investigate.

Thanks

11 years ago

lftalero wrote:
Thanks again Boyko for your quick answer.


Hi lftalero,

You are welcome :)
Please send your request to our support mail, which you can find in our contact us page.

Thanks

11 years ago

RJM wrote:
The QuickTabs display order is not working in 3.10. No matter what you put in and save it, it always stays "0".


Hi RJM,

Is this the same issue as described here?
If so, then please update to the latest version as this is already fixed.

Thanks

11 years ago

Hi jbruke,

Could you add this code into the CloudZoom.css file?

#wrap {
  display: inline-block;
  overflow: hidden;
}


Please let me know if this fixes the issue.

Thanks

11 years ago

lftalero wrote:
Hi again.

I have added some categories and subcategories to Nopcommerce
Now the megamenu shows me everything, but it only allows me to go to the main category but it won't to any subcategory
(see  http://tienda.motoimportados.com/ category "Productos/Cascos", which works, but  "Productos/Cascos/Integrales" does not.

I already checked the megamenu configuration but I don't see the cause for this problem.

Also, I want to add the sliders your demo store uses to narrow the number of items shown by price, color, etc, how do I add one of this sliders?

Thanks!


Hi lftalero,

This is strange but it is definitely not a Mega Menu issue as if you open the main category you can still not navigate to the inner categories. You can't also navigate from the category navigation on the left.
I guess there is some ACL (access control list) issue in your store. You can switch to the DefaultClean theme and see if the problem is still there (I am pretty sure it will be).

I don't completely understand what do you mean by "slider" that allows to "show by price" etc. Can you be more specific and send a screenshot or a link to the demo, so that I can understand what are you referring to. I guess you are talking about the Ajax Filters, which you have enabled already. You can see them in the same category as there is a checbox for the manufacturer. All our plugins support ACL and Store mappings, so if you have limited your products to a specific store or a specific customer role then they won't be displayed or filtered etc. when the user has no access to view these products.

Hope this helps!

Thanks