search for: catalogprice

Displaying 6 results from an estimated 6 matches for "catalogprice".

2005 Dec 24
2
Common menu
Hi, I''m releasing my first rails application and I''d like to have a common menu in all my templates. Do I have to include an rhtml from .rb or other rhtml ? Some sample code pls ? Regards, Fabian
2006 May 05
1
Agile Rails (1st edition), depot TDD "exercise"
...uot;results"> <% @products.each do |product| %> <div class="catalogentry"> <img src="<%= product.image_url %>"/> <h3><%= h product.title %></h3> <%= product.description %> <span class="catalogprice"><%= fmt_dollars(product.price) %></ span> <%= link_to ''Add to Cart'', {:action => ''add_to_cart'', :id => product }, :class => ''addtocart'' %><br/> </div...
2006 Apr 11
2
Extending Depot Example
Hi I am new to the whole Rails/Ruby world as having come from a MS .NET background, but I have followed the Depot example in the Agile Web Dev. with Rails book with relative ease. However as an exercise to see how much I had understood, I thought I would attempt to modify the example a bit and add a Quantity field to the store index so as to pass that value into the cart. I have extended the
2006 May 06
1
depot test-driven development exercise
...uot;results"> <% @products.each do |product| %> <div class="catalogentry"> <img src="<%= product.image_url %>"/> <h3><%= h product.title %></h3> <%= product.description %> <span class="catalogprice"><%= fmt_dollars(product.price) %></ span> <%= link_to ''Add to Cart'', {:action => ''add_to_cart'', :id => product }, :class => ''addtocart'' %><br/> </div...
2006 Apr 08
16
International characters
I am new to Ruby on Rails. I have read a lot, and bought several books, and now I have started to implement a modified "shopping cart", following the AWDWR-book, with modifications to suit our application (subscriptions and memberships). Having done up to chapter 7 I have had no real problems, except one: Since our customers are Swedish I need the screen names, texts etc to be in
2006 May 06
0
RE: Rails Digest, Vol 20, Issue 156
...uot;results"> <% @products.each do |product| %> <div class="catalogentry"> <img src="<%= product.image_url %>"/> <h3><%= h product.title %></h3> <%= product.description %> <span class="catalogprice"><%= fmt_dollars(product.price) %></ span> <%= link_to ''Add to Cart'', {:action => ''add_to_cart'', :id => product }, :class => ''addtocart'' %><br/> </div...