When i check our project management site yesterday, i got new message from existing client who create custom prestashop theme with DapurPixel. The client asked why he got SSL error when he activated SSL feature in Prestashop.
After doing some googling and test some of the search results (and none of that solved the problem), one of them is error in google analytics code (this error is fix in prestashop 1.3.1) so when i compare the existing code with the code i got from search results i think its same code. Conclusion number 1, its not google analytics code error.
Then i try to edit the {$base_dir} to {$content_dir}, no luck either. Then i remember what i read several days ago about SSL problem regarding to AddThis script, and yes our client online store is using AddThis also.
If you are using AddThis on a https:// page you will need to make some small changes.
In the code of the widget replace:
http://s7.addthis.com or http://s5.addthis.com
with:
https://s7.addthis.com/
That’s it. All features will continue to work the same.