Najm
Forum Replies Created
-
Yes sure!
you can see it here
https://dukhanstore.com/test-page-for-support/?lang=arForum: Plugins
In reply to: [Joli Table Of Contents] Translate “TOC title”Great!
Thanks, and i cant wait for that update to come soon.
Forum: Plugins
In reply to: [WooCommerce] Update button isnt showingThanks,
I’ve update it this way, with no issue!
Forum: Plugins
In reply to: [Wallet for WooCommerce] Referral Link ShortcodeThis is AMAZING man, thanks a lot.
The email is not working
I tried to send you emails for 5 weeks, but its return failed to deliver.
Forum: Plugins
In reply to: [Wallet for WooCommerce] Referral Link ShortcodeI was able to make a custom shortcode using this:
<?php if (!defined('ABSPATH')) { exit; } $user_id = get_current_user_id(); $user = new WP_User($user_id); $referral_url_by_userid = 'id' === $settings['referal_link'] ? true : false; $referral_url = add_query_arg($referral->referral_handel, $user->ID, wc_get_page_permalink('myaccount')); if ($referral_url_by_userid) { $referral_url = add_query_arg($referral->referral_handel, $user->ID, wc_get_page_permalink('myaccount')); } ?> <span> <?php _e('Your referral URL is:', 'woo-wallet'); ?> <input type="text" readonly="" id="referral_url" value="<?php echo $referral_url; ?>" /> <div class="referral-tooltip"> <button onclick="referralTooltip()" onmouseout="referralTooltipOutFunc()"> <span class="referral-tooltiptext" id="referral_tooltip"><?php _e('Copy to clipboard', 'woo-wallet'); ?></span> <?php _e('Copy', 'woo-wallet'); ?> </button> </div> </span>But the displayed link is
https://mywebsite.com/my-account/?=1but it should be
https://mywebsite.com/my-account/?wwref=1It is missing
wwref=
What did i do wrong here?Thanks
Forum: Plugins
In reply to: [WooCommerce] Reviews Admin Reply counts as ReviewThanks, this issue is now solved.
Forum: Plugins
In reply to: [WooCommerce] Reviews Admin Reply counts as ReviewThank you so much!!
I was able to conclude that the issue is caused by ( Multilingual Comments )
Disabling it would fix the issue.
Thanks
Forum: Plugins
In reply to: [WooCommerce] Reviews Admin Reply counts as ReviewThis is what am doing!
Its still counts it as a review.
Forum: Plugins
In reply to: [Checkout Location Picker for WooCommerce] Language of resultsam very interested in this, can you email me, najm#$#fekrah.com.sa when the feature is available in the premium to purchase it!
Thanks.
AMAZING!
Thanks @rur165 it works like a charm!
Forum: Plugins
In reply to: [WooCommerce] Product Description not showing ” Visual ” for shop managerForum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Custom CSS align logo right.Thank you so much @pomegranate
Should the css be added to the custom css in the wordpress customizer? or in the plugin css file?
Thanks
Forum: Plugins
In reply to: [WooCommerce] Order status issueI can confirm issue is resolved after updating wp smtp pro to the latest version.
Forum: Plugins
In reply to: [WooCommerce] Order status issueThank you @fevered
This log made me see that the issue was caused by wp smtp pro.