Some checks failed
CI / Lint, Unit & Integration Tests (push) Has been cancelled
Audited the implementation against DS_Delivery_Date_Time_App_Study.docx and closed the actionable gaps (see IMPLEMENTATION_REVIEW_2026-09-04.md). Core (code + unit tests, 156 green): - Wire excludeLocationsWithoutStock into resolveAvailabilityRequest; widget now sends variantIds so inventory-based location exclusion actually runs. - Live slot re-validation at checkout: new checkout-snapshot.server.ts writes a shop-metafield capacity snapshot; validation-slot's evaluateCheckout rejects a complete selection that has since filled / blacked out / closed / hit the daily cap / left the schedule. Refreshed on order webhooks and slot/blackout/location/enforcement edits. - Scopable checkout enforcement: Shop.enforcementMode (all|tagged|off) + enforcementTag, new app.settings.tsx admin page, honoured via the snapshot. - Per-day order cap: Location.dailyOrderCap threaded through getAvailability (dailyCap + consumedPerDate); admin field on the location screen. - Product-rule slot blocking: ProductRule.blockedStartMins, unioned in resolveProductRuleConstraints, enforced in the engine and resolveHoldRequest; admin field on the product rules screen. - Product-page placement: product-availability.liquid block + widget data-mode="preview" (read-only earliest-date line). - Second locale: datetime-widget fr.json / fr.schema.json. - Migration 20260904120000_review_gaps (apply with prisma migrate deploy). New Functions (source + unit tests; need `shopify app deploy` to ship): - extensions/payment-customization: cart.payment-methods.transform.run — hides cash-on-delivery / pay-in-store gateways on SHIPPING orders. - extensions/checkout-datetime/src: restored from a gitignored dist-only state — Plus native picker + Thank you / Order status confirmation blocks, all calling the existing checkout.scheduling.* routes (one capacity pool). tsconfig ships checkJs:false pending reconciliation with live checkout types. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
34 lines
1.8 KiB
JSON
34 lines
1.8 KiB
JSON
{
|
|
"app_embed": {
|
|
"name": "Date et heure de livraison",
|
|
"auto_place_cart_label": "Afficher automatiquement sur la page du panier",
|
|
"auto_place_cart_info": "Insère le sélecteur juste avant le bouton Paiement de votre thème, sans avoir à ajouter de bloc dans l'éditeur de thème. Désactivez cette option si vous avez déjà placé le bloc « Sélecteur de date et d'heure » manuellement.",
|
|
"heading_label": "Titre",
|
|
"show_shipping_label": "Afficher la livraison postale",
|
|
"show_local_delivery_label": "Afficher la livraison locale",
|
|
"show_pickup_label": "Afficher le retrait",
|
|
"location_id_label": "Identifiant de l'emplacement (avancé)",
|
|
"location_id_info": "Laissez vide pour utiliser l'emplacement par défaut de la boutique.",
|
|
"google_maps_api_key_label": "Clé API Google Maps",
|
|
"google_maps_api_key_info": "Facultatif — affiche une carte pour les points de retrait. Restreignez cette clé au domaine de votre boutique dans la console Google Cloud."
|
|
},
|
|
"datetime_picker": {
|
|
"name": "Sélecteur de date et d'heure",
|
|
"heading_label": "Titre",
|
|
"show_shipping_label": "Afficher la livraison postale",
|
|
"show_local_delivery_label": "Afficher la livraison locale",
|
|
"show_pickup_label": "Afficher le retrait",
|
|
"location_id_label": "Identifiant de l'emplacement (avancé)",
|
|
"location_id_info": "Laissez vide pour utiliser l'emplacement par défaut de la boutique.",
|
|
"google_maps_api_key_label": "Clé API Google Maps",
|
|
"google_maps_api_key_info": "Facultatif — affiche une carte pour les points de retrait. Restreignez cette clé au domaine de votre boutique dans la console Google Cloud."
|
|
},
|
|
"product_availability": {
|
|
"name": "Aperçu de la disponibilité produit",
|
|
"heading_label": "Titre"
|
|
},
|
|
"order_confirmation": {
|
|
"name": "Confirmation de livraison"
|
|
}
|
|
}
|