Remove the SSL connection required for webstore for demo

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
3/29/2013 3:11:53 AM
Gravatar
Total Posts 50

Remove the SSL connection required for webstore for demo

Hi,

Any one can help on where to remove the ssl secure connection required in webstore when need to make the payment ? 

Cause i just need a simple demo for the webstore,without any real connection on internet. As i know if i set the item cost as 0 , it will proceed with the payment,but i need to put some price on the item. 

Thanks 

 

3/29/2013 8:35:41 AM
Gravatar
Total Posts 18439

Re: Remove the SSL connection required for webstore for demo

Are you talking about the warning that is shown if not using SSL?

You could hide that from CSS

.nosslwarning { display:none; }

Hope that helps,

Joe

3/29/2013 9:25:55 AM
Gravatar
Total Posts 50

Re: Remove the SSL connection required for webstore for demo

thanks joe.

i just set the  <portal:InsecurePageWarning ID="InsecurePageWarning1" runat="server" Visible="false"  />  cause it only a demo page run in local . 

 

 

 

You must sign in to post in the forums. This thread is closed to new posts.