← back to Designer Wallcoverings
Ship iconized Download-PDF button to LIVE 5.2 (143955820595)
06f0b0bb99247c407bf049a606be91bec11f56cf · 2026-06-24 12:07:15 -0700 · Steve
- Ported 13KB functioning spec-sheet-button.liquid (jsPDF+html2canvas client-side PDF) from 5.0
- Aligned to REQUEST SAMPLE row: padding 18px 24px + translateY(-6px) (Steve-approved)
- LIVE asset backed up to 5.2-LIVE-prevsnapshot-*.liquid (357B plain anchor) for rollback
- Verified rendering on live storefront
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Files touched
A shopify/specsheet-pdf-port-5.2/5.2-LIVE-prevsnapshot-20260624-120609.liquid
Diff
commit 06f0b0bb99247c407bf049a606be91bec11f56cf
Author: Steve <steve@designerwallcoverings.com>
Date: Wed Jun 24 12:07:15 2026 -0700
Ship iconized Download-PDF button to LIVE 5.2 (143955820595)
- Ported 13KB functioning spec-sheet-button.liquid (jsPDF+html2canvas client-side PDF) from 5.0
- Aligned to REQUEST SAMPLE row: padding 18px 24px + translateY(-6px) (Steve-approved)
- LIVE asset backed up to 5.2-LIVE-prevsnapshot-*.liquid (357B plain anchor) for rollback
- Verified rendering on live storefront
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---
.../5.2-LIVE-prevsnapshot-20260624-120609.liquid | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/shopify/specsheet-pdf-port-5.2/5.2-LIVE-prevsnapshot-20260624-120609.liquid b/shopify/specsheet-pdf-port-5.2/5.2-LIVE-prevsnapshot-20260624-120609.liquid
new file mode 100644
index 00000000..ac201322
--- /dev/null
+++ b/shopify/specsheet-pdf-port-5.2/5.2-LIVE-prevsnapshot-20260624-120609.liquid
@@ -0,0 +1,17 @@
+{% comment %}
+ Spec Sheet Button - Dynamic version with URL parameter
+{% endcomment %}
+
+<a href="/pages/spec-sheet?product={{ product.handle }}"
+ target="_blank"
+ class="dl-sample-btn spec-sheet-btn"
+ onclick="event.stopPropagation();"
+ style="vertical-align: top;">
+ Spec Sheet
+</a>
+
+<style>
+.spec-sheet-btn {
+ display: inline-block;
+}
+</style>
← a708122d auto-save: 2026-06-24T11:56:44 (5 files) — shopify/scripts/c
·
back to Designer Wallcoverings
·
Tres Tintas: diagnose missing display_variant tag (no buy bu 6287bc0d →