Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
YSHOP2-719 : Express checkout stays sticky - theme 1 (#370)
Browse files Browse the repository at this point in the history
## JIRA Ticket

[YSHOP2-719](https://youcanshop.atlassian.net/browse/YSHOP2-719)

## QA Steps

- [ ] `pnpm i`
- [ ] `pnpm dev`

## Note

Leave empty when you have nothing to say


[YSHOP2-719]:
https://youcanshop.atlassian.net/browse/YSHOP2-719?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
  • Loading branch information
bj-anas authored Jul 24, 2023
1 parent aa1a387 commit 45c1547
Showing 1 changed file with 23 additions and 9 deletions.
32 changes: 23 additions & 9 deletions templates/product.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"block_c3yr5q7hebgkvhl": {
"type": "express_checkout",
"settings": {
"button_background_color": "#E7412F",
"button_background_color": "#E7412FFF",
"express_checkout_cta": "اشتري الآن",
"form_title": "للطلب يرجى ملء هذا النموذج سنتصل بكم في أقرب وقت ممكن!",
"is_sticky": true,
Expand All @@ -37,7 +37,8 @@
"input_background_color": "#FFFFFFFF",
"input_border_color": "#000000FF",
"button_text_color": "#FFFFFFFF",
"button_border_radius": 4
"button_border_radius": 4,
"button_padding": 10
}
},
"block_pzioaso3gj4cbaw": {
Expand All @@ -62,8 +63,8 @@
"settings": {
"accordion_title": "التوصيل",
"accordion_details": "<p>الشحن مجانا والدفع عند التسليم. يتم التوصيل عادةً في أيام عمل 1-3<\/p>",
"background_color": "#F7F7F7",
"text_color": "#000000",
"background_color": "#F7F7F7FF",
"text_color": "#000000FF",
"margin_bottom": 14
}
},
Expand All @@ -72,8 +73,8 @@
"settings": {
"accordion_title": "سياسة الاسترجاع",
"accordion_details": "<p><span style=\"background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\">كان لوريم إيبسوم ولايزال المعيار للنص الشكلي منذ القرن الخامس عشر عندما قامت مطبعة مجهولة برص مجموعة <\/span><\/p>",
"background_color": "#F7F7F7",
"text_color": "#000000",
"background_color": "#F7F7F7FF",
"text_color": "#000000FF",
"margin_bottom": 14
}
},
Expand All @@ -82,10 +83,19 @@
"settings": {
"accordion_title": "30 يوم ضمان",
"accordion_details": "<p><span style=\"background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\">، لتكوّن كتيّب بمثابة دليل أو مرجع شكلي لهذه الأحرف. خمسة قرون من الزمن لم تقضي<\/span><\/p>",
"background_color": "#F7F7F7",
"text_color": "#000000",
"background_color": "#F7F7F7FF",
"text_color": "#000000FF",
"margin_bottom": 14
}
},
"block_cyrka80i6ho5b1s": {
"type": "add_to_cart",
"settings": {
"text_content": "Add to cart",
"is_sticky": false,
"background_color": "#E7412FFF",
"text_color": "#FFFFFFFF"
}
}
},
"order": [
Expand All @@ -96,6 +106,7 @@
"block_0cgb9qnrmae2tlc",
"block_08c3kk0zsiefipf",
"block_bqucb72r61sazu",
"block_cyrka80i6ho5b1s",
"block_c3yr5q7hebgkvhl",
"block_jdwjeadhbkzk4s",
"block_sm3wh95w328cf1g",
Expand All @@ -104,7 +115,10 @@
"settings": {
"show_compare_at_price": true,
"tag_text": "خصم بقيمه 40% ",
"tag_color": "#F33520"
"tag_color": "#F33520",
"tag_text_color": "#FFFFFFFF",
"tag_background_color": "#000000FF",
"price_tag_background_color": "#F33520FF"
}
},
"section_5hprcshvo24mjm9": {
Expand Down

0 comments on commit 45c1547

Please sign in to comment.