Tobias
Forum Replies Created
-
Forum: Plugins
In reply to: [Fluid Checkout for WooCommerce - Lite] Wrong languageHi Alan,
my problem wasn’t the german translation.
My problem came with the WordPress 6.5 Update (like i wrote a post above).
Downgrading to 6..3.4 resolved the problem.Best regards
TobiasForum: Plugins
In reply to: [WooCommerce] Product Ratings aren’t displayedI found the following code for activating the ratings for all products.
Insert it in your functions.php reload your backend. it takes a few seconds.
After that deactivate it.add_action('admin_init', 'cwhf_enable_reviews'); function cwhf_enable_reviews() { $args = array( 'post_type' => 'product', 'numberposts' => -1, 'comment_status' => 'closed', 'post_status' => 'publish', ); $shop_products = get_posts( $args ); foreach( $shop_products as $item){ $product = new WC_Product($item->ID); wp_update_post( array( 'ID' => $item->ID, 'comment_status' => 'open', ) ); } }
- This reply was modified 7 months, 3 weeks ago by Tobias.
Forum: Plugins
In reply to: [WooCommerce] Product Ratings aren’t displayedI found my problem.
In my product i can activate/deactivate the rating.
Most of them were deactivated.How can i activate all together?
Forum: Plugins
In reply to: [Fluid Checkout for WooCommerce - Lite] Wrong languageI’ve downgraded to my previous version WP 6.3.4 an it works.
Now i have my german language back.Do you fix that in your next version?
Forum: Plugins
In reply to: [WooCommerce] Product Ratings aren’t displayedgood morning,
thank you for your answer.
i’ve tested it with 3 other themes but no of them displayed the ratings tab ??.I use ShopVote for my ratings and uses a plugin and a script for it.
When i deactivate both the ratings tab is still hidden.’
I think it have to be a Plugin, but nothing happens when i deactivate one after one.I changed the ability to insert my ShopVote Script with an other “custom script” plugin.
Now it works.- This reply was modified 8 months ago by Tobias.
Good morning Alan,
thank you for your help.
I found the plugin that makes trouble.
it’s called SHOPVOTE.
What can i do? should i write to Shopvote?Tobias
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] paypal popup disappearsHi Krystian,
thank you for your help.
like i wrote it was my fault. i forgot to activate the checkbox ?????♂?Forum: Plugins
In reply to: [WooCommerce PayPal Payments] paypal popup disappearsMy fault. I forgot to aktivate the checkbox terms.
Forum: Plugins
In reply to: [Germanized for WooCommerce] Zoll InfoDanke
Forum: Plugins
In reply to: [Germanized for WooCommerce] Packstation bei deutsche Post w?hlbarDanke
Forum: Plugins
In reply to: [Germanized for WooCommerce] Packstation bei deutsche Post w?hlbarHabe nun die Versandkosten ge?ndert in DHL Deutsche Post.
Leider immer noch gleich, sobald ich bei DHL die Packstation aktiviere ist sie auch bei Deutsche Post mit drinnen.Forum: Plugins
In reply to: [Fluid Checkout for WooCommerce - Lite] double product picture at checkoutthank you, looks good.
Forum: Plugins
In reply to: [Fluid Checkout for WooCommerce - Lite] double product picture at checkoutHi Diego,
thank you.
for the moment i’ve edit the CSS for correct displaying my checkout site.looking forward for the update.
Tobias
Forum: Plugins
In reply to: [Real Cookie Banner: GDPR & ePrivacy Cookie Consent] Google Consent Mode V2Hallo,
werde ich am Wochenende sp?testen machen.
Habe es heute nochmals probiert mit neu erstellten Tags.
Alles vorherig angelegte pausiert. Trotzdem geht nichts.
Die Consent funktionieren so wie sie sollen. Nach dem best?tigen der Cookies werden sie gesetzt. Aber die Tags werden nicht abgefeuert.
Irgendwo ist noch ein Fehler. Als ob was nicht übertragen oder abgefragt werden kann.