You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I uploaded this on a site, the add to cart button is replaced with a download button, but it just refreshes the page?
Also, do you have any info on the best practice in terms of the api request inside our plugins? Do we just leave out license key?
$edd_updater = new EDD_SL_Plugin_Updater( URL, __FILE__, array( 'version' => VER, // current version number 'license' => '', // license key (used get_option above to retrieve from DB) 'item_id' => ID, // ID of the product 'author' => 'Search & Filter Pro', // author of this plugin 'beta' => false ) );
Thanks
The text was updated successfully, but these errors were encountered:
HI @rmorse, sorry for the delayed reply, I have been really busy. I had a similar issue with the download button a couple months ago, and I was able to fix it, but I don't remember what the problem was.
As far as the API, yes, you can just leave the license key empty, or leave that field out completely. Either way it should work.
I uploaded this on a site, the add to cart button is replaced with a download button, but it just refreshes the page?
Also, do you have any info on the best practice in terms of the api request inside our plugins? Do we just leave out license key?
$edd_updater = new EDD_SL_Plugin_Updater( URL, __FILE__, array( 'version' => VER, // current version number 'license' => '', // license key (used get_option above to retrieve from DB) 'item_id' => ID, // ID of the product 'author' => 'Search & Filter Pro', // author of this plugin 'beta' => false ) );
Thanks
The text was updated successfully, but these errors were encountered: