{% layout none %} Sell Digital Gold {% if customer %} {% assign total_gold = 0 %} {% paginate customer.orders by 50 %} {% for order in customer.orders %} {% for item in order.line_items %} {% if item.product.title contains 'Digital Gold' %} {% assign gold_val = item.properties['Gold Total'] | remove: 'g' | plus: 0 %} {% assign total_gold = total_gold | plus: gold_val %} {% endif %} {% endfor %} {% endfor %} {% endpaginate %}

Sell Digital Gold

Available Gold:
{{ total_gold | round: 4 }} g
22K Rate:
Loading...

{% else %}

Please log in

This page is only accessible to logged-in customers.

Login Here
{% endif %}
BACK TO TOP