Close

Profile: Boyko

Avatar

User posts

11 years ago

clubfredd wrote:
Thanks for the reply.
Unfortunately, I have nopcommerce installed locally so I don't have a link.

The theme I am using as a base is the Beauty theme as that's what the client purchased and expects to be modified. I'm converting it into a responsive site, and thought that, based on my design modifications, the mega menu dropdown background would look good if it spanned the whole browser width.

On a different note, this is the first time I've used nopcommerce and the plugins here were amazingly written well. Not that I can completely understand all of it but the integration, performance and support is superb.


Hi clubfredd,

I am glad you like our products. We do our best to make them easy to use and integrate.
You can find and modify the css of the Mega Menu for the Beauty theme in this file:
Plugins\SevenSpikes.Nop.Plugins.MegaMenu\Themes\Beauty\Content\MegaMenu.css

I am very curious to see your modifications of the Beauty theme to be responsive. It would be great if you can share a link to a live site (when you can), so that we can take a look.

Thanks


11 years ago

naresh wrote:
I have ultimate plugin, after enabling mega menu, my instant search results are hiding behind the mega menu,, please check the following image..

http://lebhi.com/search-issue.jpg

Please help correct this..


Fix here.

Thanks

11 years ago

zjerry wrote:
Not, I'm using no-source version of nopCommerce for now.


Hi zjerry,

Just tested and the code below works perfectly for me:

@{
        MvcHtmlString aboutUsTopicBlock = Html.Action("TopicBlock", "MegaMenu", new { systemName = "AboutUs" });
    }
    @if (Model.Settings.IncludeAboutUsLink && !MvcHtmlString.IsNullOrEmpty(aboutUsTopicBlock))
    {
        @*<li>@aboutUsTopicBlock</li>
         Uncomment this line below(comment the line above to have a link to the AboutUs topic instead of a dropdown menu.*@
        <li><a href="@Url.RouteUrl("Topic", new { SystemName = "aboutus" })">@T("AboutUs")</a></li>
        
    }


Thanks

11 years ago

zjerry wrote:
My MegaMenu.cshtml now looks like:

 @if (Model.Settings.IncludeAboutUsLink && !MvcHtmlString.IsNullOrEmpty(aboutUsTopicBlock))
    {
        @*<li>@aboutUsTopicBlock</li>
         Uncomment this line below(comment the line above to have a link to the AboutUs topic instead of a dropdown menu.*@
        <li><a href="@Url.RouteUrl("Topic", new { SystemName = "aboutus" })">@T("AboutUs")</a></li>
        
    }


But the popup still is present (browser cache cleared), it was working as expected in 3.0.


Hi zjerry,

Have you debugged it to see what is wrong?

Thanks

11 years ago

zjerry wrote:
Unfortunately this solution stopped working in 3.02 can you please check it again?


Hi zjerry,

What do you mean by stop working as nothing has changed in the 3.02 version in the view? If you have replaced the views with the update then probably you have replaced the modified files, so you need to do the same modifications again in the MegaMenu.cshtml file.

Thanks

localization
11 years ago

soppie04 wrote:
Hi,

I'm having some trouble with the localization of the ajax filter plugin in a V3 shop.
I want to add Dutch localization, so I'v added "resources.nl-nl.xml" to the resources folder of the plugin. The shop is set to use Language Dutch (nl-NL) only. So reloaded pluginlist, cleared cache, restarted application etc, but still in English.
Maybe I missed the steps for localizing the plugin somewhere, but I can't find any info about it.
Thx!


Hi soppie04,

Please try to uninstall and then install the Ajax Filters plugin again.

Thanks

11 years ago

gstefani wrote:
the installation of the following error: "Keyword or statement option 'encryption' is not supported in this version of SQL Server."

my nopcommerce version is 3.0


Hi gstefani,

What version of SQL Server do you use?

Thanks

Bugs
11 years ago

rsolani wrote:


but I bought the Eletronics theme in 06/07, I mean, 20 days ago.
The plugin hed some update since ?



Hi rsolani,

We have made some small bug fixes to the plugin but noting related to the Age condition.
But we can't reproduce the problem you got with the latest version of the plugins, so it is a good idea to update your theme. We released a new improved version of the Ajax Filters and improved administration of all the plugins, so it might be worth updating the theme.
You can read more about this release here.

Please let us know if you still have this issue even with the latest version.
Actually when you create new products do they appear in the Recently added list of products?

Thanks

11 years ago

maximuss wrote:
I have, perhaps, found a bug in change currency.

My problem is that when i change the currency from US Dollar to Euro, then the currency do change, BUT the dropdown do not change! So i cant change back to USD, becouse USD is already selected, but the currency is shown in Euro.

It's possible to see the error here:
http://prdesign.maximuss.dk (its a website in development)


Best Regards

Bjarne Pedersen


Hi Bjarne,

Thank you for reporting this. Please update the SevenSpikes.Theme.Electronics plugin as described HERE to get the fix.

Thanks

11 years ago

Hi Yves,

Did you uninstall and then install the Ajax Filters 3.02?
You need to do so as described in our release note.

Thanks