Layout.create({
:name => 'Application',
:content => <<-CONTENT
CONTENT
})
Layout.create({
:name => Radiant::Config['shop.product_layout'],
:content => <<-CONTENT
- Description
- Add To Cart
We don't have any images for this product yet.
CONTENT
})
Layout.create({
:name => Radiant::Config['shop.category_layout'],
:content => <<-CONTENT
We don't have any products available here yet.
CONTENT
})
Layout.create({
:name => Radiant::Config['shop.order_layout'],
:content => <<-CONTENT
-
Your cart is currently empty
CONTENT
})