roghithsam
Forum Replies Created
-
3. how to change the directory to save user profiles or disable indexing profile from media page.
Forum: Plugins
In reply to: [Wallet for WooCommerce] Referral credit for failed orderyes @abdulal it’s true and it a serious problem
if the new customer processed to payment and canceled the order and the order value is greater than the referral order amount and in failed or canceled status referred users get the referral amount.
how to stop it.`
Forum: Plugins
In reply to: [Wallet for WooCommerce] Referral credit after order completed (not work)add_filter('woocommerce_order_is_paid_statuses', 'woocommerce_order_is_paid_statuses_callback', 9999); if(!function_exists('woocommerce_order_is_paid_statuses_callback')){ function woocommerce_order_is_paid_statuses_callback(){ return array( 'completed' ); } }
this code not worked.
installed plugins: woo-commerce, woo wallet only no plugin or theme conflict.if the new customer processed to payment and canceled the order and the order failed or cancelled status referred users get the referral amount
Forum: Plugins
In reply to: [Wallet for WooCommerce] Referral credit after order completed (not work)@subratamal in theme/functions.php file
Forum: Plugins
In reply to: [Wallet for WooCommerce] Referral And Wallet block@roberto22 Sorry for the delay buddy.
This code is not work.
- This reply was modified 3 years, 10 months ago by roghithsam.
Forum: Plugins
In reply to: [Inbox] welcome message when user registerok
Forum: Plugins
In reply to: [Inbox] welcome message when user registerWhere to add the welcome message
Forum: Plugins
In reply to: [Inbox] welcome message when user register????
Forum: Themes and Templates
In reply to: [OceanWP] Main Menu Not shown.you have able to remove the mentioned URL in this support topic.
Forum: Plugins
In reply to: [Inbox] email deliverability failedOK done
Forum: Themes and Templates
In reply to: [OceanWP] Main Menu Not shown.Yes, The Main menu will appear now.
ThankYou so much.Forum: Themes and Templates
In reply to: [OceanWP] Main Menu Not shown.sorry, my server is under maintenance.
Now it will open.
My site: https://www.game.zhark.ga/Forum: Plugins
In reply to: [Wallet for WooCommerce] referral programView this for more info https://prnt.sc/traout
Forum: Plugins
In reply to: [Wallet for WooCommerce] Changing some strings such as “wallet”add_filter(‘gettext’, ‘translate_text’);
add_filter(‘ngettext’, ‘translate_text’);function translate_text($translated) {
// $translated = str_ireplace(‘ target text ‘, ‘what you want’, $translated);
$translated = str_ireplace(‘Wallet credit through purchase #’, ‘Money added to wallet #’, $translated);$translated = str_ireplace(‘Leave a Reply ‘, ‘Leave a comment’, $translated);
return $translated;
}add this code in function.php of your theme
- This reply was modified 4 years, 7 months ago by roghithsam.
Forum: Themes and Templates
In reply to: [OceanWP] Menu not showMenu not shown only in desktop view in mobile view menu appear.