Not working – Woocommerce Version 10.2.2
-
# Setup Information:
- Fresh install for testing – no plugin
- WooCommerce: Version 10.2.2
- Sendcloud Shipping: Version 1.0.16
- Theme: Twenty Twenty-Five
—
# Issue:
The plugin and API connection are successful, but Service Point Delivery options are not appearing at checkout. The feature is correctly activated, and this has been confirmed by the Sendcloud support team. Debugging Details:
While debugging, I found that a variable is never initialized in the following file:
sendcloud-connected-shipping/includes/Controllers/Api/class-service-point-controller.phpSpecifically, this line seems problematic:
$this->config_service->set_service_point_script( $data['script_url'] );In the database table
####_sendcloud_configs, the plugin appears to be looking for the value with the key:SERVICE_POINT_SCRIPTBut this value is never set, so the Service Point script is not being loaded on the frontend.
—
# Current Status:
Awaiting support or further guidance to resolve the issue.
You must be logged in to reply to this review.