Mario Wolf
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Hi Patrick,
wir hatten das gleiche Problem. OceanWP und Germanized mit MultiStep-Checkout beißen sich etwas. Dadurch wird die Order Review und die Zahlarten doppelt dargestellt.
Mit dem folgenden Code in deinem OceanWP-Child-Theme verhinderst du die doppelte Ausgabe durch das Theme und überlässt die Ausgaben im Checkout Germanized.
/** * Remove duplicated checkout last step order review and payment methods **/ add_action( 'init', 'remove_checkout_actions_parent_theme' ); function remove_checkout_actions_parent_theme() { remove_action( 'ocean_woocommerce_checkout_order_review', 'woocommerce_order_review', 10 ); remove_action( 'ocean_woocommerce_checkout_payment', 'woocommerce_checkout_payment', 20 ); }Nicht vergessen, ohne Cache zu testen.
Grüße Mario
- This reply was modified 6 years, 10 months ago by Mario Wolf.
- This reply was modified 6 years, 10 months ago by Steven Stern (sterndata).
Forum: Plugins
In reply to: [upPrev] [Plugin: upPrev] German TranslationThanks Marcin, I did sent all data in!
Forum: Plugins
In reply to: [Post Ratings] [Plugin: Post Ratings] Plugin not runningYes, thanks a lot it works!
Forum: Plugins
In reply to: [Post Ratings] [Plugin: Post Ratings] Plugin not runningNice not be alone with this problem?
Viewing 4 replies - 1 through 4 (of 4 total)