Simplify product naming in cart

This commit is contained in:
Matt-Yorkley
2020-05-21 17:45:31 +02:00
parent 85abfd2056
commit b1ce7f2c15

View File

@@ -20,7 +20,6 @@ Darkswarm.factory 'Variants', ->
name = variant.product_name
else
name = "#{variant.product_name} - #{variant.name_to_display}"
name += " (#{variant.options_text})" if variant.options_text
name
lineItemFor: (variant) ->