rsink
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Gift Cards] YITH WooCommerce Gift CardsWhy is no one responding to my thread?
Hello WPRiders,
Thank you for the help. My apologies, but I’m having trouble understanding how I would put that together.
Do you mean:
if ( WC()->cart->get_cart_contents_count() == 0 ) {
foreach ( WC()->cart->get_cart() as $cart_item ) {
if($cart_item[‘product_id’] == $targeted_id ){
$product_qty = $cart_item[‘quantity’];
break; // stop the loop if product is found
}
}
}
..It seems that might not work on the customers side..Hello Michel,
Thank you very much. I will try it and give you feedback.
Forum: Plugins
In reply to: [Yoast Duplicate Post] Duplicate Post not showing up at allHi Lopo, I sent the exported information to you via the contact form you suggested.
Thank youForum: Plugins
In reply to: [Yoast Duplicate Post] Duplicate Post not showing up at allYes, I can access the DB if need be.
Forum: Plugins
In reply to: [Yoast Duplicate Post] Duplicate Post not showing up at allHello Lopo,
If I delete and re-install it is the same. The plugin will say “Activated” but not really be activated. The word “Activate” remains under the plugin name and it doesn’t appear under “Settings”.
I’m pretty sure the previous version was 2.6.
Thank youForum: Plugins
In reply to: [Yoast Duplicate Post] Duplicate Post not showing up at allI am using version 3.03. Interesting, but it shows deactivated, and if I click on it to activate, it says “plugin activated” at the top, but the plugin remains deactivated.
See screenshot:
