Ben Konyn
Forum Replies Created
-
Forum: Plugins
In reply to: [Connections Business Directory] Categories Widget Stopped WorkingThat’s got it working well now thank you kindly @shazahm1hotmailcom
Forum: Plugins
In reply to: [Connections Business Directory] Categories Widget Stopped WorkingLOL you hit the nail on the head there. I set the site up so long ago that I forgot I wrote a plugin to do the widget! As my coding days are in the past I have just purchased the Widget Pack and activated it.
I put in the new widget and I set the “Display” to “Include or Exclude specific categories”. They show in the preview on the admin but when I press update then come back to the page it’s ‘forgotten’ the categories that I set. Any ideas why it might do that?
https://app.screencast.com/jHVtlKyzflwDI
Thank you
Thanks Carlos that was super fast response!
Hey – On your server turn off displaying of notice messages in PHP.
You may need to add / change your debug in your wp-config.php
define( ‘WP_DEBUG’, false );The notice message is confusing the PostBack response.
That should fix it.
Thanks
Ben Konyn
Originally it did not but then we had some help which should have added that functionality. Unfortunately it has not been tested as we do not use that part of it here.
If anyone is interested in working on this and fixing it let me know and I can add you as a contributor to the project.
John perhaps we should add code to check that WC is active before allowing the plugin add itself?
The current version of WC is 3.0.7 – perhaps it was a bug with 3.0.4?
Also could it be a PHP issue? what does your /wp-admin/admin.php?page=wc-status page say?I am up and running on WP 4.7.5 with WC 3.0.7 on PHP 5.6.30
Hey John
On the latest version I am getting this error:
PHP Fatal error: Call to undefined function wcs_is_subscription() in wp-content/plugins/woo-payment-gateway-verotel-cardbilling/functions.php on line 567I suggest we modify line 567 to read as follows:
return ( function_exists( ‘wcs_order_contains_subscription’ ) && ( wcs_order_contains_subscription( $order_id ) || wcs_is_subscription( $order_id ) || wcs_order_contains_renewal( $order_id ) ) );Do you agree?
Thanks
Ben Konyn
Forum: Plugins
In reply to: [Verotel / CardBilling Payment Gateway for WooCommerce] ModificationsI’m not hugely familiar with github although I know the basics.
I have created a public repository here:
https://github.com/speakdigital/Verotel-CardBilling-Payment-Gateway-for-WooCommerceI have also added you as a collaborator (I think!).
Do you want to upload your most up to date code there and call it version 2.0?
I can then work on making sure it is compatible with WC 3 and then we can release it?Thanks
I am so sorry that i missed all this and you guys both put it a lot of work and time.
I definitely want to incorporate your changes so please get in touch if you are still interested.Thanks for emailing me Sobeco.
I made this plugin for internal use and published it because it may be useful.
We are still on WC 2 here have not taken the plunge with v3 yet!I will look into this in the next few days/weeks and see if we can publish a new version.
IF anyone has already resolved this then please let me know and that can speed things up!
Forum: Plugins
In reply to: [Verotel / CardBilling Payment Gateway for WooCommerce] ModificationsHi John
Sorry I only have just seen this!
Really nice of you to add on to the plugin.
I have to do some work apparently to make it work with WC 3.0.4 so I could include your code with the next update if you are happy for me to?
Ben Konyn
Forum: Plugins
In reply to: [Woocommerce Order address Print] Labels do not appear for printingJust to confirm the same exact issues is present in version 3 that was just released.
Forum: Plugins
In reply to: [Theme My Login] New version 6.4.8 breaks siteForum: Plugins
In reply to: [Theme My Login] Diable wp-login.php 404 error – better plan?That’s a great way of doing it – does just what I needed – thanks!