Close

Profile: Boyko

Avatar

User posts

fun123 wrote:
i cant find 3.3.432.11283
i only have 3.3.891.12004


Hi fun123,

The version that you have is a very recent one. You should not have problems with the multi stores with it. Please confirm that you are actually using this version and that the Sliders are working fine with multistores.

Thanks

joster wrote:
Hello-

The instant search returns the lowest possible price of the products, preceded by the word "From"

I have looked at the instantsearch view and don't see the word "From":

 '<div class="price"># var price = ""; if (data.ProductPrice.Price) { price = data.ProductPrice.Price } # #= price #</div>' + 


I also don't see a string resource for it...

If I want to change it to display as "Starting at"   or  "As low as", where would I do that?

Thanks!


Hi joster,

It comes from nopCommerce and is used to show prices of grouped products. It is a resource, which you can search for an change. Just search for a resource value that contains "From" or try to change this one with key "products.pricerangefrom". Instead of using "From {0}", you can change it to "Starting at {0}", where {0} is the placeholder of the actual price (the lowest price of all the products withing the grouped product).

Thanks

fun123 wrote:

thanks for answering, i did ask here so everyone else can see problem, so they dont thin they messed up things, thats what forum is for? also, i have issue with limited to store sliders? is that on your end or nop changed it? I have one slider that is limited to one store and one that is limited to 2 stores (both are on home pages of stores), and if both are enabled and limited to those stores, they are both active at same time on all stores instead of just marked ones.


Hi fun123,

I guess you are using an older version of the Anywhere Sliders plugin. Please update it to the latest version as described in this post.

Thanks

Hi fun123,

Thank you for reporting this!

I must say that there is category mappings upgrade to conditions for the Sliders, but there was a small mistake and that is why they were not working properly.
In the the upgrade script the condition type should be 2 rather than 0.


EXEC sp_TransferMappingsToConditions
      15, -- entity type
      2, -- condition type
      '1', -- name property


I am really sorry you have lost so many hours instead of reporting the issue to us and have us fix it. I am a bit surprised that you consider this as a very serious issue and that you haven't sent an email to our Support mail. Please note that for any urgent issues you should send us an email (soon we will have a ticketing system, which is now in beta) rather than writing in the forums, which we monitor but with low priority. This way you are guaranteed to get a fast answer and have any issues fixed on time. .

The fix in the script is now included in all our product packages that can be downloaded from your My Downloads section.

Thanks

11 years ago

leeroymeile wrote:
Im using the JCarusel Plug-In and its very usefull ;D thanks for the greate work.

It would be very usefull if you would add the conditions-functions to add products to a JCarousel (same as ProductRibbons Plug-In has).

Best Regards
lmeile


Hi Imeile,

Thank you for the suggestion!

Would you mind sharing your idea in our UserVoice portal.

Thanks

11 years ago

chroni wrote:


check out (site is german) there you have a color picker (Farbe).
http://de.dawanda.com/kinder/

But it should not be like this (colors should be grouped) and more colors should be presentable.
I have some ideas I can send you a screenshot if you like


Hi chroni,

Thank you for the suggestion!

Here you can see how the Ajax Filters allow you to filter by color attributes. This functionality is possible only because of the Ajax Filters plugin and it is not present in the core nopCommerce (you can't filter by attributes in nopCommerce). To make the things simple the Ajax Filters get the attributes of all the products in a given category and shows them. So if you want to make some grouping it will be very hard to be implemented primary because there is no easy way to make the administration of the attributes to support grouping (a lot of changes in the core nopCommerce will be needed).

Hope this information is useful!

Thanks

11 years ago

chroni wrote:
Maybe this is already implemented. If so i would appreciate feedback how it could be done :)

1.) it would be great to tell nopcommerce where the additional category text should be placed (Without coding) . I know its just a minor change and not a big deal to change but it would be very useful (even better would be splitting posibility --> this part head --> this part bottom)


2.) It would be great to add additional text (or better topics) to product tags. Which then could be used for landing pages and improve ranking.

greetings
chris


Hi Chris,

Thank you for the suggestions!
I think all these should be integrated in nopCommerce as a core functionality rather than as a plugin (this is how we extend nopCommerce).
So you can suggest them to the nopCommerce team in the nopCommerce forums.

Thanks

11 years ago

webtrend wrote:
Hi there!

Is there a way to add custom Widget Zones to the AnyWhere Sliders?
There is a ComboBox to select the place where to put the anywhere Slider.
The point is want a different place as the Combobox options.

How to add a Widget Selection Item to this list?


Hi webtrend,

It is very easy to add new widget zones.
Simply add them in the SupportedWidgetZones.xml file that is located in the Anywhere Sliders plugin folder.
Then restart the application and the new widget zones will appear in the dropdown.

Thanks

Bugs
11 years ago

hayco83 wrote:
I am having the MegaMenu plugin as part of the playground theme. If I download the playground theme package and updated the megamenu plugin will I have the most recent updates?

Thanks


Hi hayco83,

Yes, you will have the most recent updates.

Thanks

11 years ago

mitric wrote:
Hello,
right now "Price range" works filtering by product prices without considering discounts.
It would be really nice if we could decide, in plugin's settings, to let it to work with or without discounts


HI mitric,

Yes, you are right. The Ajax Filters don't use the discounts because it will significantly harm the performance of the Ajax Filters. But I am not sure if this could be implemented as the price for each product is calculated dynamically based on all the discounts (which is very slow). You can suggest your idea in our UserVoice portal and we can consider creating a setting to enable the discounts (if possible to be implemented).

Thanks