Skip to content

Instantly share code, notes, and snippets.

View elghorfi's full-sized avatar
🎯
Focusing

Mohamed Elghorfi elghorfi

🎯
Focusing
View GitHub Profile
{% 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 }}",
{%comment%}
#############################################
# Mohamed El-Ghorfi Discount Code on Cart #
# [UPDATED] #
#############################################
# Paypal Me: https://paypal.me/elghorfimed #
# Buy Me A Coffee: #
# https://www.buymeacoffee.com/elghorfi #
#############################################
# [email protected] #