Close

Profile: UserThomas

Avatar

User posts

10 years ago

Another suggestion: If an item has multiple colors available and has a picture associated with each attribute, when selecting a color to filter the items down, the thumbnail image needs to change to the picture of the color selected.  

It's VERY confusing for customers to pick "Black" and then several of the items show pictures of different color products.

They don't know to click on the item and view the item details and end up thinking we don't carry the color they want and the don't make a purchase.   

Thanks!

10 years ago

Deni wrote:
Is there a way to exclude certain products from there attributes showing up in the filters?  I have some items that have very specific attributes to them and it just makes the filters much longer by having them included.  

Or is there a way to exclude certain product attributes from showing up in the filters?

For now there is not such setting, but you can suggest it in our UserVoice portal.


This seems to have a lot of votes. Any chance it will be implemented?  

Bugs
11 years ago


Aleks wrote:
.....


I sent an email with my address and info.  I corrected this issue by re-uploading the css sheets, but it caused another.  

Email was sent to service at nop-templates

Thanks!

Bugs
11 years ago

Support wrote:
New bug:  When you only allow customer reviews on certain products, the css formatting on category/sub-category pages causes the products rows to display incorrectly.  

The review stars makes the products box a little taller and that messes up the next row.

This is a problem for me because I will only be allowing product reviews on certain items.

Hi Thomas,

Thank you for your feedback. It was indeed a minor issue that we have fixed and uploaded on our site.Can you please download the theme again and replace the following files with the ones from the package:

Themes/Allure/Content/css/480.css
Themes/Allure/Content/css/768.css
Themes/Allure/Content/css/980.css
Themes/Allure/Content/css/styles.css

If you have made any modification in these files, you should merge them in the new ones. But I believe all your changes are in the custom.css file.

Best Regards!


I have this working correctly on my site until now.  I just created a category called What's New and set some items to it.  Now, for this category only, the same review starts error is happening.  Any ideas on why this is happening?

Bugs
11 years ago

New Bug:  I have the theme setup but am having trouble with the Mega Menu functionality on a products page.

When you...
go to a product page
hover over the top navigation menu (a category that is directly above the products image)
move your mouse down the subcategories (which the last few sub-categories overlap the products image)
then when your mouse goes over the products image (still behind the sub-category menu), the navigation menu closes before you could go down and select the lower sub-categories.

I hope that makes sense.

Bugs
11 years ago

UserThomas wrote:
Ok. I'll keep posting here.  Sorry for the confusion.  I was trying to keep it organized between the bugs I was telling you about and questions. The link above fixes IE8 issues.


The following fixed my issue for the two areas but I need the css change for the GO TO CART button in the popup window after you add something to your cart.  It still does not change to white on hover.


You can search for the following css styles and make sure they are present and not overridden with any custom code:

.mini-shopping-cart input[type="button"]:hover {
            border: 2px solid #e87772;
            background: #fff;
            color: #e87772;
        }

in 980.css file

and the following .product-grid .quick-view-button a:hover {
            background-position: left -21px;
            border: 2px solid #e87772;
            background-color: #fff;
            color: #e87772;
        }

in Plugins\SevenSpikes.Nop.Plugins.QuickView\Themes\Allure\Content\QuickView.css file.



Just checking on this. Any thoughts? Thanks!

11 years ago

(for some reason my email notification does not have the complete post so I was missing some information)

Continuing about the disabling of attributes in the filters.

I would take disabling the whole attribute (size, color), but if it was just as simple, I would prefer to be able to disable the values (l,m,s).  Yes the list would be very long if it were using values, but it is the simplest way to complete this (unless you can think of something easier) and I don't mind typing them all in. It's just once.

11 years ago

Boyko wrote:

Thanks for the suggestion. I started a suggestion in the UserVoice, but I wanted to see what you thought about this...

Would it not be easy to make an input box where we could enter the words(attributes) that we do not want included in the filters?  Just like you can with the categories by entering an ID.  

I have a couple categories that need the filters for a majority of the items in them, but I also have some items in that category that have A LOT (like 50) of unique attributes.  When you see the filters on that page, you have to scroll way down to get to the bottom. When you click on one of the attributes, it filters it down to 1 item.

I hope you will consider this or something like it.

Hi UserThomas,

Actually what do you want to ignore - the attribute i.e Size or some of the values of a given attribute i.e L, M, XL etc.
So you think that a text box where the user can enter the attribute values that want to be excluded will be fine. I am asking as if you have 50 attributes then this list will be quite long.
Also these attributes will be ignored "store wide". You won't be able to disable these attributes for a specific category only.

Please let me know your thoughts on this!

Thanks


That would work great!  I have one category that has 4 attributes.  1 of those attributes is not used anywhere else on the site and has 50 different options.  If I could prevent that from appearing in the filters, that would be perfect. Store wide is fine because it's not used elsewhere. And if i needed it to show up elsewhere, I could use a different name for the attribute.

If you wanted to later on develop the option further so that we could select what attributes are filtered per category and possibly even what options inside the attribute are filtered, that would be the best.  But I will take option 1, the store wide disabling. That will work for me.
Thanks!

11 years ago

Deni wrote:
Is there a way to exclude certain products from there attributes showing up in the filters?  I have some items that have very specific attributes to them and it just makes the filters much longer by having them included.  

Or is there a way to exclude certain product attributes from showing up in the filters?

For now there is not such setting, but you can suggest it in our UserVoice portal.


Thanks for the suggestion. I started a suggestion in the UserVoice, but I wanted to see what you thought about this...

Would it not be easy to make an input box where we could enter the words(attributes) that we do not want included in the filters?  Just like you can with the categories by entering an ID.  

I have a couple categories that need the filters for a majority of the items in them, but I also have some items in that category that have A LOT (like 50) of unique attributes.  When you see the filters on that page, you have to scroll way down to get to the bottom. When you click on one of the attributes, it filters it down to 1 item.

I hope you will consider this or something like it.

Bugs
11 years ago

Ok. I'll keep posting here.  Sorry for the confusion.  I was trying to keep it organized between the bugs I was telling you about and questions. The link above fixes IE8 issues.


The following fixed my issue for the two areas but I need the css change for the GO TO CART button in the popup window after you add something to your cart.  It still does not change to white on hover.

Support wrote:


You can search for the following css styles and make sure they are present and not overridden with any custom code:

.mini-shopping-cart input[type="button"]:hover {
            border: 2px solid #e87772;
            background: #fff;
            color: #e87772;
        }

in 980.css file

and the following .product-grid .quick-view-button a:hover {
            background-position: left -21px;
            border: 2px solid #e87772;
            background-color: #fff;
            color: #e87772;
        }

in Plugins\SevenSpikes.Nop.Plugins.QuickView\Themes\Allure\Content\QuickView.css file.