Step 1:You have to add the weight and volume in each product in the edit product page of the wp-admin like the following screenshot. Step 2:Also to use volume of the product in cart shipping calculation you have to enable “volume calculation” in the sendle setting like the following screenshot.
Where do i find my Sendle ID and API key
The following link provides instructions on how to locate your Sendle ID and API key inside your Sendle account area on the Sendle website: https://support.sendle.com/hc/en-us/articles/210798518-Sendle-API Once you have these 2 credentials they can be saved into the app / plugin and your account is connected to your store for quoting or booking purposes.
Sendle Unlimited Satchel Configuration
In our wp sendle App, we have an option to enable / disable Unlimited satchel booking. It’s called the “unlimited satchel” product and for items that exceed 500g but fit in the Sendle branded satchels, they can be sent using the 500g satchel product and price. So for 600g or 700g packages merchants can forcefully book the 500g satchel to reduce the cost. Basically if…
Max weight / volume calculation in wordpress
Total weight > sendle’s max weight OR total volume > sendle’s max volume calculation in wordpress The plugin first checks the total weight or volume of the products in cart. ( if volume calculation is enabled in the backend then only check the volume limit) 1. if ( total cart weight > sendle’s max weight limit OR total cart volume > sendle’s max volume limit…
How use sendle for other shipping method and download label in wordpress
At first disable the sendle for the frontend if you want to use it only for other shipping method. You can see a setting in wp-admin-> woocommerce-> shipping -> sendle setting like “Show the rates in frontend”. Please uncheck it. Now you can also see a setting in this page like “Post to Sendle API for the selected shipping method” Please choose “flat rate”, if you…
How to set Sendle Tax
Sendle tax setting is following the woocommerce tax settings. To enable and disable sendle tax you have to just enable it from woocommerce tax like the following. Go to wp admin -> left panel -> woocommerce-> settings-> Then in the setting page you can see “General” tab -> then under this tab you can see “Enable taxes” checkbox. Like the following screenshot. Now you…
Validate Sendle in WP
Validate your Sendle API ID and KEY to check it’s working properly, also can check the sendle price . Go to Dashboard >> WooCommerce >> Validate Sendle
Trouble Shooting Woocom Sendle Plugin Setup
For any store owner unable to see Sendle quotes in the cart please check the following items. 1. Sendle ID and API key are correct – You must request these from Sendle in order to have a working integration between woo com and sendle 2. Products have weights recorded – Weights are mandatory for Sendle to quote a package. Dimensions are optional but recommended for…
Shipment booking in WP
Order Sync Configuration 1. Pickup Option :: Use pickup to get your parcel picked up or drop off to drop it off at the nearest drop off location.2. Post to Sendle API for the selected shipping method :: Process As Sendle Order if any of the shipping method are selected.3. Book Shipment on :: Select when the shipment will be created.4. Sender Name ::…
Calculate shipping[Frontend]
In order to have a shipping method on cart page need to calculate shipping. If there seems an inconsistency in city, postcode, etc the sendle shipping will not be available. It will end up with inconsistent error as below : When the details are corrected the sendle shipping cost will be available again.