Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
psaini12ednet committed Sep 27, 2024
1 parent d310b63 commit 1c12c76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions layout/theme.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@
</div>

<script>
debugger;
Vue.filter('currency', function (value) {
return `$${value.toFixed(2)}`; // Simple currency formatting
});
Expand Down

0 comments on commit 1c12c76

Please sign in to comment.