WooLentor Pro v2.6.1 nulled – WooCommerce Elementor Addons

mmmm

Member
XNullUser
Joined
Nov 12, 2020
Messages
277
Reaction score
1
Points
18
NullCash
17
No conozco las funcionalidades de este plugin, habra que probarlo
 

istvanmolnar88

Member
XNullUser
Joined
May 3, 2024
Messages
68
Reaction score
2
Points
8
Location
hu
NullCash
10

Gyors vészmegoldás (ha a widget továbbra sem látszik a listában)​


Készíthetsz egy rövid kódot a fizetési részhez, és Shortcode widgettel beilleszthette a checkout űrlapon belül :


Kódrészletek / functions.php:



add_shortcode('wc_checkout_payment', function(){
if ( function_exists('woocommerce_checkout_payment') ) {
ob_start();
woocommerce_checkout_payment();
return ob_get_clean();
}
return '';
}); } } ...


Elementor: Shortcode widget → [wc_checkout_payment] (ugyanabba a parentbe tedd, ahol a többi checkout mező van).
 
Top