Close

Profile: hristian.dimov

Avatar

User posts

10 years ago

nopmstr2014 wrote:
Hi all,
After doing this change will it be able to have links in same window?
Or will it link all slider images to new window?
Thanks
Jilin


Hi nopmstr2014,

unfortunately, you won't be able to have links in the same window as this change will make all of the links to open in a new window.

Hope this helps!

10 years ago

nopmstr2014 wrote:
Hi All,
Document is very hard to understand , I am not able to configure.
I just want one  email to be sent after 30 mins Customer abandons the cart.

I will highly appreciate if anyone can assist .
Thanks


Could you please be more specific on what didn't you understand in our documentation, so we can change it?

About your question - the example that is given in our documentation is just what you need. Setup your reminder rule exactly like the picture: http://www.nop-templates.com/customer-reminders-plugin-for-nopcommerce-documentation#Abandoned-Shopping-Cart ( Enabled must be true ).

10 years ago

Oakstone wrote:
I think I have resolved this. I compared the two files, and replaced any reference to kendo with the backup with referencing Kendo JS. It seems the license if only for instantSearch.

@* Kendo UI javascript file could not be used in any ways outsite the InstantSearch plugin without purchasing Kendo UI commercial license
<script src="@Url.Content("~/Plugins/SevenSpikes.Nop.Plugins.Core/Scripts/kendo.public.min.js")" type="text/javascript"></script> *@


Hi Oakstone,

it seems that I misunderstood your previous post, sorry about that!

Yes, this is a bug after merging some of the new changes to the 3.2 version. We will fix it and deploy it ASAP. Thank you for reporting this!

Meanwhile, you can replace this:

Html.AddScriptParts("~/Scripts/kendo/2014.1.318/kendo.core.min.js");
Html.AddScriptParts("~/Scripts/kendo/2014.1.318/kendo.data.min.js");
Html.AddScriptParts("~/Scripts/kendo/2014.1.318/kendo.popup.min.js");
Html.AddScriptParts("~/Scripts/kendo/2014.1.318/kendo.list.min.js");
Html.AddScriptParts("~/Scripts/kendo/2014.1.318/kendo.autocomplete.min.js");


with this:

Html.AddScriptParts("~/Plugins/SevenSpikes.Core/Scripts/kendo.public.min.js");

10 years ago

RonM wrote:
It would be very helpful if you would show the current software versions on the My Downloads page along with the license status, so one could see at a glance if an update is available. I have not figured out how to even find out what the current product versions available are, without doing a download.

Thanks!


Hi Ron,

thank you for the suggestion. We will consider it and most likely we will implement it soon.

There are 2 ways of finding the current product version:

1. Go to Administration -> System -> System information and click Show next to "Loaded assemblies". Scroll down and find something like this:
SevenSpikes.Nop.Plugins.Core, Version=3.*.***.*****, Culture=neutral, PublicKeyToken=null

2. Download a Plugins\SevenSpikes.Core\SevenSpikes.Nop.Core.dll ( or any other SevenSpikes ".dll" file ) from your server, right click -> Properties and open Details tab. There you will see the product version.

10 years ago

embryo wrote:
Hello-

I am evaluating this plugin, and have a question.
Is it possible to access a single URL from the public site which lists all of the downloads, or are they only accessible from relevant product pages?

Thanks.

Steve


Hi Steve,

unfortunately it is not possible out of the box. The files are only accessible from the relevant product pages. But you can suggest your idea in our User Voice portal and we might consider adding it in the future releases of the plugin.

10 years ago

Oakstone wrote:
Sorry. Found another issue after updating our lighthouse 3.2 template. The version of kendo it uses is from 2014, and those were not installed. Where can we get the following js files?

    Html.AddScriptParts("~/Scripts/kendo/2014.1.318/kendo.core.min.js");
    Html.AddScriptParts("~/Scripts/kendo/2014.1.318/kendo.data.min.js");
    Html.AddScriptParts("~/Scripts/kendo/2014.1.318/kendo.popup.min.js");
    Html.AddScriptParts("~/Scripts/kendo/2014.1.318/kendo.list.min.js");
    Html.AddScriptParts("~/Scripts/kendo/2014.1.318/kendo.autocomplete.min.js");


Hi Oakstone,

it seems that you didn't properly upgrade your nopCommerce. These javascript files are from version 3.3 and as you can see, they are from nopCommerce itself. When you upgrading your nopCommerce you will need to upgrade the database and the files on the system ( which includes these javascript files ).

10 years ago

ezzat2k wrote:

I'm really interested in this Plugin, But (Available Product Tokens:) is missing ${ManufacturerPartNumber}

Its critical that you can add the ManufacturerPartNumber to the SEO optimization of a product.

I would buy it if it was there.

Thank you


Hi ezzat2k,

can you please specify which version of nopCommerce you are using i.e 3.4, 3.3 ?
Also you can suggest your idea in our User Voice portal
and we would probably implement it in the next sprint.

BlueMed wrote:
Dear Support Team,

Some of our categories have only one product. When we trying to navigate the page, Price filter is not visible. Simply a black line is shown instead of price filter.I am looking for the settings in admin page.No luck.Kindly help me on  this.

Regards,
Ela
BlueMed Dev Team 


Hi Ela,

when you have only one product in a category there will be no price range filter available. This is because the price range filter would show the same values for Min and Max and this is somehow wrong. There is no setting which could change this behavior.

Hope this helps!

10 years ago

jerrydev wrote:
Hi
I installed the plugin Quick View but it is can not working any more


Can you please be more specific what is now working? Are there any errors in the Administration -> System -> Log related to the Quick View or any errors on the public area ( maybe any javascript errors )? Also could you double-check if the selectors from the Quick View settings is correct?

[email protected] wrote:
FWIW - The new view has the following line:

    @(Html.DataTable<SevenSpikes.Nop.Plugins.MegaMenu.Models.MegaMenuCategoryModel>(categoriesModels, megaMenuSettings.NumberOfCategoriesPerRow, "row", "box",
    @<text>

... so I replaced "megaMenuSettings.NumberOfCategoriesPerRow" with "3" and this worked.  My issue is resolved however Im curious if this hard-coding is no longer required?  Is there somewhere else I can set this variable so I dont have to change the view anymore going fwd?


Hi,

yes, you can change it from the administration of the Mega Menu plugin. It is no longer required to be a hard-coded value. You simply need to open the Administration -> Nop Mega Menu -> Settings and from the Category Menu Settings panel you can edit the Maximum number of categories in category item field with whatever value you need.

Here you can see an online demo of the settings: http://admin-demos.nop-templates.com/admin/MegaMenuAdmin/Settings
Here you can see the documentation of the Nop Mega Menu plugin: http://www.nop-templates.com/mega-menu-plugin-for-nopcommerce-documentation