Behi
Forum Replies Created
-
thanks for your kindly reply dear @wpswings
i wish in next updates the refreal cod for Referring Signups’ Referring shopping, Referring visitsors and Total Earnings from Referring users will add to this wallet plugin.
for ex:
if you reg in site with my ref cod: i will got some amount from inviting you… if yoy buy some products from site then ill get some amount from your total pay…thank you for kindly reply
my other question is:
have you plan to add cashback for customers orders?
The admin can set cashback rules according to cart price or product. The customers will receive their cashback amount in their wallet account.
Customers will earn cashback according to cart price, product or product category wise after compliting orderForum: Plugins
In reply to: [Comments - wpDiscuz] comment moderate@gvectorssupport understood dear supporter what you said, But im not agree with you about this issue that its customization.
BTW thank you ??Forum: Plugins
In reply to: [Comments - wpDiscuz] comment moderateDear @gvectorssupport yes befor i just ordered some actions.
but really this isnt a plugin customization or requesting addon for plugin. just currently Comment Content and Media section in plugin works well. but the only problem is: the settings in this section applying for all user rolse. so i want “dont allow some users rolse write comment less than 300 chars” if user roles are spamers: they have to write more than 300 chars
Hope you will let me know the code for filter this.best regards
Forum: Plugins
In reply to: [Comments - wpDiscuz] comment moderatealso there are something like my request in plugin’s Comment Content and Media section. But this settings running for all users not for special user group. so maybe some filter can solve this problem that hope you’ll favor in this issue
Forum: Plugins
In reply to: [Comments - wpDiscuz] comment moderateIt’s impressive ,My Thumb is up for you dear @gvectorssupport . solved
Forum: Plugins
In reply to: [Comments - wpDiscuz] comment moderateDear @gvectorssupport yes befor i just ordered some actions.
now you sent me this code and it works well. but the only thing that have to know is, when a comment wroten for a product and wating fo admin approving, this cod count that as a product comment.
i wanna allow users for write comment for only products that has not comment even wating for approving comment. so please witch filter have to add for this cod ?add_filter("wpdiscuz_form_render", function ($output, $commentsCount, $currentUser) { global $post; if ($commentcount = get_comments_number( $post->ID )>1) { $output = "Your custom message"; } return $output; }, 10, 3);
Forum: Plugins
In reply to: [Comments - wpDiscuz] comment moderateHi @gvectorssupport
Thank you for kindly reply.
the cod you sent work pretty good, but after adding the below code for showing recommended products after “Custom message” the cod stop working.add_filter(“wpdiscuz_form_render”, function ($output, $commentsCount, $currentUser) {
global $post;
if ($commentcount = get_comments_number( $post->ID )>1) {
$output = “Your custom message”;
}
return $output;
}, 10, 3);
echo do_shortcode(‘[electro_vc_products_multi_category sortby=”mostrated” orderby=”ASC” title=” recomended products for leaving comment ” limit=”3″]’).”;`Forum: Plugins
In reply to: [Comments - wpDiscuz] buyer-badge in comment section@gvectorssupport the link that you sent are in 404 condition.
so please stop notice for this code
add_filter("wpdiscuz_comment_author", function ($name, $comment) { if (wc_review_is_from_verified_owner($comment->comment_ID)) { $name .= " <em class='woocommerce-review__verified verified'>(" . esc_attr__("verified owner", "woocommerce") . ")</em>"; } return $name; }, 10, 2);
Forum: Plugins
In reply to: [Comments - wpDiscuz] submit button@gvectorssupport Now I’m Here To Help You With A Warm Thanks.
Problem Solved With Your Kindly Guide
Best RegardsForum: Plugins
In reply to: [Booster for WooCommerce] time counting problemsite address is
selenzi.com
Forum: Plugins
In reply to: [Comments - wpDiscuz] Limit Comments per dayyes sure, upload done.
let me explain better: i need to limit users to post only 10 comment in per a day.
each day user can post 10 comment in wide site so i think current settings are not for a day, Week or …
https://pasteboard.co/JMkL19j.pngForum: Plugins
In reply to: [Comments - wpDiscuz] Limit Comments per day@gvectorssupport thanks for kindly reply
will it apply this settings for per day? but i done this setting that you say so it dont work for per day.