amitmital
Forum Replies Created
-
Forum: Plugins
In reply to: [Shipment Tracker for Woocommerce] Integration with BluedartHello Sir,
Thank you for contacting us.
Currently, Bluedart is supported via “Manual” shipping option. In this case, tracking data is not synced automatically on website. You can update tracking from backend or programmatically via the rest apis provided by the plugin.
Best Regards,
Amit
Forum: Plugins
In reply to: [Shipment Tracker for Woocommerce] Shipmozo IntegrationHi @pravinlpatel,
Thank you for sharing the details. We’ve added this to our development pipeline and will release an update soon.
Thank you so much!!
Regards,
Amit
Forum: Plugins
In reply to: [Shipment Tracker for Woocommerce] Tracking Template In Order View SectionHi @souqalbuhair,
Thank you for contacting us.
I am happy to inform you that this feature was already in our development pipeline so we prioritized it and released an update already.
Starting version: 1.3.10 of plugin, the Track button can be added to customer’s my account -> order’s action. This track button will display the order tracking from within the my account section on your website.
This option can be turned on from plugin settings. Please note that this is a premium feature and available only with a premium subscription. However, you as an admin, can preview this feature (along with all other premium features) without a subscription.
Also, as discussed, we do offer volume discounts on our subscriptions. So if you need the plugin for 3+ websites, we offer an upfront 25% OFF forever on first purchase and on renewals as well.
Forum: Plugins
In reply to: [Shipment Tracker for Woocommerce] Update Tracking as Quick EditHello Sir,
- “Update Tracking” button is always visible in order list for “Manual” provider. Please make sure that shipping provider for the specific order is set as “Manual”. See this screenshot: https://drive.google.com/file/d/1ENXVHPZNGM_NR0UKXU_n0gR3XAmJBBOe/view?usp=sharing
- For Xpressbees shipping provider, you don’t need to update the awb number manually as it’s automatically synced from xpressbees as soon as the order is scheduled for pickup. For auto sync to work, the order number on your website should match with the order number on xpressbees, that’s it.
- Sure you can send custom sms to send tracking updates. Here’s a code snippet for sending order updates using our sms service (https://smsapi.bitss.tech) and (https://quickengage.bitss.in/):
add_action( 'bt_shipment_status_changed', 'bt_quickengage_messaging_api', 10, 3 ); add_action( 'woocommerce_order_status_processing', 'bt_quickengage_messaging_order', 10, 1 ); function bt_quickengage_messaging_order( $order_id) { bt_quickengage_messaging_api($order_id,null,null); } function bt_quickengage_messaging_api( $order_id,$shipment_obj,$shipment_obj_old) { $order = wc_get_order( $order_id ); $blog_title = get_bloginfo( 'name' ); $site_url=get_site_url(); $body = array( "order" => $order->get_data(), "shipment_current" => $shipment_obj, "shipment_old" => $shipment_obj_old, "store_name"=>$blog_title, "store_url"=>$site_url ); $auth_token="<Your auth token>"; $args = array( 'body' => $body, 'timeout' => 0.01, 'blocking' => false, 'sslverify' => false, 'headers' => array( 'Authorization' => 'Bearer ' . $auth_token, 'Content-Type: multipart/form-data' ), ); $url = "https://quickengage.bitss.in/trigger/message"; $response = wp_remote_post( $url,$args ); //its a non-blocking call. so website's speed is not effected. }
This code snippet can be added to your website using your custom theme or the “Code Shippets” plugin.
You need to signup for our sms service to get your auth token and start sending sms right away. Please let me know if you would like to try it so we’ll create your account with free 100 sms credits.
Best Regards,
Amit
Forum: Plugins
In reply to: [Shipment Tracker for Woocommerce] Update Tracking as Quick EditHello sir,
Thank you for reporting the issue in updating tracking data from orders page. This has been fixed and an update has been released for the same.
Please update the plugin from wordpress to fix the issue on your website.
Also, as discussed, we’ve integrated Xpressbees in the plugin. Just setup the webhook and the tracking will start to sync automatically on your website.
Please don’t hesitate to get in touch if you need further assistance.
Just a note of favor: If you found this plugin helpful, please leave a 5 star rating on wordpress and consider buying premium version ??
Here’s the link to review:
https://www.ads-software.com/support/plugin/shipment-tracker-for-woocommerce/reviews/
Forum: Plugins
In reply to: [Shipment Tracker for Woocommerce] Automatic Update Order Status not workingHi @discushome,
Thank you so much for the donation, we appreciated it very much!!
Can you please explain the issue in a bit more detail along with screenshots to help us identify and help you in resolving the problem? Please email the details to [email protected]
Regards,
Amit
Forum: Plugins
In reply to: [Shipment Tracker for Woocommerce] Shipmozo IntegrationHi Pravin,
Thank you for getting in touch with us.
Sure we can integrate Shipmozo as long as they provide public APIs for the same. Can you please send us any link of their api documentation so we can check and schedule this for development?
Regards,
Amit
Hi @kddt,
We haven’t heard back from you so closing this ticket for now.
Please let me know if you need further assistance.
Regards,
Amit
Forum: Plugins
In reply to: [Shipment Tracker for Woocommerce] Getting Testing Connection Failed ErrorHi @shilpam31,
We haven’t heard back from you, so closing this ticket for now.
Please open this ticket again if you need further help.
Regards,
Amit
Forum: Plugins
In reply to: [Shipment Tracker for Woocommerce] Configuration Issue for NimbusMarking this ticket as resolved.
Please open a new ticket if you need further assistance.
Regards,
Amit
Forum: Plugins
In reply to: [Shipment Tracker for Woocommerce] Configuration Issue for NimbusHello @rushab214 ,
I hope the problem you was facing is resolved.
Please see this video of step by step guide to setup the plugin for Nimbuspost: https://www.youtube.com/watch?v=SP3aix-CarM
Here’s documentation link: https://sites.bitss.tech/knowledge-base/docs/shipment-tracker-for-woocommerce/introduction/
Best Regards,
Amit
Forum: Plugins
In reply to: [Shipment Tracker for Woocommerce] Configuration Issue for NimbusHi @rushab214 ,
Thank you for contacting us.
Can you please send us the screenshot of “Woocommerce->Shipment Tracker->Numbuspost Tab” page so we can check and investigate the issue.
Please email the screenshot to: [email protected]
Best Regards,
Amit
Forum: Plugins
In reply to: [Shipment Tracker for Woocommerce] Mine Filter in woocommerceHello,
The “mine” filter is not within the scope of this plugin.
You can follow this link to know more about mine filter and how to disable it in woocommerce:
https://gist.github.com/jessepearson/3279983d904e30ca51537ca849c2a4ad
Hi,
I hope the issue that you were facing must have been resolved by now, so closing this ticket.
Hi,
For updating tracking details, you need to setup the your website’s webhook in shiprocket settings.
If you have already setup the webhook, please email your webhook url and screenshot of your shiprocket account’s webhook settings to [email protected] so that we can investigate further.
Shiprocket’s webhook settings can be found at: https://app.shiprocket.in/shipment-webhook
Regards,
Amit