[object Object]

← back to CelebritySignatures

wear: make Bucket Hat ($32) + Crew Socks ($22) sellable — Lincoln campaign look (TK-10286)

47a63633ea806cc3a81fec9a5eb80024e978482b · 2026-09-09 15:59:34 -0700 · Steve

Bucket Hat (bp1698/provider99, Bone/One size 116655) and Crew Socks
(bp2941/provider29, White/One size 155679) were Printify-mapped but held
(saleEnabled:false, priceUsd:null). Set saleEnabled:true + priceUsd. Socks
printPositions (left_leg/right_leg) were already set by codex-run-10286;
hat printPosition (front) already set. Prices are category defaults — NOT
cost-verified (Printify exposes blank cost only on a created product, which
is gated). Classic/Pocket/Polo + Dad/Trucker caps + AOP shirts untouched.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

Files touched

Diff

commit 47a63633ea806cc3a81fec9a5eb80024e978482b
Author: Steve <steve@designerwallcoverings.com>
Date:   Wed Sep 9 15:59:34 2026 -0700

    wear: make Bucket Hat ($32) + Crew Socks ($22) sellable — Lincoln campaign look (TK-10286)
    
    Bucket Hat (bp1698/provider99, Bone/One size 116655) and Crew Socks
    (bp2941/provider29, White/One size 155679) were Printify-mapped but held
    (saleEnabled:false, priceUsd:null). Set saleEnabled:true + priceUsd. Socks
    printPositions (left_leg/right_leg) were already set by codex-run-10286;
    hat printPosition (front) already set. Prices are category defaults — NOT
    cost-verified (Printify exposes blank cost only on a created product, which
    is gated). Classic/Pocket/Polo + Dad/Trucker caps + AOP shirts untouched.
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---
 data/wear-templates.json | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/data/wear-templates.json b/data/wear-templates.json
index 2e7359f..bc0ea59 100644
--- a/data/wear-templates.json
+++ b/data/wear-templates.json
@@ -328,8 +328,8 @@
     {
       "id": "bucket-hat",
       "label": "Bucket Hat",
-      "priceUsd": null,
-      "saleEnabled": false,
+      "priceUsd": 32,
+      "saleEnabled": true,
       "placement": "hat_front",
       "placementLabel": "Signature printed on the front of the hat.",
       "sizes": [
@@ -372,8 +372,8 @@
     {
       "id": "crew-socks",
       "label": "Crew Socks",
-      "priceUsd": null,
-      "saleEnabled": false,
+      "priceUsd": 22,
+      "saleEnabled": true,
       "placement": "sock_legs",
       "placementLabel": "Signature printed on both socks.",
       "sizes": [

← ec820c7 5x sweep 1: record M3 false-negative (ink control is modal-g  ·  back to CelebritySignatures  ·  wear: full Signature Edit campaign hero — Lincoln seated in 68dd99d →