spree-snippets
<%# in a view %>
...
<%= render_snippet('slug-name') %>
...
<%= render_snippet(@snippet_object) %>
...
<% snippet_id = 26 %>
<%= render_snippet(snippet_id) %>
<%# in a view %>
...
<%= render_snippet('slug-name') %>
...
<%= render_snippet(@snippet_object) %>
...
<% snippet_id = 26 %>
<%= render_snippet(snippet_id) %>
This project is maintained by a core team of developers and is freely available for commercial use under the terms of the New BSD License.
Spree, Spree Commerce and the Spree logo are all trademarks of Spree Commerce, Inc.
Be the first to comment on this extension.
Login to Comment.