Close

Profile: Boyko

Avatar

User posts

12 years ago

luborman wrote:
There is a problem with visibility little image in recently viewed product block.
Image - like in default 3.1 theme.


Hi luborman,

This is by design. But you can show product pictures if you want by modifying this file Themes\Electronics\Views\Shared\_ColumnsThree.cshtml and change the line of code below:

@Html.Action("RecentlyViewedProductsBlock", "Catalog")    

to be:

@Html.Action("RecentlyViewedProductsBlock", "Catalog", new { productThumbPictureSize = 32 })  
  

You might also need to add proper styling if needed.

Hope this helps!

Best Regards,
Nop-Templates.com Support Team

Bugs
12 years ago

hitnet wrote:
Bug in JCarouse in detail page.

In  Nop Cloud Zoom Settings when I have Enable Picture Thumbnails To Be In JCarousel: checked.
And I have more than 1 product image in the product detail page the tabs are not working. but when I un-check the Enable Picture Thumbnails To Be In JCarousel: then tabs work.

This is in Alfresco theme. I have the latest version loaded. updates it on 9/23/13



Hi hitnet,

So you are saying that when you enable the carousel option in the Cloud Zoom the tabs are not working. I just enabled it on our demo and you can see that it is working fine.

Thanks

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

12 years ago

Hi BBlue,

We emailed you.

Thanks

12 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

12 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

12 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

12 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

12 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

12 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