Close

Profile: ITM

Avatar

User posts

8 years ago

How would I go about adding a filter for In Stock only? It would be a huge improvement if customers could filter to only view products that are in stock. We have 200 products and out of those about 40 different ones are in stock at any given moment, but varies every day.

Thanks!
Carl

8 years ago

Ahh... that locks the menu at the top when in desktop mode, I need it in mobile mode. BUT! That still gave me the css I needed to get it to work. I added the following to the mobile-only.css and it now works/looks the way I want it to.

.responsive-nav-wrapper-parent {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:1001;
}
.master-wrapper-page {
    margin: 61px 0; 
}


For the cart, I may just keep it the way it was, but just change the icon to the cart icon. That way the customer can quickly see how many things they have in the cart by clicking on it.

Thanks!

8 years ago

Thanks for the quick feedback! That looks great and works, but is there anyway to add so that the customer can also see how many items are in their cart.


For the menu bar, this is what we want to accomplish. https://goo.gl/photos/KpsKrFRJfTxEnsrLA as you can see, the instead of having the bar with the menu, cart and search below the logo, we want to have it sitting at the top of the page from the beginning. I was playing around with the CSS for it and not having any luck.


Thanks!

8 years ago

When the website is in mobile mode, how do I move so that the shopping cart icon is always displayed next to the search icon. (I'm not using the register, login or wish list icons so there is no reason to have the cart in "+" by itself).

Also is there a way to move up the menu bar so that it is at the top of the page from the very beginning (in mobile). I makes for a bit cleaner usability I think. This is what I'm trying to accomplish.


Thanks!
Carl

8 years ago

I have added a custom Theme class name but it's not getting added. Our nop site has been customized a fair bit, so I'm not sure if that is interfering with it, but it seems like this should be pretty independent from that. What Models or Controllers does this plugin rely on to help me troubleshoot the issue.

The plugin itself seems to load to load just fine, it's just not adding the custom class at all.

9 years ago

How much would it cost to add this feature? 

9 years ago

Currently the price uses a slider, is there a way to use a slider to filter other attribute specifications? For example, some of our products have different years so we have a list of 60+ years going from 1860-1920, let's say, and that makes the filter list VERY long. If it could just have a slider where you could slide it to 1900-1910, that would be much cleaner and easier to use. There are a few other attribute specifications that could utilize it as well.

I hope that made sense. Thanks!

9 years ago

Thanks for this info on moving the LOGO! This is exactly what I needed. I was getting so frustrated trying to figure out how I could shuffle things around and what I needed to do in order to get the logo to stick to the menu.

I did find that removing it from the Header.cshtml file does cause it not to work correctly when the page gets scaled down to mobile versions. So to fix this I got a little dirty and just set visibility:hidden in the 980.css. It may not be the best way, but it seems to work well.

9 years ago

When a customer isn't logged into their account, the "My Account" should read "Login/Register" instead. That should help encourage new people to actually register.

Thanks!

9 years ago

After reading through the documentation in the link you sent I think I've got it now.

Thanks!