• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 25.03.19, 18:38
  • Opened by: Tomas
  • Closed by: Marek
  • Closed on: 01.05.19, 15:43
  • Reason: Closed
  • Comment: Glad to help!

Ticket #14054 - Label on product miniature

Hi, how can we achieved this? Label on product miniature. Thank you.

Comments

Tomas 25 Mar 2019, 18:45

Or can web show product availability on this line?

Marek 26 Mar 2019, 12:13

you can use following code in any place you want to display “availability”

{if ($product.availability == 'available')}In Stock{else}Out of stock{/if}