0

I want to add a custom field in Spree admin panel and display that value in my products show page.

For example I want to add discount price field in products admin page along with the price field for each product and display that price value in products page along with the striked out original price.

Can someone please give me the necessary steps to achieve this? Thanks in advance.

Environment,

Rails : 3.2.13
Spree : 2.0.3

also using spree_fancy theme

Ravi
  • 1
  • 2

1 Answers1

-1

You will need to create an extension for spree. Follow this guide. In the last step you'll see how you can put that field on view.

William Weckl
  • 2,435
  • 4
  • 26
  • 43