Close

Profile: StephDep

Avatar

User posts

7 years ago

Perfect, thanks !

7 years ago

Hi,
Could you give me a hint how to get the bestsellers shown on the product details page ?
I wasn't able to find it in the documentation.

Thank you.

SDobrev wrote:
Hi,
The above solutions are workarounds so they are not the best practices.

Y're absolutely right, and greatly apreciated btw.
SDobrev wrote:

You should ask this question in the nopCommerce forum, but the 3.9 release date is quite soon so most likely the nopCommerce team won't do it for 3.9.

Do you mean this (Model enhencement) can't be handled by the theme alone ?

SDobrev wrote:
Hi,
Unfortunately, the StockAvailability property of the ProductDetailsModel is localized text.
If you have only two languages you can use the || operator in the conditional statement.


I see, but that would be quite bad programming practice. Can I make a enhencement request to include this in the upcoming 3.9 version ?

The shop is running in 2 languages, so I hope there is something on that Model that allows me to detect 0 stock in a language independant way.

Thanks for the pointers !

Hi,
Is there a way to apply a red color to the text next to Availability when a
product attribute combination is not available ?

There is no specific css class applied it seems:

<div class="stock">
  <span class="label">Availability: </span><span class="value" id="stock-availability-value-64">Out of stock</span>
</div>

<div class="stock">
  <span class="label">Availability: </span><span class="value" id="stock-availability-value-64">In stock</span>
</div>

7 years ago

Found it. For those interested it's in Settings / MediaSettings / Manufacturer thumbnail image size  

7 years ago

Hi,
Could you point me where the image size of the images on the manufacturers list is defined ?
Is there a setting for this ?
(on your demo site, i see they are 290x290 ) Mine are originally 290x290, but resized to 125 after the upload  (/content/images/thumbs/0000125_denny-rose_125.png )

Thanks.

7 years ago

anton_ivanov wrote:
Hello,
You will have to create a search widget.

That did the trick, thanks !

7 years ago

Hi,
In the native settings I find the setting twitter widget Id, but on twitter, (https://twitter.com/settings/widgets ) I can't seem to save a widget, it only allows me to copy a piece of html I am supposed to copy on a site.
Could you elaborate a bit on the exact steps needed, or did twitter change their backend ?

Thanks !