开发者 | Netvlies Internetdiensten |
---|---|
更新时间 | 2017年8月3日 22:16 |
PHP版本: | 3.9.0 及以上 |
WordPress版本: | 4.7.2 |
No solution to your problem in this section? Go to the support forum Since the Bol Partner Program plugin is considered an advertising plugin, AdBlock is known to block the Bol plugin. Please turn off AdBlock while using the Bol plugin.
There is a problem with your hosting environment. Be sure to run on PHP version 5.3 and check or mb_strlen() is supported.
Check or your page contains javascript errors. This will cause the plugin not to work. If you make sure all the javascript errors are gone the plugin should work again.
Everything seems right except blank images appear. With the value Off in the admin a widget could be added successfully (categories could be loaded, so the API-key was set correctly) but the inserted short code in the WYSIWYG editor was incomplete. This could be caused by the PHP server setting 'short_open_tag'. If this is set set to value Off (must be set to value On) Wrong example: [bol_bestsellers limit="5" block_id="bol__bestsellers" cat_id="8299" name="jkkj" sub_id="" title="" background_color="FFFFFF" text_color="0000FF" link_color="000000" border_color="D2D2D2" width="250" cols="1" show_bol_logo="1" show_price="1" show_rating="1" link_target="1" image_size="1"] Good example: [bol_bestsellers limit="5" block_id="bol_521c4fbb57e2b_bestsellers" cat_id="8299" name="jkkj" sub_id="" title="" background_color="FFFFFF" text_color="0000FF" link_color="000000" border_color="D2D2D2" width="250" cols="1" show_bol_logo="1" show_price="1" show_rating="1" link_target="1" image_size="1"] The block_id missed an unique id. This caused another problem in the frontend of the website. The javascript missed also an unique id: wrong example: BolPartner_SelectedProducts = {"bol__selected-products": good example: BolPartner_SelectedProducts = {"bol_521c4f9e4944f_selected-products": When you notice you can retrieve categories, but you have one of the following problems please review your PHP server settings.
The short code can be inserted via the WYSIWYG editor by clicking on the Bol.com code. This will generate an unique code with it's own number. You can insert the short codes by yourself by changing the number but using the editor is much easier and provides you with more options.
We have not tried the plugin on a MU WordPress installation yet and it is currently not supported. When you install the plugin on multiple websites you need to have different API-keys and partner id's for the different domains.
Check the source code and check the url. There should be a &s=[your partner id number] in the url. If the s= field is empty you should check your config settings. A partner id should be provided. http://partnerprogramma.bol.com/click/click?p=1&t=url&s=[your partner id number]&url=http%3A%2F%2Fwww.bol.com%2Fnl%2Fp%2Fhet-voedselzandloper-kookboek%2F9200000016778638%2F&f=WP_BSL&subid=&name=Test
The connection test fails and gives the following error: Fatal error: Uncaught exception 'RuntimeException' with message 'SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed' The problem is caused due to your web server settings. To retrieve information from the Bol.com API a secure https connection is used. Retrieving information via the secured https connection causes a problem on your server. When you correct this the plugin should work. Probably the CA certificates are out of date. A "CA" is shorthand for a "certificate authority," a third-party group responsible for handling secure connections around the web. They establish digital "certificates," which are a way of ensuring that there are valid connections between two machines (like your computer and https://openapi.bol.com). Without a certificate, the security risk between two machines is greater. When you receive this error, it likely means that your CA is out-of-date and needs to be updated. Generally, updating your OS will also update your CA and solve the problem. (https://help.github.com/articles/error-ssl-certificate-problem-verify-that-the-ca-cert-is-ok) Your provider should check the settings of the certificate authority. More information can be found here: http://curl.haxx.se/docs/sslcerts.html
Please check the Frequently Asked Questions first. If that doesn't solve your problem of give an answer to your questions. Go to the support section on this page http://wordpress.org/support/plugin/bolcom-partnerprogramma-wordpress-plugin to ask a question or see what others have asked.
We (Netvlies Internetdiensten and bol.com partner program) are always interested in your opinion on the plugin. Please leave a review on this page.