brookerrj
Forum Replies Created
-
No problem. Thanks you for the quick response.
Bob
As @carlogrs did, I just disabled all WPML plugins, re-enabled them, and the popups reappeared.
Many thanks for the support.
Thank you all for the feedback. I will try the steps previously mentioned and let you know how it goes.
I have exactly the same issue with a website that I haven’t worked on for a while.
A popup created at the end of 2019 doesn’t appear in the list of popups although shown as published in the header. screenshot
A test popup I created does appear.
Before I try the suggestion here, is there an update on whether it works?
Popup Maker = Version 1.16.1.There are three rules, each for a different category.
Here is the whole 3.0.6 output from “Tools”:
[
{
“type”: “package”,
“filters”: [
{
“qty”: 5,
“qty_end”: 5,
“type”: “product_categories”,
“method”: “in_list”,
“value”: [
“Cards”
],
“product_exclude”: {
“on_wc_sale”: “”,
“already_affected”: “1”,
“values”: []
}
}
],
“title”: “Card Bulk Discount”,
“priority”: “”,
“enabled”: “on”,
“sortable_blocks_priority”: [
“roles”,
“bulk-adjustments”
],
“additional”: {
“conditions_relationship”: “and”,
“is_replaced”: false,
“replace_name”: “”,
“is_replace_free_products_with_discount”: false,
“free_products_replace_name”: “”,
“sortable_apply_mode”: “consistently”
},
“conditions”: [],
“cart_adjustments”: [],
“limits”: [],
“product_adjustments”: {
“type”: “total”,
“total”: {
“type”: “price__fixed”,
“value”: 9
}
},
“role_discounts”: [],
“get_products”: {
“repeat”: “-1”,
“repeat_subtotal”: “”
},
“options”: {
“apply_to”: “expensive”,
“repeat”: -1
}
},
{
“type”: “package”,
“filters”: [
{
“qty”: 4,
“qty_end”: 4,
“type”: “product_categories”,
“method”: “in_list”,
“value”: [
“Coasters”
],
“product_exclude”: {
“on_wc_sale”: “”,
“already_affected”: “1”,
“values”: [
“3464”
]
}
}
],
“title”: “Coaster Bulk Discount”,
“priority”: 1,
“enabled”: “on”,
“sortable_blocks_priority”: [
“roles”,
“bulk-adjustments”
],
“additional”: {
“conditions_relationship”: “and”,
“is_replaced”: false,
“replace_name”: “”,
“is_replace_free_products_with_discount”: false,
“free_products_replace_name”: “”,
“sortable_apply_mode”: “consistently”
},
“conditions”: [],
“cart_adjustments”: [],
“limits”: [],
“product_adjustments”: {
“type”: “total”,
“total”: {
“type”: “price__fixed”,
“value”: 10
}
},
“role_discounts”: [],
“get_products”: {
“repeat”: “-1”,
“repeat_subtotal”: “”
},
“options”: {
“apply_to”: “expensive”,
“repeat”: -1
}
},
{
“type”: “package”,
“filters”: [
{
“qty”: 4,
“qty_end”: 4,
“type”: “product_categories”,
“method”: “in_list”,
“value”: [
“Christmas Cards”
],
“product_exclude”: {
“on_wc_sale”: “”,
“already_affected”: “”,
“values”: []
}
}
],
“title”: “Christmas Card Bulk Discount”,
“priority”: 2,
“enabled”: “on”,
“sortable_blocks_priority”: [
“roles”,
“bulk-adjustments”
],
“additional”: {
“conditions_relationship”: “and”,
“is_replaced”: false,
“replace_name”: “”,
“is_replace_free_products_with_discount”: false,
“free_products_replace_name”: “”,
“sortable_apply_mode”: “consistently”
},
“conditions”: [],
“cart_adjustments”: [],
“limits”: [],
“product_adjustments”: {
“type”: “total”,
“total”: {
“type”: “price__fixed”,
“value”: 5
}
},
“role_discounts”: [],
“get_products”: {
“repeat”: “-1”,
“repeat_subtotal”: “”
},
“options”: {
“apply_to”: “expensive”,
“repeat”: -1
}
}
]My evaluation is continuing now, the issue appears to be resolved with the latest Version 1.134. Many thanks.
Forum: Plugins
In reply to: [NSFW] [PW WooCommerce Gift Cards] Advanced Dynamic Pricing conflict fixResolved with Version 1.134.
I am in the process of evaluating the Gift Cards plugin running on a local staging server that has error messages being displayed. I am using the Advanced Dynamic Pricing plugin and unless I disable it I see the error message:
“Notice: Undefined variable: redeem_hook_priority …htdocs\wp-content\plugins\pw-woocommerce-gift-cards\includes\pw-gift-cards-redeeming.php on line 41
and the checkout hangs.
I believe that you may have a mistake in your fix, shouldn’t:
add_filter( ‘wdp_calculate_totals_hook_priority’, function( $priority ) { return $redeem_hook_priority – 1; });be:
add_filter( ‘wdp_calculate_totals_hook_priority’, function( $priority ) { return $priority – 1; });
Note: $priority not $redeem_hook_priority
- This reply was modified 5 years, 11 months ago by brookerrj.
I forgot about this issue, installed the latest update and immediately got the same conflict. A bit more serious this time as the website is now live. Anyway, I’ve re-patched as before, and all is well. Would be good to have a permanent solution.
- This reply was modified 5 years, 11 months ago by brookerrj.
@trentwatts since my initial post there has been a update:
————-
4.3.9 (08.01.2020)
* Update: Added compatibility with Outlook mailer of WP Mail SMTP plugin. (Thanks to @kinderkeuken for help us debugging)
* Fix: Duplicate email import issue.
————-
Although it only talks about a “Duplicate email import issue.”, Since I updated to 4.3.9 I haven’t had any duplicate emails sent. However, the blog is very new and there aren’t many many emails being sent out at the moment so it’s bit early to say the problem has definitely gone away.I noticed that today there is a new update available to 4.3.10 but there are no details about it at the moment.
Forum: Plugins
In reply to: [WP Mail Logging] Woocommerce New Order Email definitely not workingBecause of this issue I have now moved to “Mail Debug for WooCommerce” which appears to be working well so far.
Same problem. I have to look at alternative plugin.