Close

Profile: hristian.dimov

Avatar

User posts

9 years ago

iojvan wrote:
Hi, when I set up this plugin and select some widget zone countdown timer show on 4 places no meter what I do.
Is there solution for this issue? I use Nop Smart theme  

Example: https://drive.google.com/file/d/0BwjF-jeAfJsdT2hMZXZEYnVIRlk/view?usp=sharing


Hi,

Could you please submit a ticket in our ticketing system, providing an admin credentials to your site, so that we can check what could be causing this behavior.

Thanks.

9 years ago

robschoen wrote:
is there a text box anywhere for a customer to add a note when placing their order?


Hi,

you can use the Checkout attributes for that purpose. You can create a new one by going to Administration -> Catalog -> Attributes -> Checkout attributes. It should be of type - textbox or multiline textbox.

The checkout attributes are visible in Products tab of every order.

Hope this helps!

Forum Link
9 years ago

robschoen wrote:
am I missing a setting in admin for a forum link in either the header or footer?


Hi,

If you are using the MegaMenu plugin, which comes with the Traction theme, you can enable the Forum link by going to Administration -> Plugins -> Nop Mega Menu -> Settings and from the Mega Menu Items Settings check Include "Forum" link setting.

Also, you need to make sure that the Forums are enabled. You can do this by going to Administration -> Configuration -> Settings -> Forum settings

Hope this helps!

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

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