Close

Profile: Boyko

Avatar

User posts

sunnyw wrote:
We are on nopCommerce ver 3.3. with this plugin NopUltimatePluginCollection_3.3.528.11414.zip full version.

The executed sproc looks like this.

[dbo].[ProductLoadAllPagegNopAjaxFilters]
    @CategoryIds = N'3',
    @ManufacturerId = 0,
    @StoreId = 0,
    @VendorId = 0,
    @PriceMin = 45,
    @PriceMax = 50

In our setup, category id 3 have grouped product assigned to.

In the result set, one of the returned group products have 6 associated products. Out of the 6, 5 are not published and the 1 published has a special price of 29 and price of 45.

In my scenario, is this a bug that this group product returned in the result set or by design? If by design, what other way I can have it not returned in the result set?

Thanks in advance,

Sunny



Hi Sunny,

Thank you for reporting this as It looks like a bug. We have added this to be fixed in our Backlog. But we need to see if this won't harm the performance of the Ajax Filters before scheduling it for fixing. So I can't tell you right now when this will be fixed.

Thanks

10 years ago

jakubz wrote:
Hi Guys! I started using this plugin few days ago but I do  something wrong.

I want to create Rule:
When Registered Customer add product to cart, but he doesn't bought. Plugin should wait three days and then send only one remaind mail - to this customer.

I configured reminder:
- Remind Rule:                                                Abandobned Shopping Cart
- Number of messages to Sen Per Customer: 1
- Condition Met Date Later Than:                    3 Days
- Contion Met Date Earlier Than:                    Enter value
- Interval Between Messages:                         1 minute.

But something it's wrong. When I check to Reminder Messages Report I see 7-8 emails sended to one customer (interval 1 - 10 minutes).

What I do wrong? I use version 3.20 but I can't make upgrade :(


Hi jakubz,

You should set Condition Met Date Earlier Than to be 3 days rather than leaving it empty and Condition Met Date Later Than to be 4 days.
You should also update the plugin to the latest version. Download the package again and update it.

p.s: By the way your free support and upgrades license has expired.

Thanks

10 years ago

vaheyev wrote:
Hello there,

I have this theme for 3.30. However, I've updated my nopcommerce version to 3.4 but I am having some troubles to upgrade the theme in the source code.
Can anyone help me in this please?


Hi ,

It is very simple. You can checkout this video of how to upgrade a theme from one nopCommerce version to another.

Thanks

Bugs
10 years ago

hayco83 wrote:


Thanks, I've reverted back to 3.30 and then upgraded again.

Instant search is now working fine


Hi hayco83,

The problem with the /en in the url and the filters is fixed now. Please download and update the Ajax Filters plugin.

Thanks

10 years ago

kag wrote:
Hi, for our client we need to add extra filtering to the search. For this we need to add an extra parameter and an extra join on a custom table. The compiled stored procedure is currently the only blocking issue for using this extension, because we can't add this join to it. Do you have any suggestions for us on how to do this?


Hi kag,

So you will need 2 things - pass new parameter from the code and then modify the stored procedure to use this parameter. Unfortunately currently there is no way to pass additional parameters to the store procedure even if you could modify it.

Thanks

10 years ago

IvanSlater wrote:
Hi there.

Last night we upgraded or nop from 1.9 to 3.3.

Is there a script or you guys can tell us what data we have to migrate? Tables, constraints?

If we have to uninstall and reinstall, we will need to do it with all plugins? Only core?

Help!!!


Hi IvanSlater,

I don't know what exactly you have scripted or not, so I can't tell you why you got this error.
Basically all our plugin tables are named like this SS_XX_  where XX is the plugin abbreviation i.e Customer Reminders is CR. So all the tables and constraints can be seen in the database.
I don't think that coping database tables is a good thing to do. I would better install the plugin from scratch as there is nothing that can guarantee you the consistency of the database when you copy only parts of it.

Thanks

ehubcap wrote:
Hi Support:
Could the "contact us" tab on the Quick Tabs plugin be referenced in the Product Quick View Popup by including a js code snippet as an enable/disable option at the admin/QuickViewAdmin/Settings => Appearance Settings?
This addition will improve the customer experience by bringing the item inquiry box, right up there with the description, details and specifications links, so, alleviating the necessity of hunting down a support contact us form, that will require clicking close the overlaid modal and consequently losing the focus on the viewed item


Hi ehubcap,

This is not possible as these are two separate plugins.
It should be something specific to the Quick View plugin. As you have suggested it should be a setting that if enabled, a new "Contact Us" panel will be added to the Quick View accordion.
Please suggest this idea in our UserVoice portal.

Thanks

Bugs
10 years ago

hayco83 wrote:
Hi,

I've upgraded to Playground 3.40

I have two issues

1) Opening any page that has the Ajax Filters plugin, gives me the error
Retrieving /en/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/JQueryTemplates/JDropDown.htm failed


2) Instant Search plugin is not working for the Playground theme, when I changed the them to defaultClean one it works but not in Playground theme

Could kindly you look into this. Thanks


Hi hayco83,

I just noticed that you have enabled the SEO Friendly Urls setting that puts an /en/ in your Urlsm which is breaking the Ajax Filters. I will let you know when the packages are updated with the fix for this.

Thanks

10 years ago

ktakakis wrote:
Thanks for your replay!  Indeed after I installed the version 3.4 the speed went up dramatically! Should I wait for the version 3.4 of your theme?


Hi ktakakis,

You just need to download the theme package again and you will find the 3.4 version in it (we just released all our products for 3.4).
In order to upgrade - just follow the instructions in the Upgrade Theme folder into the package. It is a matter of running the nopCommerce upgrade script only.

Have a great weekend!

10 years ago

tarweb wrote:
I'm using Nop 3.30 and have the ultimate plugin collection for v3.30. I noticed that when I used Instant Search and Ajax Filters, they return all products across all stores instead of products that are limited to the current store.

I tracked the ajax requests that were sent to Catalog7Spikes/GetFilteredProducts and noticed that, the requests didn't pass the StoreId to the back. Though I give the benefit of doubt that it may be pulling the current store Id from context...

Either way, I would like to know, are the plugins supposed to support multi-store?

Has anyone experience this problem? Any suggestion on how to get the plugins to work with multi-store?

(I am using everything out of box, no customized views.)

Thank you!


Hi tarweb,

All our plugins support Multi Store including the Instant Search and the Ajax Filters.
I just tested both plugins with the latest package for nopCommerce 3.3 and they both work fine with the Multi Store. I don't know how you have tested it but I guess that your Multi Store has not been properly setup. I would advice you to check if your Multi Store is properly setup as It is a common mistake to think you are in the second store and actually you are in the first store.
The best way is to change the Default Title for store 1 to be Store 1 and for Store 2 to be Store 2. This when you open the site you will know for sure in which store you are.
Just to make sure all is correct you can download the latest package of the Plugin Collection and update your plugins. You can also uninstall and install the Ajax Filters plugin as we had some improvements in the stored procedure that the filters are using (not related to stores but with performance improvements).

Thanks