Close

Profile: Deni

Avatar

User posts

9 years ago

Hi, 

I have just checked this and it is working fine - it is not throwing an error. Let us know if you got this resolved.

9 years ago

CorsaMeccanica wrote:
Hi,

It would be nice if there was also a contact us form on the store pages. It'd also be convenient to have the ability of enabling/disabling whether it will display in the mega menu from the plugin settings rather than from the widget options.


Hi, 

When I said in your ticket "you can suggest this feature in our user voice portal", I meant this, so other customers can vote for it.

9 years ago

Hi, 

We made some mark-up re-factoring and we missed to update this comment. It should look like this: 

<li>
  <span title="Topics">Topics</span>
  <div class="sublist-wrap">
    <ul class="sublist">
      @foreach (var topic in Model.Topics)
      {
        <li><a href="@Url.RouteUrl("Topic", new {SeName = topic.SeName})" title="@topic.Name">@topic.Name</a></li>
      }
    </ul>
  </div>
</li>

Store filters
9 years ago

Hi, 

That sounds like good functionality. Please suggest it here, so we can plan it for the future releases.

Store filters
9 years ago

[email protected] wrote:
Hi

I'm looking into the possibility to add a filter to the store list. I want to be able to limit the shops depending on key words or "tags". I tried to use the MetaKeyWords for this but as I can see none of the Meta fields are populated in the AllShops view. Is it possible for you to A) Add a new field with "tags", or B) populate the Meta fileds that already exists in the configuration pages? Otherwise I have to find another solution to this...

Thanks

/Marcus


Hi, 

I am not quite sure what you want to achieve with this functionality. Please explain further. You can also suggest in our user voice portal.

9 years ago

kaka135 wrote:
Hi Deni,

Sorry, I was looking at the admin demo and thought I need to do some setting. 
Thank you for the added feature, it's awesome.

Can you please guide me how I can make changes to achieve these:
1) Limit the search result to 3 nearest shops only.
2) Always use the user's current location.

Thank you in advanced.

regards,
Lee Ka


Hi, 

1. You can do this via CSS like this:

.shops-list li:nth-child(n+4) {
   display: none;
}


Also, you can suggest this in our User Voice portal to be included as a setting for future releases.

2. Since this is private information and the browsers always ask if you want to provide your location, we can not always use it without the permission of the user.

If you only want to skip the moment when the user needs to click on the "Use My Current Location" link, then you should place this JS code inside any JavaScript file:

$(document).ready(function () {
   $('.getUserGeoLocation').click();
});


Hope this helps!

9 years ago

kaka135 wrote:

Hi, 

is the search feature included in the new version? I have downloaded and updated the plugin, but couldn't find the search feature. If it's included, can you please guide me how to use the search? Thank you.

regards,
Lee Ka


Hi, 

Yes, it is included and you can see it working on our demo. You do not need to do anything in order to enable it.

9 years ago

defer wrote:
Thank you so much! Please let me know when you done :)


Hi, 

The changes are deployed and ready to download.

9 years ago

defer wrote:
The uploaded preview image for a store seems to be forced at the width of 300px in the AllShops overview page.

All my other images are controlled by admin Configuration > Settings > Media settings, but not this one.

How can I change this? I need it to be bigger.

Thanks in advance!


Hi, 

Thanks for reporting this. We will make the plugin use the Media Settings and we will let you know when it is ready.

9 years ago

kava wrote:
Hi,

Nop Mega Menu load both html menu, <ul class="mega-menu"> and <ul class="mega-menu-responsive">
and hide or show specific <ul> for mobile or desktop.

Is there a way to load only one <ul>?

thanks
alessio


Hi, 

We have answered to your ticket. Please, do not duplicate your questions.