This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Example: a full-screen (variant="max") App Bridge modal with a native | |
| * contextual save bar that prompts the merchant before they close the modal | |
| * with unsaved changes. | |
| * | |
| * This is a self-contained Remix (v2) route you can drop into an embedded | |
| * Shopify app. It demonstrates the "modal renders React children" pattern — | |
| * the modal content lives in the same App Bridge context, so <SaveBar> works | |
| * as a direct child of <Modal>. | |
| * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {% layout none%} | |
| {% assign applied_discounts = cart.discount_applications | where: "type", "discount_code" %} | |
| {% capture discounts %} | |
| {% for discount_application in applied_discounts %} | |
| { | |
| "title" : "{{ discount_application.title }}", | |
| "value" : "{{ discount_application.value }}", | |
| "value_type": "{{ discount_application.value_type }}", | |
| "type": "{{ discount_application.type }}", | |
| "amount" : "{{ discount_application.total_allocated_amount | money }}", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {%comment%} | |
| ############################################# | |
| # Mohamed El-Ghorfi Discount Code on Cart # | |
| # [UPDATED] # | |
| ############################################# | |
| # Paypal Me: https://paypal.me/elghorfimed # | |
| # Buy Me A Coffee: # | |
| # https://www.buymeacoffee.com/elghorfi # | |
| ############################################# | |
| # elghorfi.med@gmail.com # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {%- comment -%} | |
| ############################################################################### | |
| Display Videos From Youtube Channel in Your Shopify Store | |
| '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' | |
| ############################################################################### | |
| # Paypal Me: https://paypal.me/elghorfimed # | |
| # Buy Me A Coffee: # | |
| # https://www.buymeacoffee.com/elghorfi # | |
| ############################################################################### | |
| Elghorfi.med@gmail.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {%- comment -%} | |
| ############################################################################### | |
| [No Apps] Fully Customizable Sales Notification | |
| for Shopify — COMPLETELY FREE | |
| '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' | |
| ############################################################################### | |
| # Paypal Me: https://paypal.me/elghorfimed # | |
| # Buy Me A Coffee: # | |
| # https://www.buymeacoffee.com/elghorfi # | |
| ############################################################################### |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {%- comment -%} | |
| ############################################################################### | |
| Easy Step To Add a Custom Legacy Embedded Email Signup Form in Shopify AJAX | |
| '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' | |
| ############################################################################### | |
| # Paypal Me: https://paypal.me/elghorfimed # | |
| # Buy Me A Coffee: # | |
| # https://www.buymeacoffee.com/elghorfi # | |
| ############################################################################### | |
| Elghorfi.med@gmail.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {%- comment -%} | |
| ############################################################################# | |
| Easy Step To Add a Custom Legacy Embedded Email Signup Form in Shopify | |
| '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' | |
| ############################################################################### | |
| # Paypal Me: https://paypal.me/elghorfimed # | |
| # Buy Me A Coffee: # | |
| # https://www.buymeacoffee.com/elghorfi # | |
| ############################################################################### | |
| Elghorfi.med@gmail.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {% layout none %} | |
| {%- comment -%} | |
| ############################################################################### | |
| How To Get Shopify asset_url in Javascript | |
| ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' | |
| ############################################################################### | |
| # Paypal Me: https://paypal.me/elghorfimed # | |
| # Buy Me A Coffee: # | |
| # https://www.buymeacoffee.com/elghorfi # | |
| ############################################################################### |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {%comment%} | |
| ################################################## | |
| # How To add Coupon Code — Discount Field # | |
| # On Shopify Cart Before Checkout # | |
| # Without Apps # | |
| ################################################# | |
| # Paypal Me: https://paypal.me/elghorfimed # | |
| # Buy Me A Coffee: # | |
| # https://www.buymeacoffee.com/elghorfi # | |
| ############################################# # |