Close

Profile: Boyko

Avatar

User posts

Hi ehubcap,

Happy New Year!

ehubcap wrote:

Isn't v3.50 installation supposed to be backward compatible with versions like 3.40?


No, none nopCommerce version is backward compatible with the previous ones. The same applies to any of the available plugins for nopCommerce.



Ebrahim wrote:
Hi 

In home page I have  JCarousel and maximum Number of columns is 4.

Now when screen size less than 718px the Number of columns change to 3.

How can I change 718px to 857px?
means when width less than to 857px then Number of columns change to 3?


Hi Ebrahim,

There is a setting for all JCarousels that you can change from the Settings page of the JCarousel plugin.
This is the setting "JCarousel item min width" and you can increase it, so that it can fit only 3 items in 857px.

uiskas2 wrote:
Hi.

I'm Pedro, and I need help.

Every time the site is fine and suddenly slows down, I don't know what happened, I tried debug and I don't found errors or slowing.

I have in log only "Application started", I have one or twice this information in 10 minutes.

I think that the problem is something in the session, because when I try to start manually the Keep Alive the site is down, sending 503 error

Did someone had the same situation or something like this?

Thank you for your attention.


Happy New Year, Pedro!

You should contact your hosting provider and ask them to increase the memory limit of your web site.
Usually they set memory limit to your web site's application pool and once your web site reach this limit then the application pool and your web site respectively is restarted automatically.

Please don't duplicate posts and tickets!

9 years ago

kaka135 wrote:

Yes, you are right. That's what we need. We need to show 3 nearest shops according to the search keyword or current user location. 

Is it possible for your team to implement this function in the plugin? Will it be implemented very soon if possible?

Thank you.


This feature really makes sense and will be very useful.
Using the customer's location is also a good idea, so we will need to consider all possible options.
We could plan it for our next sprint after the holidays and a realistic release date would be around 10-15 January. But I will be able to provide more information after the holidays when the whole team is back in the office.

Hope this would work for you!

9 years ago

kaka135 wrote:

My project requires a search box to enter the location, say London, and the result will return all the shops in London. The search is within the shops stored in our database.

We need the search box similar to the Google Map search box shown in the demo - AllShops page, but the search is on the map itself, but not the shops we have in our database, right?


Please note that we don't keep the actual address in the database. We keep only the coordinates of the stores. So in order to do this you need to use the Google Maps API.
I guess that you would like to let users enter their city i.e London and then you want to show all shops near London (which probably needs to be a setting i.e 25 km distance). Please let me know if this would work for you.

9 years ago

Ebrahim wrote:
Hi 
I want disabled "Price Range Filter Slider" if ShoppingCartEnabled=false

How can get this setting in "PriceRangeFilterSlider.cshtml" file?

I add this code in to "PriceRangeFilterSlider.cshtml":
@using Nop.Web.Controllers;
@if (ShoppingCartEnabled)
{}


But not work


Hi Ebrahim,

There is no such setting ShoppingCartEnabled or at least we are not aware of it.
Where do you set this setting in the administration?

Please note that if you are using nopCommerce 3.4 and above then you can use the ACL to disable the prices or the shopping cart functionality and this way the Ajax Filters will automatically hide the Price Range filter.

Bugs
9 years ago

n!cebag wrote:
I'm having an issue with the JCarousel ...


Hi n!cebag,

We replied to your ticket.

Please don't duplicate post and tickets!

Happy Holidays!

9 years ago

kaka135 wrote:

1. I have added @Html.Widget to the menu to show All Shops, but only one shop is shown, even though I have two shops added. Is it because I'm using the trial version?


Yes, the trial version is limited to show only 1 shop.

kaka135 wrote:

2. I'd like to create own custom codes to search for the shops. Is there any simple documentation or tutorial for this? Such as function to get all shops from the database. 


How exactly do you want to search for the shops?
In the current version of the plugin we don't have any search functionality. But if there is demand for searching the stores then we can consider implementing it. So it is up to you to provide us with more information of how you would like the search functionality to work.

kaka135 wrote:

3. Can I change any title/label in the admin area? Such as "Address" instead of "Short Description".


Yes, you can change it.This is the resource you need to change: SevenSpikes.StoreLocator.Admin.Shop.ShortDescription. The plugin is fully localizable, so you can change every single resource in the public and administration area. This video explains it well.

kaka135 wrote:

4. When does the holiday promotion 20% off end? I'd like to try if this works well for my project, and hopefully to purchase the plugin before the promotion ends. My main concern is to be able to search the shops.


The promotion ends on December 31st.

Happy Holidays!

9 years ago

Hi Todd,

We replied to your ticket but will summaries for other having the same strange behavior.
The issue is related of the fact that all nopCommerce themes share the same nopCommerce settings, while some settings need to be different for the different themes,that is why you are left with the impression that they are not working. We pointed you to this post explaining the same here.

Happy Holidays!

9 years ago

Ebrahim wrote:

I Cant find it :-( resource key:"SevenSpikes.NopAjaxFilters.Public.OnSale".
and I try to add it but still show "On Sale" text.
Can you tell me how to get "On Sale" text from "@onSaleOptionsHtml(0)" script??


Hi Ebrahim,

This is populated in the controller and it uses the same resource. So I would advice you to download your product package again from our web site and update the plugin to its latest version as it is strange that this resource is missing. I double checked and the resource is in the file, so this should be some problem on your end.