Close

Profile: hristian.dimov

Avatar

User posts

8 years ago

ScotterMonkey wrote:
Please help?
I'm running nopCommerce 3.60.
Installed trial of one page checkout.
Then bought and installed full version.
When I try to go into "plugins -> 7spikesplugins -> nopOnePage Checkout -> settings, I get an error. I see this error log msg mentions countries. So I made sure I had my store set up with USA as default country. Restarted application. Didn't help.
To know: I had trial version installed then followed instructions after buying full version to just copy the one DLL over. 
Now any time I try to go to settings for this extension, I get an error screen.


Hi,

We have answered you in the ticket that you have submitted. Please download and update your plugin again.

Sorry for the inconvenience!

8 years ago

xcellenceit wrote:
Hi,

i install the the ajax plugin and configuration the plugin that time i click the Enable Nop Ajax cart as Widget mark and save than save process is done that time the click mark is automatic unmarked.


i was two time plugin uninstall and install the two time configuration but that problem is occur. 

so plz tell which reason that problem is occur.


Hi,

I see that you have submitted a ticket for the same issue. We answered you there, please do not duplicate forum posts and tickets.

Thanks.

9 years ago

jrackley wrote:
Hello, how about this feature. Not all products we put on sale are the same percentage or dollar amount in the discount. Certain items are set to different prices. We would like to be able to overide certain products in a category sale to a different discount.
Example: We have 20 different cup designs on sale at 20% discount, but would like 2 of those cups to only be a 10% discount. Thanks!


Hi,

In the Override Product Conditions tab you can exclude certain products from a given campaign by changing their State to "Exclude". For those products which have excluded state you will need to create a different sales campaign with different discount. This way you will have different discounts for different products in the same category.

Hope this helps!

9 years ago

robplayblue wrote:
Can you please tell me what the model is for Description.
I'm trying to add the Shipping description to the list of Shipping methods but can't figure out what the Description Model Element is. I tried adding the following below the <div> for Shipping Details
@if (!String.IsNullOrEmpty(shipping.Description))
{
    <div class="method-description">
        @Html.Raw(shipping.Description)
    </div>
}

Thanks
Robert


Hi Robert,

1. Open the Plugins\SevenSpikes.Nop.Plugins.RealOnePageCheckout\Scripts\app\shippingMethods\shippingMethods.controller.min.js file:

find this ( at the end of the file ): u.stringFormat=r.stringFormat
and replace it with this: u.stringFormat=r.stringFormat;u.renderShippingDescription=r.trustAsHtml

2. Open Plugins\SevenSpikes.Nop.Plugins.RealOnePageCheckout\Views\RealOnePageCheckout\ShippingMethod.cshtml and place this code:

<div ng-bind-html="vm.renderShippingDescription(shipping.description)"></div>

somewhere inside the <li ng-repeat="shipping in vm.shippingData.shippingMethods track by $index"> element.

Hope this helps!

9 years ago

gnik wrote:
Hi 

for example, I was asked to e-mail. Is it possible to automatically generate a query in the card?
Very often ask a question via e-mail.

Senks.

Hi,

Could you please elaborate more on what you want ? If possible, please provide some examples.

Looking forward to your reply!





For example, I want to ask something. I write on email [email protected]

The help system creates a ticket automatically.

Possible?

Very often force the client to ask questions directly to the site c is very difficult. Basically, all they are written on email.

Senks


Hi,

Unfortunately, this is not possible with the current version of the plugin. Please suggest your idea in our UserVoice portal so that other people can vote for it.

Thanks.

9 years ago

gnik wrote:
Hi 

for example, I was asked to e-mail. Is it possible to automatically generate a query in the card?
Very often ask a question via e-mail.

Senks.


Hi,

Could you please elaborate more on what you want ? If possible, please provide some examples.

Looking forward to your reply!

Custom Rules
9 years ago

IvanSlater wrote:
Working great, thanks.

Now, when I edit an old rule, this error appears:

System.InvalidOperationException: Sequence contains no matching element at System.Linq.Enumerable.First[TSource](IEnumerable`1 source, Func`2 predicate) at SevenSpikes.Nop.Plugins.CustomerReminders.Controllers.CustomerRemindersAdminController.RF1sHprQV(String ) at SevenSpikes.Nop.Plugins.CustomerReminders.Controllers.CustomerRemindersAdminController.gFyFtq2rt(String , Int32 ) at SevenSpikes.Nop.Plugins.CustomerReminders.Controllers.CustomerRemindersAdminController.Edit(Int32 id) at lambda_method(Closure , ControllerBase , Object[] ) at System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters) at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) at System.Web.Mvc.Async.AsyncControllerActionInvoker.<BeginInvokeSynchronousActionMethod>b__39(IAsyncResult asyncResult, ActionInvocation innerInvokeState) at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`2.CallEndDelegate(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase`1.End() at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass48.<InvokeActionMethodFilterAsynchronouslyRecursive>b__41() at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass48.<InvokeActionMethodFilterAsynchronouslyRecursive>b__41() at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass48.<InvokeActionMethodFilterAsynchronouslyRecursive>b__41() at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass48.<InvokeActionMethodFilterAsynchronouslyRecursive>b__41() at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass48.<InvokeActionMethodFilterAsynchronouslyRecursive>b__41() at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass48.<InvokeActionMethodFilterAsynchronouslyRecursive>b__41() at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass33.<BeginInvokeActionMethodWithFilters>b__32(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.CallEndDelegate(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase`1.End() at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass21.<>c__DisplayClass2b.<BeginInvokeAction>b__1c() at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass21.<BeginInvokeAction>b__1e(IAsyncResult asyncResult)

/admin/customerremindersadmin/edit/3

This reminder is no longer being executed. Only other remindes.

Ivan.


Hi Ivan,

Could you please check if this reminder rule is still inheriting the IReminderRule interface? Also, double-check if the reminder rule is registered in DependencyRegistrar file.

Looking forward to your reply!

9 years ago

[email protected] wrote:
So what do I use because the themes are in the other folders?



Hi,

Since the DefaultClean theme was improved a lot in 3.60, we dropped the support for nopClassic and DarkOrange themes in 3.60 version.

I suggest you to use the DefaultClean theme as it has a really nice design.

emadkhan wrote:
Hi,

Currently the only option is Details and price for product items in jcarousel. Is it possible to add the buy button to jcarousel items for products?

Thanks,
Emad


Hi Emad,

At the moment there is no support for Add to cart button in the JCarousel. Could you please vote for this work item in our UserVoice portal.

Thanks.

9 years ago

[email protected] wrote:
I just downloaded this file and its missing the Theme folder for 3.6.62

folder NOPClassicTheme_3.6.62.17767.zip


Hi,

The theme is not available for 3.60 and that's why it is not included in the zip archive.

Hope this helps!