Support requests are not monitored from this page –
If you have a support request regarding this plugin please contact [email protected] directly.
To support your query can you send through:
A brief description of the error and any error messages or logs created
The version of wordpress installed
The version of woocommerce installed
The version of the plugin installed
Many Thanks
Divido
]]>Upon activating the plugin, I am getting the following fatal error:
Fatal error: Class ‘Divido’ not found in /var/www/html/wp-content/plugins/divido-for-woocommerce/gateway-divido.php on line 52
Please could you advise?
Kinds regards
]]>In /divido-for-woocommerce/gateway-divido.php, you need to update how you access the product id because it is private.
Change
$product->id
to
$product->get_id()