Close

Profile: Morphy989

Avatar

User posts

10 years ago

Hi,

I'm not sure if this is possible or not, couldn't find anything on this subject, and on the UserVoice portal i saw a work item for connecting Ribbons with JCarousel, but not with Quick View.

Is it possible, to set ribbons to be shown in Quick View? If not i will add it to UserVoice since i think it would be a nice upgrade for the plugins.

Regards,

Morphy

Bugs
10 years ago

Boyko wrote:
Hi Morphy,

I just checked and I can confirm that if the message template is inactive it is still sent via the customer reminder.

Thanks


The plugin is working great :)
On our third run of checking the code we found the problem, it was on our side. I apologize for my mistake, and well, great work with the plugins and support :)

Regards,

Morphy

Bugs
10 years ago

I understand...that makes perfect sense and it is OK as you explained.
But well...that is actually the problem, i think i missed my point before while explaining the problem. What i forgot to mention is that the messages are not sent if the message template isn't set as active.
Now this could be a problem on our side...but also with the plugin. After your explanation it would be rather badly done if it is a bug, since the way the reminders should work is that they don't check if the template is active or not (if i understood correctly).
I will do a 2nd check of our code and try to find if there is something i missed that's causing this behavior.

Thank you for a quick reply.

Morphy

Bugs
10 years ago

Hi,

i have noticed a customer reminder behavior that is either a bug or a bad activity.
We are running Nop v3.0 with plugin v3.0.680.8287

When I create a customer reminder and set it as enabled, the message template that is created is not set as active. I have to go to message templates and set it as active there. Now, this is not that big of a deal. The bigger problem is that when, after some time, I edit the reminder, any setting, or for testing i don't change anything and just press "Save" or "Save and Continue Edit" the message template deactivates and it has to be manually activated again.
Please try to review this, it is not a big problem but is rather inconvenient.

Thank you,

Morphy.

Bugs
10 years ago

Hi,

I am having problems with ajax.filters plugin.
NopCommerce version 3.0
Ultimate plugin collection - Ajax.Filters v3.0.680.8287

The plugin is disabled but installed, and it is causing problems to "Order by" drop down menu.
It overrides any of the choices to default order chosen in the plugin configuration, meaning that
every time anyone chooses any of the ordering choices it orders by the default value.

For example:
Default value in the plugin is "Name A to Z"
Customer chooses "Order by: Price low to high"
And the list orders by "Name A to Z" instead of "Price low to high"

But when the filters are enabled, the plugins "Order by" works perfectly.
So i tried to disable the filters in order to have the plugins "Order by" drop down menu,
and it doesn't work, the nopCommerce's "Order by" drop down menu is displayed instead of the plugin's and not working like explained in the example.

The only 2 situations when the drop down menu works is when the Ajax Filters plugin is not installed, and when at least one of the filters is enabled.

Now...I understand that if i am not using the filters i can uninstall the plugin, true. But it is still a behavior of the plugin that is not as it should be, and that's why i am reporting it.

It would be appreciated if you could look into this.

Thank you,

Morphy

10 years ago

Thank you for a quick solve.

If I run in to any other problem I will report, since it's in everyone's interest for bugs to get fixed
and problems to get solved.

Regards,

Morphy

10 years ago

I am using the full version of the plugin collection...the problem is in administration, the time it takes to load the product list when trying to add product mapping for JCarousel or Ribbons (or any other plugin that has product mapping) is few minutes and in that time any other activity on nopCommerce is blocked, both on public and administration side. It actually shoots the server processor on 100% and it stays on 100% for the time it takes to load the list.

Step by step this goes:

1. Adding new JCarousel
2. Choosing "Product mapping" tab
3. Pressing the button "Add a new product" - that pops out a new window with the product list
This is where the problem occurs.

The list that is displayed is the same as the one that pops out when I try to add an existing product to a certain category when viewing category details, "Products" tab and pressing "Add a new product"

Hopefully this time i explained it better and more detailed.

Regards

10 years ago

Hi,
I am in the process of setting up the store and I am having an issue where loading of the product list when adding "Product mapping" on any of the plugins lasts for few minutes, and any other activity on the store is impossible in that time. We have about 5000 products total, and about 2700 of them published. The list displays only the published products so about 2700 of them and it just lasts to long, plus the blockage of the store makes the configuring impossible when the store goes online.
Similar list is in base nopCommerce when trying to add an existing product to a certain category (trough category details / Products tab), the same pop out window with full product list, and in that situation the loading of the full 5000 products list lasts for a second.

I am using the latest version of the plugin collection for v3.0 nopCommerce.

Since plugin source is not available i could use some assistance on solving this issue.
I was able to shorten (to about 20 seconds) the time needed for loading by adding

Configuration.AutoDetectChangesEnabled = false;

to //database call

in Nop.Data / NopObjectContext.cs

but I am still in the process of testing the full impact of that on nopCommerce. And that still blocks the store for the time it takes to load the list. Same issue is with changing pages on that list, meaning that loading of every page on that list lasts for few minutes (20 seconds after the change).

Regards,

Morphy.

Bugs
10 years ago

My apologies for not posting the version and info. It is 3.0, from the trial version of Ultimate plugin collection.
We (my company) is in the process of buying the full version of the plugin collection since, despite the little problems, we are very pleased with the work you have done. Hopefully the fact that it is a trial version is not what is causing the problem.

Bugs
10 years ago

Hi,

i am having a problem with JCarousel. Perhaps is my fault, and i'm understanding a part of it wrong or it is a bug.
I am trying to add it to a certain category and show it's featured products. I created a widget zone, and mapped the JCarousel to the category. That produces a JCarousel showing the category, and that's fine, since it's supposed to work like that (Or?). The problem starts when i chose a data source "Category featured products" it shows all published products from that category. Is that a normal behavior and i am doing/understanding something wrong, or is it a bug?

Thank you