With this modification the delivery person or buyer will be able to send a direct message via WhatsApp
To change the delivery button:
Open the static/js/23.4ec4f7ce
Look for the line of code:
href:"tel:"+t.user.phone}
replace with
href:"https://api.whatsapp.com/send?phone="+t.user.phone}
============================================================
To change the client button:
Open the static/js/18.474d7b4d.chunk
Look for the line of code:
href:"tel:"+t.delivery_details.phone}
replace with
href:"https://api.whatsapp.com/send?phone="+t.delivery_details.phone}
============================================================
Comments:
- Modification to version 2.6.1
- The delivery person's contact number must be correct.
- I recommend replacing "Call Now" with "WhatsApp"