cancel
Showing results for 
Search instead for 
Did you mean: 

Error message with Custom Options at product when SSL is in place

Error message with Custom Options at product when SSL is in place

Hi all,

 

I use a custom option at a product where customers can fill in a text with the product (not required). When I add my SLL certificate and put my site secure with https, everytime a customer fills in the custom field at a product he receives an error:

 

Please specify time required option(s).

 

I don't have a clue what is going wrong because there is no time option in the product or custom fields? 

 

Anyone suggestions?

 

Kind regards, Arjen

1 REPLY 1

Re: Error message with Custom Options at product when SSL is in place

Some of your AJAX calls probably use hardcoded http protocols instead of https and fail (check javascript console for more information). Instead of http://yoursite.com you should use //yoursite.com as this makes AJAX use the same protocol you're using for its requests.

Tanel Raja