Hook na presun odkazu v rámci thank you page

[ad_1]

Dobrý deň,

plugin používa na pridanie odkazu na faktúru hook woocommerce_thankyou, ktorým WooCommerce pridáva obsah až na koniec stránky. Ak teda chcete zmeniť poradie, môžte, napríklad, použiť vlastný template.

Údaje odberateľa môžte zmeniť filtrom sf_client_data, napríklad takto:

function my_client_data($client_data, $order) {
    $client_data['name'] = "Lorem Ipsum";
    return $client_data;
}
add_filter('sf_client_data', 'my_client_data', 10, 2);

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer