From 164644c886d3fa5cce626531341ba1612a1964ff Mon Sep 17 00:00:00 2001 From: Tomasz Stachewicz Date: Tue, 30 Nov 2010 11:29:57 +0100 Subject: [PATCH] added possibility to list options along with the product name --- app/views/checkout/_paypal_checkout.html.erb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/views/checkout/_paypal_checkout.html.erb b/app/views/checkout/_paypal_checkout.html.erb index 023279d..65b62a4 100644 --- a/app/views/checkout/_paypal_checkout.html.erb +++ b/app/views/checkout/_paypal_checkout.html.erb @@ -11,7 +11,11 @@ <% @order.line_items.each_with_index do |item, index| %> - + <%- if Spree::Paypal::Config[:include_option] %> + " /> + <% else %> + + <% end %> <% end %>