diff --git a/app/controllers/tracks_controller.rb b/app/controllers/tracks_controller.rb index e656052..c95aff2 100644 --- a/app/controllers/tracks_controller.rb +++ b/app/controllers/tracks_controller.rb @@ -136,7 +136,7 @@ def track_bulk_params :enable_label, :step, audio: [], tracks_attributes: [ - :audio, :cover, :title, :tags, :description + :audio, :cover, :title, :description, :private, tags: [] ] ) end diff --git a/app/views/sales/product_show.erb b/app/views/sales/product_show.erb index e9153bf..1657efa 100644 --- a/app/views/sales/product_show.erb +++ b/app/views/sales/product_show.erb @@ -26,6 +26,36 @@ + <% if @product_item.shipping_address.present? %> +
+
Shipping Address
+
+ +
+
+ <% end %> +
Payment Status