Archive and disable Snipcart integration for Shopify migration

Disable Snipcart e-commerce integration to prepare for Shopify Buy Button. All Snipcart code is preserved in assets/snipcart-archive/ with complete restoration instructions.

Changes:
- Comment out Snipcart SCSS import
- Disable Snipcart routes (validate.json, webhook)
- Comment Snipcart attributes in product template
- Remove Snipcart scripts from footer
- Create archive with snipcart.js, product-size.js, _snipcart.scss
- Add comprehensive README.md with restoration guide

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-01-13 17:17:40 +01:00
parent 84aa4cac17
commit c08662caf8
7 changed files with 348 additions and 3 deletions

View file

@ -22,6 +22,6 @@
@import "template/shop/layout";
@import "template/shop/section--product";
@import "template/shop/thanks";
@import "template/shop/snipcart";
// @import "template/shop/snipcart"; // Snipcart désactivé - voir assets/snipcart-archive/README.md
@import "template/subscription-newsletter/layout";