My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions

Issue 141 attachment: layout_fix.diff (704 bytes)

1
2
3
4
5
6
7
8
9
10
11
12
13
Index: plugins/substruct/app/controllers/store_controller.rb
===================================================================
--- plugins/substruct/app/controllers/store_controller.rb (revision 159)
+++ plugins/substruct/app/controllers/store_controller.rb (working copy)
@@ -465,7 +465,7 @@
logger.error "#{$!}\n\n#{stack_trace}\n"
@shipping_address = OrderAddress.new unless @use_separate_shipping_address
flash.now[:notice] = 'There were some problems with the information you entered.<br/><br/>Please look at the fields below.'
- render and return
+ render :layout => 'checkout' and return
end

# Stubbed to be overridden in your custom controller if tax
Powered by Google Project Hosting