Close

Profile: Damir

Avatar

User posts

This doesn't work on products with group discounts. It works only with products where you have old/new price. It should work for all discounted products, you are showing the right price anyway.

We have created 10% discount on all products by one manufacturer (Torkelson in example) but only two of those have old/new price on product level. You can see that only two of them have ribbon on them, even tho all products are discounted.
Is that anything that can be fixed?

We have disabled display of add to cart buttons, shopping cart etc. so  the site is practically in catalogue mode now, but the shopping cart is still shown in mobile view.
Can you fix this in an update, och just point out where in css files it should be changed (and if there is more than one css file too).

Footer info
5 years ago

Hi,
my customer doesn't want to have mobile phone displayed in the footer. In theme resources form it's not possible to leave the input field empty (error msg). It would be nice if the fields could be left empty and be hidden in template, exactly like social accounts.
Can something like that be done? Ant override? I've hide it with css with partial success, but I'd really like it to be gone completely.
Thanxs!

6 years ago

OK, thank you for the answer, I'll try asking the same in nopCommerce forum. It's weird though that regular price is not shown together with discounted one...

6 years ago

Hi, I've got an issue with the theme when working with discounts. When I lower the price on one product both old and new price are shown in product listings. However, if I create a discount and apply it on a category for example, only the new price is displayed. It's bad because showing an old price too helps selling more products... People like discounts.

On detail page the old price is also shown, but what I can see it doesn't play well with variants. If I have some price-changing attributes, only the discounted price is changed when I choose one of these. It looks very weird with those price differences. So I guess my questions is what I can do to show both prices in listings so people can see they got discount, and also, what to do to show old price with price-changing attributes chosen.

6 years ago

What I mean is it's extremely weird needing to set up every possible width that our furniture can have, instead of just filling in W-H-D boxes.
So we will have to add parameters like 100cm, 120cm, 125cm, 140cm, 180cm,185cm... And then need to choose one of those for every dimension parameter.
Instead of just filling W H D boxes, precisely as in Shipment parameter boxes. Is there any way of being able to use those instead?

Thanks,
Damir

6 years ago

Ok, so we need to use product specifications for that? The shipping box info is nothing we can use for that?

6 years ago

Hi, I'm using Venture team and want to display dimensions for our furniture, but tthey don't show up anyway. We are filling those parameters on all products, but where can they be seen?
Is it a  setting somewhere I missed, or do we need to create a new tab for it maybe?
Thanx.

7 years ago

Boyko wrote:
The problem is that the resources are per language while the settings are per store :)
The questions is if you have 3 languages in your store then which of them to use when creating the setting?

I hope you see my point now :)

Actually if you have separate languages for each of your stores (you can limit a language per store) then you can have different information about the addresses etc. and you wouldn't need settings.
Hello again, Well if it was my project I'd read all resource strings and put them in database of course. It's a small matter of adding the LanguageId parameter and it's done. SettingId|LanguageId|StoreId|String value|... something like that. But You still plan to implement this as settings in 3.8, or have you completely abandoned this idea? Because those really  have nothing to do with language strings. Those are all settings.
Have a nice day,
Damir

7 years ago

Boyko wrote:
Hi Damir,

No, it is not implemented yet. The main reason why we haven't done so is that existing store owners that update their themes will need to reconfigure their shops to use the new settings. Most store owners don't have multi-store but will still be affected. So we are a bit reluctant to do it now rather than doing this as part of the upgrade to 3.8. At the same time when running a multi-store then you have no way to change it so we will rethink this again if there is a way to make these changes. If we come up with a good way to do this and make the updates as smooth as possible for existing store owners then we will do it.


Hello again,

I'm sorry but I don't really see the problem here. If you would change the logic in this then it's just a simple matter of reading the resource string in use and copy it to an appropriate setting when running the update.I suppose there is an SQL script that can be run on the update?
Anyway, I don't really have a problem with this being updated in 3.8, but I think it should be quite easy to copy few resource strings...