Close

Profile: Boyko

Avatar

User posts

11 years ago

dutchtouchremco wrote:
Hello,

There's one more thing that has come to my attention.

Example:
http://www.dutch-touch.co.uk/coats-jackets-2

Here you can see that the sort order of the filters for SIZE is not like I wish it to be.

I don't want to set 01, 02, 03, ...  10, 11, 12 to get 2 beying displayed above 10.

Is there a way I can configure this?


Hi dutchtouchremco,

Unfortunately there is no way to configure this because there is no way to control the display order of the attributes within a set of products. That's why they are always sorted alphabetically.

Thanks

11 years ago

jburke wrote:
I updated to the latest versions of the Ultimate plugin collection. Now my Cloud Zoom is acting crazy. Basically i'm using the "Inside" zoom type. When I try to zoom it only uses about half of the image and the normal image is halfway covered up. Please see what i'm talking about at: http://www.shinybars.com/1oz-silvertowne-trademark-bar-999-fine

If I may add something off topic to this post. I don't know what I did differently than before, but I lost all of my settings from the previously configured ultimate plugin collection to include sliders, jcarosel's, and all setting associated with smart seo, etc.


Hi jburke,

I just enabled the Cloud Zoom on our demo store to be Inside and it works fine. Please note that it also runs the latest version of the Cloud Zoom. So you have either not updated correctly or you have made some changes to the styling that break it?

Thanks

Bugs
11 years ago

katie366 wrote:
I am trying to W3C Validate my website, and I am getting an error on the mega menu because of a blank src attribute on the image. "Bad value for attribute src on element img: Must be non-empty." Is there anyway round this?
Thanks


Hi katie366,

Thank you for reporting this!
The problem is because we use lazy loading of the images in the Mega Menu and load them on hover. So this will actually never be empty but it is initially. This is a very good optimization for faster page load and especially when you have too many images in the Mega Menu.
There is a very quick fix for this, which we will add in the official package. Please let me know, which version of the plugin (theme) do you use, so that I can tell you how to update or apply the fix directly in the Razor view file.

Thanks

11 years ago

paolobotta wrote:
In my store all pages, topics and products are in 4 different languages and the standard page is often empty.
My doubt is :

- which language is the standard one in nop smart seo? the empty one?
- If I copy the standard smart seo in each language does it takes the information from the pages that I have already filled?

thanks a lot!!


Hi paolobotta,

Smart SEO works the same way as when you localize a product. It first looks in the current language and if it is not empty then it is used and if it is empty it defaults to the Standart tab.
If it is empty too then this is not used at all and the generated info will be empty.
This is for the Smart SEO template information.
For the product, category and manufacturer information it is also localized. The Smart SEO will use the current language to get the product name for example. If the product name for the current language is not specified it will default to the Standard product name, if it is empty then it will be left empty.

As I already said you should give it a try as this way you will know for sure if this is what you really need.

Thanks

11 years ago

paolobotta wrote:
Hi!
I've a doubt!
If in my store there are 4 languages, in Smart SEO plugin I need to feel all the single language, or I need to feel only the standard one?

Thanks a lot!!


Hi paolobotta,

You can either specify all of them or if left empty it will use the standard one. It is a matter of personal preference really but I guess you will need different template for the different languages if you use language specific words i.e and, price etc.
If you still doubt I would suggest getting the free trial version and give it a try.

Hope this helps!

Thanks,
Nop-Templates.com Support Team

11 years ago

dutchtouchremco wrote:
Thanks again, one last question :-)

On the filtering on the left side I have two filters with 'Size',  any idea why?

Please see:
http://www.dutch-touch.co.uk/coats-jackets-2

When that's fixed all should be set for the full version!


That's because you have an attribute called Size and a specification called Size.
You can either remove one of them as I am not sure if they both are needed or simply disable either the Attribute filter or the Specification filter from the administration of the Nop Ajax Filters plugin.

Thanks

mstuart wrote:
Is there a relatively easy way to replace the standard left hand navigation with a vertical Nop MegaMenu to display only the top level categories (marked as 'Show on home page')?

My client really likes the Nop MegaMenu, but would like it to work as part of the left navigation instead of the top menu.

Thanks,

Mike


Hi Mike,

The Mega Menu is integrated into nopCommerce via a widget zone, which by default is "content_before". You can change the widget zone to be "left_side_column_before" by editing this file: Plugins\SevenSpikes.Nop.Plugins.MegaMenu\SupportedWidgetZones.xml
Then restart nopCommerce and the Mega Menu will be shown on the left side column.
Then it is a matter of css modifications to make it look as you want.

Thanks

11 years ago

dutchtouchremco wrote:
Hello,

Thank you for the quick and helpful reply! When I set that setting 'catalogsettings.includefeaturedproductsinnormallists' to true I see the filters indeed. The filtered products are displayed bellow the other featured products.

Is there a way to change all my products from featured to non-featured in the database? Or via Administration panel by 'BULK' and not one by one?

Thanks for the help,


Hi ,

You need to mess with the database then. There is a table "Product_Category_Mapping" and you need to set the IsFeaturedProduct to 0 for all records in the table.

Hope this helps!

Nop-Templates.com Support Team

11 years ago

Hi dutchtouchremco,

It is clear what is wrong. All your products are featured products. Please note that the featured products in nopCommerce are not filterable and they are always shown (that's why they are featured).
So you actually have no products to be filtered and that's why the Ajax Filters are not shown.
You can either make some of the products not to be Featured Products or add all of them in the regular list of products.
To add the featured products in the regular list of products you need to set this settting to "true".
"catalogsettings.includefeaturedproductsinnormallists"

Here is a video of how to search and change settings in nopCommerce.

Hope this helps!

Thanks

11 years ago

rosegeng wrote:
How to change     +777 (100) 9999 sales [at] store.com except modifing the code?

        

<div class="header-contacts">
                <span class="phone">@T("SevenSpikes.Themes.Alfresco.Common.Phone")</span>
                <span class="mail"><a href="javascript:AntiSpam('@T("SevenSpikes.Themes.Alfresco.Common.EmailName")', '@T("SevenSpikes.Themes.Alfresco.Common.EmailDomain")')">@T("SevenSpikes.Themes.Alfresco.Common.EmailName") [at] @T("SevenSpikes.Themes.Alfresco.Common.EmailDomain")</a></span>
            </div>


Hi rosegeng,

Please refer to this post.

Thanks