SSL on Order Page Ignored in JobRoller
Hello,
We have tried a number of standard ways to get SSL/HTTPS to work only on the /order/ pages .. specifically the templates: order-checkout , order-gateway and order-summary. We have tried:
1) Using plugin
http://wordpress.org/plugins/wordpress-https/ doesn't help with either setting ssl for all pages in the /order/ directory (not working) and we are unable to use the force ssl since the order page is dynamically generated by the theme.
2) Programmatically we have used a number of standard wordpress hooks that normally can force SSL on any individual post or page, but again running into the same problem. ( do not work:
https://gist.github.com/bueltge/4081291 )
Do you have any suggestion about how to go about implementing SSL since the remaining solutions seem to all involve surgery on the theme templates themselves, and we would prefer to hook into something for SSL
Thank you in advance for your time.