Guest User

Untitled

a guest
Jan 23rd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. - elsif product_customization.is_note? && object_product_customization.has_note?
  2. Note added:
  3. = truncate(object_product_customization.note, :length => 25)
  4. - if product_customization.has_price?
  5. - extras_price += product_customization.price
  6. .product_customization_price= "+#{product_customization.price}"
Add Comment
Please, Sign In to add comment