Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 514 Bytes

File metadata and controls

16 lines (11 loc) · 514 Bytes

Exercise 3

Goal

Enhacing Product show page

Reqiurements.

  1. Instead of showing quantity directly, show a verbal text.

    1. If the quantity is greater than 10 then available.
    2. If it is <= 10 then selling fast.
    3. If it is zero then unavailable
  2. Show variants of images in between quantity and Add to Cart button. On click of the variant the main image should change to the variant image.

Hints/Tips

  1. Use variant.image and variant.color properties to implement variants functionality.