- 1
- 2
- 3
- 4
- 5
if html_content.product_id == 11 || html_content.product_id == 8 || html_content.product_id == 15 || html_content.product_id == 20
@terms_and_conditions = Page.find(212).contents
else
@terms_and_conditions = Page.find(213).contents
end