Close

Profile: Boyko

Avatar

User posts

Bugs
10 years ago

Craft wrote:
http://www.netcraft.ua/laptops#/pageSize=20&viewMode=list&orderBy=11&pageNumber=1


Hi Craft,

Have you made any modifications to the price calculation service in your store?
I am asking as I found a few things that seems strange to me.
Can you explain why this product has old price that is LOWER than the new price?

Thanks

jdyer wrote:
2.7


Hi jdyer,

Have you run all the upgrade scripts in this order 2.7 -> 2.8, 2.8 -> 3.0, ... 3.2 -> 3.3?
Did you have the Sliders installed in 2.7 before the upgrade?
If so then you should have them already installed and you don't have to install them again.
If you haven't had the Sliders installed then there should be any tables in the database related to the Sliders. Actually as Deni described this table is no more used since version 3.1 and the installation of the Sliders are no more looking for it. Are you sure that you are suing the 3.3 version of the Sliders when you try to install them or you have modified the supported version in the Description.txt file of the Sliders plugin?

Thanks

fun123 wrote:
So, i managed to make it work after replacing dll. It disabled and destroyed half of my conditions but okay np, not my mistake for sure. Next thing is how do you disable specific slider because i have no option??!?!? i mean, this is going from worse to the worst, and we didnt take another annual subscription to ultimate collection because all of the issues and tens for hours wasted to fix mistakes thats not our but yours. well done


Hi fun123,

OK, so after the update of the Sliders plugin then the store mapping is working fine now.

I really doesn't have a clue how some of your conditions may disappeared. No one has ever reported such an issue and also I can't understand how this is even possible to happen because replacing the plugin dll could not destroy anything in the database.
The information in the database is deleted ONLY if you Uninstall a plugin.
I also don't understand how exactly "half" of your conditions have been destroyed as if you had uninstalled the Sliders then all conditions should have been deleted and not just the half of them.
Have you don't anything else than just updating the plugin? Please describe the steps you have done, so that we can try to reproduce it.

There are many ways to disable a specific Slider but the easiest way is by removing the widget zones from the Widget tab of the Slider. This way this Slider will not appear in the store.
Another way is by using the Scheduling tab and set the To Date to be a date in the past.

Thanks

Bugs
10 years ago

Craft wrote:
Bug in ajax price range filter!
For example in category highest price is 2600UAH (Ukrainian GRN), but in filter max price is 1310UAH. When select 1310UAH it shows product with 2600UAH, but when select less then 1310UAH - shows product with price less then 1310UAH.
This bug is from the first version of this theme, i disable it. But after last update, bug is not fixed. :(


Hi Craft,

Can you provide a link to your web site, so that we can take a look?
Which nopCommerce version are you using i.e 3.3?

Thanks

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

10 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

10 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