Close

Profile: Boyko

Avatar

User posts

6 years ago

TrexWebmaster wrote:
Is there a way to add settings to the Ajax Filters?  I can add a setting in the admin (e.g., nopAjaxFiltersSettings.somenewsetting), but I don't know how to add it to the NopAjaxFiltersSettings.  I could inject the settings service in the view, but I'd rather not.

Thanks!

Jeremy


Hi Jeremy,

You could not change the settings of the Ajax Filters plugin. To do so you will need the full source code of the plugin.

What setting do you want to add? You can always add a setting in the General Settings page and then use it via the Settings Service by key.

6 years ago

ActionWebsites wrote:
Extending Price Match to be a quote based system would be a good idea. For example Vendors receive quote requests from Customers and can reply back with a price offer. The Customer could then accept one quote from multiple Vendors or Site Owner and have it processed as a normal order.


Further enable customisation of the form fields and types/values as well as decouple from products so this could be assigned to a category or topic page or website header/footer as well.

It would be a very flexible and universal plugin then and could be used for Price Matching, Quote Requests, general enquiries fed into the usual online orders process and extend the nopCommerce Vendors system at the same time.


Thank you for your suggestions!

Regarding the Request a Quote functionality we believe it should be a separate plugin.

Thanks again!

melek wrote:
Hi ,
We are testing onepage checkout . We have extra some fields for adress area depends on states we showing another combo box . but plugin  app/ folder all js compressed and we cant manage and cant success . can you send to us uncompressed files for app/ folders js ( javascript )  files .
Also I send email but no one didnt answered .

Thank you


Hi melek,

Please submit a ticket with the version of nopCommerce you are using and the exact changes you need and we will advise.

ajyaa wrote:
Team,

We would like to know you that we have uploaded your nop venture theme & plugins into azure web app.   As soon as we installed all your plugins we encounter the following error: "An error occurred while starting the application".

Please suggest us the necessary changes in plugins.

Please do the needful.


Hi ajyaa,

This basically means that there is some error as this is the error page in nopCommerce.
Please refer to our troubleshooting guide on how to understand what the error is.

You can create a ticket and post the exact error and we will advise.

6 years ago

JRon wrote:

I still think it would be much better if we could custom add products from categories to a tab


Hi JRon,

The initial idea of the Categories collections was to automatically pull the products for that category by some specific criteria i.e Featured Products without any manual intervention from the store owner.  If the store owner has to go and set the products manually every time a new product is added to the category or is removed etc. then this will completely defeat the purpose of the category collections. In such cases you can use Product Collections instead of the Category collections. Anyway we understand what your suggestion is and we will think about  implementing it.

Thank you for your suggestion! It is much appreciated!

6 years ago

Anders wrote:
Look's like it's a memory issue! I did a publish to IIS server, and it ran with out any issue!


Hi Anders,

I believe it is something in your local setup in Visual Studio or just the files are blocked by Windows.
We have many customers using our products (your version of the plugins is a recent one) and no one has reported such an issue. We also work with the plugins locally in Visual Studio all the time and don't have any issues with them.
Could you check if you have to "Unblock" the plugins package when you have downloaded them from our website? Simply right click on the plugin's package and go to Properties -> Unblock. Then extract the content of the Zip file and the file will not be blocked.

6 years ago

Anders wrote:
We are helping a client, making the correct development setup, but when we add the 7Spikes plugins and try to run the solution we get this error (nop 4.0):
Application startup exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Runtime.InteropServices.SEHException: External component has thrown an exception.
   at <PrivateImplementationDetails>{1D1EA875-20B1-40D0-B9F5-51BC45DAE49A}.0DA619D6-F761-4322-AD87-0277C231D5E5.(Int32 , Int32 , Int32 )


Hi Anders,

I have seen a similar error only once and it was fixed a long time ago.
Maybe you are using some older version of our products for 4.00.

Could you please elaborate where do you deploy the site i.e Azure and how you upload the plugins i.e from the administration etc?

Another possible issue could be that the memory of the application pool is not enough and the site is restarted and that is why you get this error.

Anyway we will need some more information in order to advise.

Could you please update to the latest version and let me know if you still have this issue?

6 years ago

saad77 wrote:
Hello, as from the title there is an exception with a self referencing loop issue when using the template.
error is shown when visiting the website.

link to site:
http://dnn-sa.azurewebsites.net/en/


AggregateException: One or more errors occurred. (Self referencing loop detected for property 'ConditionGroupEntity' with type 'SevenSpikes.Nop.Conditions.Domain.ConditionGroup'. Path '1.ConditionEntity.ConditionGroups[0].ConditionStatements[0]'.)


Hi saad77,

Thank your for reporting this!

It looks like the JsonSerializer that Redis is using could not handle such complex objects.
We have corrected this and sent you an updated version.

Please check your ticket!

Thanks,
Boyko

6 years ago

JRon wrote:
There appears to be an error with the Featured Product sort option in both Category Product list and Custom Product List, I just replicated the problem in your admin-demo store ( http://admin-demos.nop-templates.com/admin/CategoriesProductCollectionsAdmin/Settings  )

I went to Category Product Collections and added the category Gift Cards, added a new  tab with the sort order "Featured Products" but no products were found but it should have found the $25 Virtual Gift Card


Hi JRon,

The "Featured Products" are not the products that are shown on the home page but the ones that are featured for that specific category.
Actually the "Featured Products" sort order uses the "Featured products" for the Gift Cards category that you can manage from the category page in the administration and selecting the Products tab where in the grid you can choose which products are featured.
So if you mark the "$25 Virtual Gift Card" as featured for the Gift Cards category then it will appear in the Smart Product Collection when you select the "Featured products" sort option.

StephanZ wrote:
Hi

do you have any plans to enhance the NewsletterPopup and include a checkbox to track customer consent with privacy policy (this is a requirement to be in line with the GDPR since it also applies for the email address/emails which will be sent).

Thanks
Stephan


Hi Stephan,

Thank you for your suggestion!

We will plan this work item for our next iteration.

Thanks,
Boyko