Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sbounmy committed May 13, 2012
1 parent a0f8a25 commit 50e7590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Spree Variant Options comes with some handy options:

- allow_select_outofstock (default : false)
When using extension like ([spree_wishlist](https://github.com/spree/spree_wishlist)), you might want to allow your customer to add out of stock product by selecting out of stock variant options :
```html
```erb
<%= form_for Spree::WishedProduct.new, :html => {:"data-form-type" => "variant"} do |f| %>
<%= f.hidden_field :variant_id, :value => @product.master.id %>
<button type="submit" class="medium blue awesome">
Expand Down

0 comments on commit 50e7590

Please sign in to comment.