• Resolved Mickey

    (@sachin0414)


    Hello there,

    Is it possible to add the tracking button on the view orders page. Right now it shows the track button on the order history page. Though on clicking the tracking no. on the view-orders page it does show a tracking info but it will be more convenient for the customers if there’s a button too .

    If there’s any shortcode available for the tracking button which I can echo on the view-oders page would also be very helpful.

Viewing 1 replies (of 1 total)
  • Thread Starter Mickey

    (@sachin0414)

    So I’m marking this as closed and self-resolved, below is the css I used to add track button on orders detail page.

    
    
    /*
    In case any one need this 
    */
    
    .open_tracking_lightbox:after
    {   
     
        content:"Track my Order";
     color: #00FFDA!important;
        background-color: transparent !important;
        border: 0px;
        display: block;
        margin: 3px;
        width: fit-content;
        padding: 2px 22px;
        box-shadow: 2px 2px 2px rgb(0 0 0 / 25%), -2px -2px 3px rgb(255 255 255), inset 2px 2px 5px rgb(0 0 0 / 3%), -3px -3px 10px rgb(0 0 0 / 10%);
        border-radius: 20px;
        text-align: center;   
    }
    
    • This reply was modified 3 years, 6 months ago by Yui.
    • This reply was modified 3 years, 6 months ago by Yui. Reason: please use CODE button for proper formatting
Viewing 1 replies (of 1 total)
  • The topic ‘Tracking button’ is closed to new replies.