drhenner / ror_ecommerce

Ruby on Rails Ecommerce platform, perfect for your small business solution.
www.ror-e.com
MIT License
1.21k stars 409 forks source link

Wishlist and Buy Later #92

Closed shivendrasoni closed 11 years ago

shivendrasoni commented 11 years ago

Hi, is wishlist and save to buy later the same thing ? If no, is wishlist available and how can I use it. Thanks .

drhenner commented 11 years ago

Same functionality but if you want a business that has both you can do that.

shivendrasoni commented 11 years ago

Ohkay, I cant find the link to add a product directly to the 'save for later' list. Also If I want to display it on a separate page, what route should it point to ?

drhenner commented 11 years ago

The save for later list is on the shopping/cart_items index page. If you want it on a separate page you would need to make that page yourself.

I did create /wish_lists index page but I'll be honest. I need to fire up the browser to see if it looks "pretty"

shivendrasoni commented 11 years ago

The pretty is not an issue. I'll do that myself. Infact I am in process of redesigning the entire UI with bootstrap. And thanks I'll see if I can get it on another page.