Create README

This commit is contained in:
mattbk
2017-04-30 18:56:43 -05:00
committed by GitHub
parent 07be282def
commit 3d78fe07ba

6
README.md Normal file
View File

@ -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.