Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Darko Mitrovic

    (@darko84)

    
    $godina = date("Y", strtotime($order->get_date_created()));
    $mjesec = date("m", strtotime($order->get_date_created()));
    $broj_narudzbe = $order->get_order_number();    
    
    $pdf = get_home_url().'/wp-content/uplatnice/'.$godina.'/'.$mjesec.'/'.$broj_narudzbe.'-'.sanitize_title($order->get_billing_first_name()).'-'.sanitize_title($order->get_billing_last_name()).'.pdf';
    
    Plugin Author Avram

    (@avram)

    Mo?e i tako ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Uplatnica na Thank you stranici’ is closed to new replies.