ridesign Posted August 5, 2005 Share Posted August 5, 2005 Is it possible to make the Continue button on the checkout success page goto the NON SSL index page? I asume i need to modify the code for the button which is below: <?php echo tep_template_image_submit('button_continue.gif', IMAGE_BUTTON_CONTINUE); ?> Thanks Link to comment Share on other sites More sharing options...
FalseDawn Posted August 5, 2005 Share Posted August 5, 2005 Yes, but if it is a submit button, then your users will see a pop-up warning that they are being redirected to a non-secure page. Link to comment Share on other sites More sharing options...
boxtel Posted August 5, 2005 Share Posted August 5, 2005 Yes, but if it is a submit button, then your users will see a pop-up warning that they are being redirected to a non-secure page. <{POST_SNAPBACK}> Unless you get rid of the notifications stuff and make the form non secure. Treasurer MFC Link to comment Share on other sites More sharing options...
ridesign Posted August 5, 2005 Author Share Posted August 5, 2005 Currently i don't get any popup boxes whn i go from non ssl to ssl, so would i get them if i made any changes? Also would one way be to use a normal a href link with an image? If i was to use FILENAME_DEFAULT would that go to the non secure page or secure? Thanks folks for your help :) Link to comment Share on other sites More sharing options...
FalseDawn Posted August 5, 2005 Share Posted August 5, 2005 It's not necessarily what you get - this is dependant on the settings in your users' browsers. Eg in IE 6 - look at Tools >> Internet Options >> Advanced and scroll to the bottom - look at the last few for example. Link to comment Share on other sites More sharing options...
ridesign Posted August 14, 2005 Author Share Posted August 14, 2005 thanks , I don't mind the popup box as the checkout process would have finished. The reason i need to do this is becuase mod rewrites don't work on the ssl server for my images, so i need it to redirect to the non ssl index page await for your reply thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.