Close

Profile: hristian.dimov

Avatar

User posts

9 years ago

digitalmbs wrote:
Hi,

First of all, I just love the Motion theme and can't stop to keep tweaking it further. Now, I have another idea that I would like to improve on. I am not sure where we need to change it i.e. if it is for core Nop or it is in Motion theme but I am sure that Nop-Template team will guide me in right direction.
What I want to do is this

1) Rejig checkout page - so it has only 1 text field asking for an email, and 2 buttons with options as "I have ordered Before" and "First Order". If existing customer then ask for password and continue with existing customer workflow.

2) If New customer then - follow guess checkout flow.

3) For guest, at the end of order confirmation - Ask to create account at that time all we need is for them to set password.

4) Once all steps completed - Ask them to Share their recent purchase on social network ie. FB, G+, Pinterest, Tweeter etc. And it will allow them to post directly from there using product picture , url and short description.

Now sure how much custom coding it will require. If it is just changing cshtml then I can do that but for changing C# code them I might need more help but any guidance will appreciate.


Hi digitalmbs,

all of the suggestions should be addressed to the nopCommerce because the checkout process is a part of the nop core. Also, these changes are quite complicated and this will require a lot of coding.

Hope this helps!

RonM wrote:
One of the reasons I mention this is because I have licensed the developer version of the Ultimate Plug-In Pack, and I manage and host a number of client sites using your plug-ins. I know that you guys are very active in fixing bugs and updating your software, so I want to keep all my client sites up to date with current plug-ins as a matter of routine maintenance, just as I do with patching my servers.


Hi Ron,

thank you for the suggestions. They are a little bit tricky to implement, but as you said it will be very useful for the clients to see if there is a new version of a product, so we will do our best to implement it.

9 years ago

micheletucci wrote:
Hi, 

I have the follow setting 

[Categories] [Specification_1] [Specification_2] ... [Specification_N]

but only one category, auto select category it's possibile ?

best regards


Hi micheletucci,

unfortunately, this is not possible out of the box. Please suggest this idea to our User Voice portal, and if people vote for it we will implement it.

9 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!

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 ).

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");

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.

9 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.

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 ).

9 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.