Gingher | SKU:
SPI-080107
Typically Ships in 1 - 3 Days
Gingher Double-Curved Scissors
$4839
Unit price
/
Unavailable
Taxes, discounts and
shipping calculated at checkout.
Gingher Double-Curved Scissors
is backordered and will ship as soon as it is back in stock.
Couldn't load pickup availability
Refresh
Configure PDF URL or metafield in block settings
{
"name": "PDF download button",
"settings": [
{
"type": "header",
"content": "Button content"
},
{
"type": "text",
"id": "button_label",
"label": "Button label",
"default": "Download PDF"
},
{
"type": "checkbox",
"id": "show_icon",
"label": "Show download icon",
"default": true
},
{
"type": "header",
"content": "PDF source"
},
{
"type": "radio",
"id": "pdf_source",
"label": "PDF source",
"options": [
{
"value": "url",
"label": "URL"
},
{
"value": "metafield",
"label": "Product metafield"
}
],
"default": "url"
},
{
"type": "url",
"id": "pdf_url",
"label": "PDF URL",
"info": "Used when source is set to URL"
},
{
"type": "text",
"id": "pdf_metafield",
"label": "Product metafield namespace and key",
"info": "Example: custom.pdf_file - Used when source is set to Product metafield",
"placeholder": "custom.pdf_file"
},
{
"type": "header",
"content": "Button behavior"
},
{
"type": "checkbox",
"id": "open_in_new_tab",
"label": "Open in new tab",
"default": true
},
{
"type": "checkbox",
"id": "force_download",
"label": "Force download",
"info": "If unchecked, PDF will open in browser",
"default": false
},
{
"type": "header",
"content": "Layout"
},
{
"type": "select",
"id": "alignment",
"label": "Button alignment",
"options": [
{
"value": "flex-start",
"label": "Left"
},
{
"value": "center",
"label": "Center"
},
{
"value": "flex-end",
"label": "Right"
}
],
"default": "flex-start"
},
{
"type": "header",
"content": "Button style"
},
{
"type": "color",
"id": "button_bg_color",
"label": "Background",
"default": "#264b33"
},
{
"type": "color",
"id": "button_text_color",
"label": "Text",
"default": "#ffffff"
},
{
"type": "color",
"id": "button_border_color",
"label": "Border",
"default": "#264b33"
},
{
"type": "color",
"id": "button_hover_bg_color",
"label": "Hover background",
"default": "#5b7763"
},
{
"type": "color",
"id": "button_hover_text_color",
"label": "Hover text",
"default": "#ffffff"
},
{
"type": "color",
"id": "button_hover_border_color",
"label": "Hover border",
"default": "#5b7763"
},
{
"type": "range",
"id": "button_border_width",
"label": "Border width",
"min": 0,
"max": 4,
"step": 1,
"unit": "px",
"default": 2
},
{
"type": "range",
"id": "button_border_radius",
"label": "Border radius",
"min": 0,
"max": 26,
"step": 1,
"unit": "px",
"default": 4
},
{
"type": "select",
"id": "button_text_uppercase",
"label": "Text transform",
"options": [
{
"value": "none",
"label": "Normal"
},
{
"value": "uppercase",
"label": "Uppercase"
}
],
"default": "none"
}
],
"presets": [
{
"name": "PDF download button"
}
]
}