Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the simple-custom-post-order domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/staging.wpify.io/web/wp/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the woocommerce domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/staging.wpify.io/web/wp/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the woocommerce-subscriptions domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/staging.wpify.io/web/wp/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wpify-woo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/staging.wpify.io/web/wp/wp-includes/functions.php on line 6114
Nastavení loga Zásilkovny – WPify

Dokumentace

Nastavení loga Zásilkovny

Defaultní logo

Přejděte do nastavení modulu Zásilkovny: WooCommerce > Nastavení > Wpify Woo > Zásilkovna

Zapněte možnost „Zobrazit logo na pokladně“.

Změny uložte pomocí tlačítka na konci stránky.

Pak přejděte do nastavení platebních metod: WooCommerce > Nastavení > Doprava

Dejte upravit zónu dopravy, kde máte dopravní metodu Zásilkovna a klikněte na Upravit.

V nastavení metody si zvolte logo, které se má zobrazit v pokladně .

Změny uložte.

Vlastní logo

Nevyhovuje vám připravené logo a potřebujete jej nahradit vlastním? K tomu můžete využít připravený filtr a pomocí jednoduchého snippetu logo nahradit:

add_filter( 'wpify_woo_packeta_logo', function ( $url ) {
   $url = 'https://www.yourdomain.cz/path-to-your/packeta-logo.jpg';

   return $url;
}, 10, 1 );

Url si samozřejmě upravte tak aby odpovídala adrese, kde máte požadované logo uložené.