jaspash
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Can I schedule a “coupon”?Hello,
In my opinion, this feature should be included by default. I can’t afford to pay 123$/year for such a simple feature.
Thanks anyway!
Hello @lovingbro
Not working. The checkout page does not get changed.
Hello @mosesmedh
I fully understand. I am trying your code snippet but it is not working. What is the trigger which fires the function “move_shipping_before_billing”? Isn’t the trigger missing? I mean a Hook or Action.
Please, let me know.
Regards,
- This reply was modified 6 months, 2 weeks ago by jaspash.
Forum: Developing with WordPress
In reply to: Permission question regarding rolesHello @bcworkz
I think that the “pre_get_posts” approach could be a good idea to try. Thanks.
Forum: Developing with WordPress
In reply to: Permission question regarding rolesHello @mustafabharmal,
I already did it using the ‘register_deactivation_hook’ but not working.
register_deactivation_hook( __FILE__ , 'ia_remove_role');
function ia_remove_role(){
remove_role('my_role');
}- This reply was modified 7 months, 2 weeks ago by jaspash.
Hello,
We found the cause of this issue. Your plugin is using a function which is a reserved function for WPML plugin. You can see more information here: https://wpml.org/forums/topic/wpml-string-plugin-create-a-conflict-for-other-plugin-to-work/?paged=2#post-17429287
Based on Wpml supporter, this hook fix the issue. Please let me know if you can apply this patch in your next update.
add_action('woocommerce_order_status_changed',function() {$tag='woocommerce_order_status_changed';$prio= 10;$callbacks=$GLOBALS['wp_filter'][$tag]->callbacks[$prio] ?? [];foreach($callbacksas$cb) {$f=$cb['function'];if(is_array($f) &&is_object($f[0]) &&$f[1] ==='comments_language') {remove_action($tag,$f,$prio);}}}, 0);Hi @deabiodun
Then, I understand that your plugin is useful to delete the rows highlighted in my captures. Can you please confirm that to me?
Please, let me know.
Regards,
Forum: Plugins
In reply to: [WooCommerce] I can’t find the link to edit the “Coming Soon” page.I see. Thanks for your support!
Hello there,
I found tha the problem is a conflict between your plugin and the WPML plugin. I opened a ticket with the guys at wpml support site. You can see the ticket here: https://wpml.org/forums/topic/wpml-string-plugin-create-a-conflict-for-other-plugin-to-work/
I have the latest versions of wpml plugins:
– WPML Multilingual CMS – 4.8.1
– WPML String Translation – 3.4.0I will let you know as soon as I get more information for this issue.
Regards, Walter.
Forum: Plugins
In reply to: [WooCommerce] I can’t find the link to edit the “Coming Soon” page.Thanks @frankremmy
I installed and activated SeedPro plugin and enable the “coming soon” page. Capture: https://drive.google.com/file/d/1GJCX7lVVLRm18Rijlgxw-Zb6XJ_wxnYV/view?usp=sharing
But not working. The coming soon page still the same. What am I missing here?
Please, let me know.
Regards,
Hello,
I create a staging site and did the “disable all plugins and enable one per one” and found that there is compatibility issue between your plugin and WPML plugins.
The wpml plugin support told me that the issue is in your plugin.
Is your plugin compatible with WPML? Can you take a look at this please?
I can provide credentials to you for my staging site.
Please, let me know.
Regards,
- This reply was modified 8 months ago by jaspash.
Forum: Reviews
In reply to: [Cost Calculator Builder] Plugin is okThanks. I will change my review as soon as you answer me. Regards.
Thanks. It worked!
Thanks. I have a problem with generated invoice. All the texts have lost its format. Please take a look to see what I mean: https://drive.google.com/file/d/14ZStMqmjA0aWmavvnCRAD_LylQLgUly6/view?usp=sharing
Can you please help me to fix this?
Please, let me know.
Regards,
Hello Eric,
Thanks. Can I integrate the calculator with a woocommerce product?
Please, let me know.
Regards,