From 3d78fe07bae76dd8f7a0fbc58b644a001aad6ace Mon Sep 17 00:00:00 2001 From: mattbk Date: Sun, 30 Apr 2017 18:56:43 -0500 Subject: [PATCH] Create README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0a881fa --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# ubercart_order_hide +Hide Ubercart order details from people who shouldn't see them. + +This way you can build a public display of order info (summary, for example) without needing to worry about order details being exposed. + +On your View, edit the Query options and check "Disable SQL rewriting." This has security implications, so beware.