Close

Profile: Boyko

Avatar

User posts

11 years ago

hayco83 wrote:
Hi,

I'm using NOP Playground 3.3 with no other 3rd party plugins or code.

I'm on a shared hosting plan.

I'm having app pool restarted several times and then stopped.

My hosting company, Arvixe is telling me this is due to either the code or my website is hitting the memory limit (600MB)

Do you have any calculation of memory consumption of the Playground theme and if the 600MB limit is really not sufficient to run it.

Also is there any way that I can know for sure what the real reason behind this app pool restart?


Thanks


Hi Hayco83,

The memory consumption does not depend on the theme but on the data (products/categories) you have in your store. Please read this post about memory consumption in nopCommerce.
The new version of nopCommerce 3.4 will have a lot of performance and memory improvements and it might need less memory but if you want to be sure you won't have any problems my advice is to not use a shared hosting. Here is a thread in the nopCommerce forum for the new improved version that will be released in a couple of weeks.

Thanks

11 years ago

minu102 wrote:
Please give us solution . ... It is very rigid . we completely wasted our money for this nopcommerce project.


Hi minu102,

Unfortunately we can't help you if you have modified the namespaces as this will require recompilation of the whole codebase (not to mention that this will be a lot of extra work that will break future upgrades and bug fixes). I don't know your reasons for changing the namespaces but this is definitely a bad idea as there is no easy way to do upgrades to new version of nopCommerce and new versions of any plugins (even if you have the source code you need to rewrite them as they are already using the default nopCommerce namespace).

p.s: I can see that you have a trial version of the Ajax Filters.

Thanks

11 years ago

untiedshoes wrote:
Hi,

Using anywhere sldiers 3.2 - have used previous versions and this one with no issues until now.

Using the sliders in a multi-store environment, the sliders are not split via store. They are set to each store in the admin, but the front end of each store all show the same slider.

The sites are setup correctly by the way - I was the first person to run a live multistore nopcommerce development.

By the way, using nop 3.2.

Any ideas?


Hi untiedshoes,

Can you update to the latest version of the Sliders for 3.2 as described in this post?

Thanks

11 years ago

minu102 wrote:
I have changed   "Nop"  namespace to "xyz" namespace  in my  nopcommerce project


Hi minu102,

In that case there is nothing you can do to use the Ajax Filters plugin in your project. Our plugins are nopCommerce plugins and they are intended and built to be used in nopCommerce.

Thanks

11 years ago

minu102 wrote:
I am searching Source code for  Nop Ajax Filters plugin nopcommerce version 3.0 . kindly please help me for same.


Hi minu102,

We don't provide the source code of the Ajax Filters plugin. But you have all the Razor view files (.cshtml) open to modifications, so you can modify them to your needs unless you want to completely change the behavior of the plugin.

Thanks

11 years ago

jburke wrote:
I really like the Smart theme! Good job! I have one small issue. The search box is not centered with my logo like on your demo site. The search box seems to be higher and it throws of the aesthetics of the header. How may I fix this? I do not have the theme public yet...


Hi jburke,

This needs to be amended via CSS. So we will need a link to your web site in order to advice what the css should be as it depends on the height of your logo image.

Thanks

11 years ago

kaunuk wrote:
Hi.

Initial load is running NopCommerce stored procedure. But as soon as I used filter, that's the point where Seven Spikes ProductLoadAllPagegNopAjaxFilters procedure running, and the problem is returning. Does 7Spikes going to amend SP and include category hierarchy into the "order by" in future?


Hi kaunuk,

We need to be consistent with nopCommerce.
Otherwise the order will differ after a filtration, which is not good.
So if nopCommerce do it then we will do it too.

Thanks

11 years ago

businessmediabv wrote:
Hi,
First of all, this plugin rocks.
We are buying it tomorrow, but we'de love to see the filters also working while searching.
Is this coming up, and can you give us a date for release?

kind regards,

Jeroen Ribbink
Business Media


Hi Jeroen,

We are glad that you like the plugin.
If you are talking about the Ajax Filters to work on the Search page then please vote for it here in our UserVoice portal.

We haven't planned this feature yet, so we can't give you any possible release date for it.

Thanks

Bugs
11 years ago

Hi guys,

I am not sure what could be wrong but if you follow the update instructions then the plugin should work as expected. We have so many web sites (demos + clients) that we maintain and update almost everyday and we don't have such issues i.e we have never needed to create new application pools. As you can see on our admin demo site the Reports of the Customer Reminders are working fine. It is running nopCommerce 3.3 and the latest version of the Reminders plugin that can be downloaded from our web site.
You can check them here:
http://admin-demos.nop-templates.com/admin/CustomerReminderMessageRecordsAdmin/List

Please if you have any concrete problems with the plugins then you can send us an email with your store credentials and we will help you resolve them.

Thanks

11 years ago

Hi Jorge,

The way products are sorted in a given category is not controlled by the Ajax Filters.
The Ajax Filters control only the list of products after a filtration, which is the same one that has been chosen by the client or the default one when you open a category. So the initial sorting of the products within a category is controlled by the nopCommerce search products stored procedure.
The Ajax Filters can only allow you to change the default display order, which is by position, to be any of the other sorting options i.e Price etc.
You can test this by turning off the Ajax Filters and you will see that the sorting is the same with or  without them.

Thanks