I'm learning Spree because I want to create an ecommerce with it. I installed successfully Spree and now I would like to customize the standard spree template with deface. I'm trying to delete the table with "product-properties" id in the products page.
I've done this way, but it doesn't work:
Deface::Override.new(:virtual_path => 'spree/layouts/spree_application',
:name => 'product_page',
:remove => '#product-properties'
)
I think the virtual path is wrong.