spree_static_content icon indicating copy to clipboard operation
spree_static_content copied to clipboard

Manage static pages for Spree Commerce.

Results 31 spree_static_content issues
Sort by recently updated
recently updated
newest added

Perhaps `Spree::StaticContentController` could fire the `Spree::PromotionHandler::Page#activate`, in a similar way as `Spree::ContentController`,this way static content pages could work as promotion landing pages. ``` Ruby class Spree::StaticContentController < Spree::StoreController after_action :fire_visited_path,...

question