Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove product title
  • Loading branch information
Moggach committed Jun 19, 2023
commit 10dd27c748c9c03b1f67ce6f2571f57d32831b94
1 change: 0 additions & 1 deletion app/templates/app/includes/cart_options.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
{% else %}
<button onclick="gtag('event','add_to_cart', {
transaction_id: {{ variant.id }},
product: {{variant.title}},
value: {{variant.price}},
currency: 'GBP',
});"
Expand Down