Close

Profile: Boyko

Avatar

User posts

10 years ago

leen3o wrote:
Thanks for replying. But this is not really ideal. We need the ability to hide an entire group? Or as the user adds more options we have to keep updating the the style sheet! Really not ideal. Especially if there are 100's of options...?

Problem is you add no kind of identifier around the "attributeFilterPanel7Spikes" container. So there is no way of hiding an individual panel/block? Any ideas? This is actually quite a big problem for a couple of stores we look after...


Hi leen3o,

You can easily add a class to the container i.e you can use the attribute name.
Open this file:
Plugins\SevenSpikes.Nop.Plugins.AjaxFilters\Views\AttributeFilter7Spikes\AttributeFilter.cshtml

Find this line below:

<div class="block filter-block attributeFilterPanel7Spikes">


Replace it with this line:

<div class="block filter-block attributeFilterPanel7Spikes @attributeFilterGroup.Name">


This way each attribute filter panel will have the name of the attribute as a class. Then you can choose which attribute to hide.
Alternatively instead of hiding it you can set max-height and have a scrollbar as explained here.

Hope this helps!

10 years ago

DJ_Balogh wrote:

It's a developmental site but here's a screenshot.

http://oi57.tinypic.com/17zwcn.jpg

Under the HOW TO PRINT menu item, I want the Items & Locations list of subcategories to go across the width of the box (to fill it in more) into multiple columns. I know this is achievable in CSS but when applied it affects lists under all the other menu items. I want to only add columns to the categories that need it.

Does that help?


Yes, it helped. So you need to add a class with the id of the main category in the markup as explained a few posts above. Then first make sure the class with the Id is present in the markup when you inspect it in the browser and then you can apply specific styling via the Id class.
For example if your category id is 25 then you can do something like this:

.dropdown.25
{
  // your specific category styling here
}


This will apply only to the category you want to be different and not to all the categories.

Hope this helps!

10 years ago

IvanSlater wrote:
I did it but the featured products still not filtered.

EDIT: i.e., the featured header remains with same products (3 in my case). I think they could disappear or be filtered same as all others products in category. So the customer will have focus only on the desired products. If the customer wants to filter the category, he doesn't want to see the featured products header anymore. Am I right?

Any other help? It could be set invisible/visible by jquery, it is an option.

Thanks!


Hi IvanSlater,

Featured products are always visible in nopCommerce because that is their idea to be "featured".
If you don't want featured products then simply don't mark any products as featured products (for the given category) and they won't be shown.

The normal products panel (the panel with the pager, view mode, view per page options) is the one that can be changed by the Ajax Filters. The setting from the Iliyan's post will just make nopCommerce to include the featured products in the normal list of products (otherwise they are ignored and become not filterable) and let you filter them inside the filterable panel. But the panel with with the featured products will stay untouched.

Error
10 years ago

IvanSlater wrote:
Just for the record, it worked after an iis application pool restart.

But I think it should be investigated.

See you.


Hi IvanSlater,

I am pretty sure there must be some good reason for this error.
You can see in the Log on which page this error happened and try to reproduce it.
This could not happen just like that without any modifications on the web site. Are you sure you haven't changed anything i.e adding some new products, changing settings, modified the database etc.
Please let us know if this happens again and if you could reproduce it, so that we can know if there is a real problem with the plugin and investigate it.

10 years ago

deselt wrote:
how can I remove All Shops button form your mega menu plugin


Disable the Store Locator plugin as a widget and it will no longer be integrated to the menu.

10 years ago

Charles wrote:
New template looks great!

Could you elaborate a bit on the home page filters in terms of how they work?  It looks like there is some dependencies on these specifications.

Again... fantastic job


Hi Charles,

This will be released as a separate plugin next week - Ajax Filters Pro.
This new plugin will extend the standard Ajax Filters plugin capabilities with the widget on the home page (it could be placed everywhere you want). It allows you a very fast search based on all products in the store. When the user selects a category it will then populate the Manufacturers dropdown with all the available manufacturers in that category and so on. Then you can select a specification (optional) and narrow down your search. The specification are also calculated dinamically based on the already filtered products, so you won't see a specification option that does not exist in the set of filtered products. It also shows you the number of products found after each filtration. And finally it redirects you to the category(manufacturer) page and loads the standard Ajax Filters to show only the filtered products. We will provide a nice demo with a lot of detailed explanation next week about the plugin. You will also be able to play with the administration of the plugin.

Hope this helps!

10 years ago

CNCAHealth wrote:
We created an Abandoned Shopping Cart Reminder. It worked except that we noticed duplicate messages are created in the queue. The messages were sent on the first attempt however this causes sending of multiple notifications to customers.

Please assist


Hi CNCAHealth,

Could you please Submit a Ticket and provide more information i.e nopCommerce and product version etc.

Thanks

10 years ago

DJ_Balogh wrote:

I'm trying to do this on Nop 3.2.  We have one category under the second menu item on our mega menu. We have over a dozen sub-categories within that category that all populate as single list.

We're looking to break this list up into multiple columns (ONLY under the second menu item) and have tried this solution but even after adding the class/ID to the megamenu.css file it still does not show up when trying to add the columns css.

I tried following the above directions but am having issues Any help is appreciated.


Hi DJ_Balogh,

I am not sure I understand what exactly you are trying to do. Could you share a link to your web site and explain what you want to achieve?

10 years ago

tleeman wrote:
I have an information only Alfresco-themed site with pricing and shopping cart options disabled –

  Admin-Configuration-Access Control List  
    Display Prices – all unchecked
    Enable Shopping Cart – all unchecked
    Enable Wishlist – all unchecked

  Admin-Catalog-Products-Manage Products
    On all product pages:
    Disable Buy Button – checked
    Disable Wishlist Button – checked

After upgrading NopCommerce and the Alfresco theme from version 3.20 to 3.30, a quantity box and “Buy Now” button appear when the mouse hovers over a “Featured Product” or “Related Product” item.  Is there a setting to disable this feature?


Hi tleeman,

Make sure you have the Nop Ajax Cart plugin disabled.

10 years ago

Charles wrote:
Hi there,

Can you also add a couple more features;

1. Include a product mapping tab (same idea as categories... a 1 to many relationship). Basically, allow the ability to specify which "dealers / stores" carry what products. Perhaps not all stores carry every product.  This leads into my 2nd point.
2. Include a zip/postal code Store Search feature on the product template.   Have a parameter to specify radius (in miles) for the return result.  The idea here is while on a product, we could have a "search for the closest store to "location x" that carries this product.  If no matches are within the radius, nothing returns.

Thanks, and great job!


Hi Charles,

Many thanks for the suggestions! Really good ones!

Would you mind suggesting them in our UserVoice portal and let others vote for them?

p.s: We could do this ourselves but we would like to hear your voice there. It is also a bit awkward to suggest ideas ourselves.