Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can edit the price value here (150 in the above example), be sure to keep the " " and the ,

 

Price per color material

If some of your materials (like gold or mirror adhesives) are more expensive than the base materials, you can add an impact on the price per m² using Prestashop's attributes impact.

...

Add price impact on the colors of your choice : the impact will be added to the price m² value.

Minimum Price

You can define a minimum price for products in static.json :

Code Block
titlepMin
"pMin": "3.33",

Min and Maximum height

you can defined the minimum height for one line in static.json :

Code Block
titleheightMin
"heightMin": "3",

and the maximum height for any number of lines:

Code Block
titleheightMax
"heightMax": "250",

Stencil (pochoir) option

You can activate the stencil option by adding the sencil product feature to the product and set its value to ON

Price factor option

You can activate the price option by adding the price_factor product feature to the product and set its value to ON.

The factor is defined in static.json :

Code Block
titlepPercentage
 "pPercentage": "1.2",