Close

Profile: Boyko

Avatar

User posts

devadmin wrote:



To reproduce 1) Add different products to cart 2) Go to checkout [just before confirming] 3) Now from cart drop down remove a product. Changes will not get reflected in cart. Ideally if you are in these pages if a change happens e from the drop down cart a force refresh might be a quick fix. I think this is a bug.





Hi devadmin,

I agree with you that it looks like a bug and it should refresh the page but at the same time the idea of the Flyout cart is to work with Ajax and not to refresh the page.
If we make it to refresh the page then some people may complain as they like the current behavior that does not refresh it.
Let's see what the others think about it and we might change this to trigger a page refresh when items are removed from the Flyout cart.

jakubz wrote:
Hi! we see blog posts are not included in sitemap? Is any way to fix that via RichBlog? or maybe we can change somewhere this set to include blog posts in sitemap?


Hi Jakub,

The Rich Blog does not add this ability as it is a Core functionality and should be part of the Blog functionality in nopCommerce.
The nopCommerce team has added ability to add the Blog posts to the sitemap in nopCommerce 4.30 (still not released at the time of writing) - you can see the github issue.

5 years ago

Hi guys,

We have been discussing this internally since Instagram was moved as part of the Facebook apps.
Updating the API is not a problem the problem is the process of approval of the Facebook apps and now Instagram respectively.
We have been submitting our Facebook app for review approval many times and they always reply with some new reasons to reject it. It could literally takes months to get your app approved by Facebook.
This is not OK since we can't have you(our clients) to go through so long process as it makes the plugin very unpractical. We are looking for some alternatives but most of them are quite unreliable and having an app with API access is still the best way to ensure that the plugin would work without any problems.

We seriously consider to deprecate the plugin until we find a solution.

If you guys have any ideas then we will be glad to hear them!

5 years ago

hongdandan001 wrote:

Yes,We use “Ajax Filters” in search page and “Instant Search” in search bar,If we want
If we want the effect of the search box, who should we suggest

This is the URL of our website:http://www.leroymerlin.cn/lmc/buy


Have you modified the nopCommerce stored procedure that searches for products?
I guess you have done so and that is why there are differences in the search results as the Ajax Filters plugin uses it own stored procedure for the filter search, which by default should return the same results as the nopCommerce one.

5 years ago

dological wrote:
i activate emporium theme.. with an SSL enable and now i have mixed content
https://quevender.com.mx/
do y know how can i fix that?
thxs


Hi dological,

You need to make sure your store URL in the Stores menu is with https i.e https://quevender.com.mx/

Also it is good to set "Force SSL on all pages" from the General Settings.

Hope this helps!

5 years ago

bdmizanur wrote:
Using your theme with plugins in nopCommerce 4.1 getting error of entity framework randomly and site stopped running. I think you already knew about this as about this already have git and nopCommerce forum post. Please give a solution, what we can do asap.

Error message: Operations that change non-concurrent collections must have exclusive access. A concurrent update was performed on this collection and corrupted its state. The collection's state is no longer correct.

Got errors in two times on last 8 days. Both times site stopped and came back after restart from IIS.
One is for Anywhere slider plugin and another is for Rich blog

I have added screenshots for both times.


Hi bdmizanur,

This is an error from the EF Core 2.1 that nopCommerce 4.1 uses.
It seems like a known issue that we can confirm is not present in nopCommerce 4.20 as it uses EF Core 2.2 (not 2.1 which has this issue).

Bugs
5 years ago

rchild wrote:


I am also having this issue with our website. Was there any solution to this?

Thanks!


Hi rchild,

Every case is different so we can't be sure if this is the same issue or not.
It would be best to submit a ticket so that we can investigate it further for you.

5 years ago

hongdandan001 wrote:
Help make Nop-Templates products better. Share your ideas or feature requests related to the Nop Pavilion Theme for nopCommerce.


Thank you for your excellent skin(Pavilion), We are a company from China.We have an urgent problem to solve about Pavilion search function.
It results in that the search results of the official website are much lower than those of Jingdong store and Taobao(alibaba) store under the same data with other websites.It will be very unfavorable for us to drain to our official website.For example, when you search the "artens floor", you can't find any data .But it's in line with Chinese search habits.


Hi hongdandan001,

Do you use the Ajax Filters plugin on the search page?
In order for this to happen you need to have different search on both page.
Can you check if the Search in Description on the Instant Search plugin is enabled as maybe that could be the problem?

In any case it would be best to submit a ticket and we can take a look at your website and advise much better as now we are just guessing what could be wrong.

5 years ago

StrokaInternet wrote:
It would be great if you could extend filter for stock availability or stock availability by warehouses. In case if store supports pickup at store you could filter by desired warehouse. Please let me know if you ever think about that functionality.

Best regards


Hi StrokaInternet,

Thank you for your suggestion!

We will let you know if we decide to implement this in the future.

5 years ago

kwestground wrote:
When data source is custom you should be able to validate the products through ACL.


Hi kwestground,

We no longer support custom data source but even if we did the ACL check should be done as part of the custom data source.