Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 845 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 845 Bytes

Prestashop-Color-Finder

Prestashop Module that extract the dominant colors of your product cover image.

Image of back

It uses Color Thief PHP for extracting colors. https://github.com/ksubileau/color-thief-php

Then you can access the dominant color from the product model and stylize the product page with the dominant color of the product (ex : change background color of button).

{$product->dominant_color} //Get Dominant color in smarty

Example: Changing the background color of 'add to cart' button

Image of ex1

Image of ex2