web88
Forum Replies Created
-
Forum: Plugins
In reply to: [Meta for WooCommerce] Products synced but do now show in fb storeHello,
I have the some issue.. Did you solve it ?
Thank you. I will try it. And how can I track this button/link ?
< a href=”#next” role=”menuitem”>WEITER
Forum: Plugins
In reply to: [Germanized for WooCommerce] Checkbox kann nicht geklickt werdenWebsite: https://bit.ly/2mcK16D
eine frage hätte ich noch.. wie kann ich den checkbox after woocommerce_after_checkout_billing_form einfügen?
add_action( ‘init’, ‘my_child_move_legal_checkboxes’, 50 );
function my_child_move_legal_checkboxes() {
// Remove
remove_action( ‘woocommerce_review_order_after_payment’, ‘woocommerce_gzd_template_render_checkout_checkboxes’, 10 );
// Readd before submit button
add_action( ‘woocommerce_after_checkout_billing_formt’, ‘woocommerce_gzd_template_render_checkout_checkboxes’, 10 );
}hat aber nicht funktioniert..
Hi,
es funktioniert alles. Danke!Hi,
Danke. Die Reihenfolge wurde nicht geändert.. und mit dem Snippet für AGB Checkbox wird’s mir zweimal angezeigt.. einmal vor Bestellübersicht und danach.
lgThank you! Its work.