londonmedicallaboratory / api-sdk

1 stars 0 forks source link

Product videos #8

Closed lukkov closed 2 years ago

lukkov commented 2 years ago

Describe the bug Add functionality to add video for product. Video should be nullable and has title, priority and "featured" column or some other indicator that shows that video should be displayed on other pages(index page for example)

Url https://www.londonmedicallaboratory.com/

Screenshots image

zmitic commented 2 years ago

Ready to test; keep in mind that video is nullable.

Look at \LML\SDK\Entity\Product\Product::getVideo for return values.

zmitic commented 2 years ago

Added ProductRepository filter featured. Example:

$product = $productRepository->paginate(['featured' => true]);

Commando has button for that:

image