Thanks to the both of you for helping me get this working (using it as a replacement for a different plugin that also broke)! And agreed, it should also be fixed to fail gracefully…. oh well. Thanks again.
If anyone still needs this, here are the lines that need changing to https: —
line 1137:
/includes/storedisplay.php
$dataURLBase = $this->options['contributorhandle']!="" ? 'https://feed.'. ZAZZLE_BASIC_URL_BASE .'/'.$this->options['contributorhandle'].'/feed' : 'https://feed.'.ZAZZLE_BASIC_URL_BASE.'/feeds';
line 1408:
$feedUrl = 'https://feed.'. ZAZZLE_BASIC_URL_BASE .'/collections/'.$this->options['collections'].'/rss?opensearch=true&at='.$associateid;
-
This reply was modified 8 years, 1 month ago by LaFaucon.