Page 1 sur 1

How to put re-direct to Courier site with consignment number of item?

Publié : 02 août 2019, 11:00
par Bowen48
I am working on project e-commerce project, where I need to redirect to mentioned courier site of shipping product with it's consignment number, so that user don't need enter manually consignment number to courier site, It automatically take the consignment number MyLowesLife.

I am able to redirect the courier site, but how I will able to put consignment number on the site so that not require to put manually by customer....

I am using Angular, HTML5 and for backend using django....

Code : Tout sélectionner

<div class="col-md-12">
  <b>Courier No.</b>{{courier_number}} &nbsp <a target="_blank" href="{{ 'http://' + web_url}}"> courier</a>                 
</div>