Commit Graph

14 Commits

Author SHA1 Message Date
Patski123
a2be5f6256 feat: add pre-launch email capture page template (Coming Soon) 2026-05-04 09:38:08 +00:00
Patski123
7b9ace5e09 feat: add newsletter AJAX handler, Klaviyo integration, coming-soon page auto-creation 2026-05-04 09:38:03 +00:00
Patski123
a5e953ccec fix: JS syntax error in rarNewsletterSubmit, add visible success confirmation 2026-05-04 09:37:53 +00:00
FrontendDev
9bd61b4236 Fix mobile hamburger menu, designs page template, product tab styling, and stock field (REPA-78)
- Add mobile hamburger toggle button and full-screen nav drawer (≤1024px)
- Fix product tab styles: complete tab CSS without relying on WC parent selectors; explicit wc-single-product enqueue on product pages
- Fix STOCK field: conditionally hide when get_stock_quantity() returns null instead of showing '— units'
- Add page-designs.php template + template_include filter so /designs/ uses themed layout instead of raw WooCommerce output
- Align nav/footer terminology: 'Canvas' → 'Wall Decor' in nav fallback; correct broken category URL slugs (mugs→drinkware, canvas→wall-decor, planners→stationery, blog→the-memo); add 'Bulk / HR' to mobile drawer

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-03 10:58:16 -04:00
Patski123
210a685630 Fix WC10: replace removed wc_get_catalog_ordering_args() with woocommerce_catalog_orderby filter 2026-05-03 14:22:46 +00:00
Patski123
0af4efca33 Fix nav category slugs: mugs->drinkware, canvas->wall-decor, planners->stationery 2026-05-03 14:14:54 +00:00
Patski123
04f6829b54 Fix critical PHP error: remove WC()->query->get_catalog_ordering_args() call removed in WooCommerce 10.x 2026-05-03 14:14:46 +00:00
Patski123
0c7832a192 fix: coming-soon filter + use /the-memo/ for blog nav links 2026-05-03 02:13:45 +00:00
FrontendDev
744cdfb8f7 Fix PHP syntax errors: escape apostrophes in single-quoted strings
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-02 21:51:29 -04:00
Patski123
56f9d40151 Fix PHP syntax: escape apostrophe in stickers cat_meta line
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-03 01:35:59 +00:00
Patski123
71ef7d2106 Fix homepage stats: replace fake metrics with real/brand-accurate stats
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-03 01:26:18 +00:00
FrontendDev
de8d1b8bef Fix products, search, and newsletter form per REPA-17
- Search: replace static <a href="/?s="> with togglable search overlay
  form that submits post_type=product for proper WooCommerce results
- Newsletter: remove mc4wp shortcode (plugin not installed), replace
  with self-contained HTML form + JS confirmation handler
- Shop by Design: link each design card to real product_tag pages
  (passive-aggressive, email-signatures, meeting-recovery, etc.)
  and show live tag.count instead of hardcoded numbers
- Category slugs: update $cat_meta mapping to match actual WC slugs
  (drinkware, wall-decor, stationery, apparel, stickers, accessories)
  in both front-page.php and archive-product.php
- Footer dept links updated to real WC category slugs

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-02 21:25:45 -04:00
FrontendDev
1cc5a8ecfe Add RAR Storefront WordPress theme
Implements the Reply All Regrets™ frontend design: retro office aesthetic
with manila/ink/stamp-red/olive palette, Fraunces + JetBrains Mono + Inter
typography. Includes homepage, category, product detail, blog, about, cart
templates with WooCommerce integration and interactive JS (filter, sort, gallery).

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-02 20:38:29 -04:00
Patski123
ca4870649a Initial commit 2026-05-02 23:58:31 +00:00