Fix: Set Classic Tee photoRecolorable to false for proper image display
The Classic Tee product was set to photoRecolorable: true, which applied a color tint/filter to the product images instead of displaying them normally. Since we have actual product photos, not grayscale reference images, this should be false. Colors are still selectable and saved with orders. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Haiku 4.5
parent
dfdc5db487
commit
9c7999b8d7
+1
-1
@@ -35,7 +35,7 @@ const products: Array<{
|
|||||||
printArea: { xPct: 0.32, yPct: 0.27, wPct: 0.36, hPct: 0.34 },
|
printArea: { xPct: 0.32, yPct: 0.27, wPct: 0.36, hPct: 0.34 },
|
||||||
imageUrl: '/seed/tee-front.png',
|
imageUrl: '/seed/tee-front.png',
|
||||||
imageUrlBack: '/seed/tee-back.png',
|
imageUrlBack: '/seed/tee-back.png',
|
||||||
photoRecolorable: true,
|
photoRecolorable: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
slug: 'heavyweight-hoodie',
|
slug: 'heavyweight-hoodie',
|
||||||
|
|||||||
Reference in New Issue
Block a user