anindaorada
Forum Replies Created
-
Forum: Plugins
In reply to: [Wallet for WooCommerce] Allowing only select users to have cashbackI guess in this case not to allow dokan vendors to get cashback when they purchase something following code adding to php functions will be enough? Vendors may purchase products from others and I don’t want them to use the cashback functionality.
Thanks,
function limit_cashback_for_vendors($cashback_amount, $order, $user) { $user_info = get_userdata($user); // Check if the user is a vendor if (in_array('seller', (array) $user_info->roles)) { // Set the cashback amount to 0 for vendors $cashback_amount = 0; } return $cashback_amount; } add_filter('process_woo_wallet_general_cashback', 'limit_cashback_for_vendors', 10, 3);
Forum: Plugins
In reply to: [Yoast SEO] Canonical can not be seen on my siteAlright, I just added required php codes into everypage of my website and delete canonical.php file. And it looks working now. Does it affect any settings on seo end ?
Forum: Plugins
In reply to: [Yoast SEO] Canonical can not be seen on my siteyes i mean Page rather than homepage.Canonical page does not locate in this page
Forum: Plugins
In reply to: [Yoast SEO] Canonical can not be seen on my siteThanks for your fast response.Yes i would like to add my other pages like this page rather than homepage (there is a canonical label existing already)
Altough i put the url from advanced settings for canonical. It does not fetch the link that I put. Here is the also link
Forum: Plugins
In reply to: [New Order Notification for Woocommerce] Sound notification not workingCan you tell us how you solved that problem ?
Thanks so much it works but altough I monitor location,payment method and quantity by opening it up in different page,I can not see it in the slip I printed. Can you help me with it ?
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Thermal printer does not workThanks for your answer but thermal printer actually works i can not print pages by using plugin. Sorry for misunderstanding. How i can manage it ? I mean how can i edit the template as 80mm thermal size package slip.
Forum: Plugins
In reply to: [WooCommerce] Billing fields hide by cssAny news ?
Forum: Plugins
In reply to: [WooCommerce] Billing fields hide by cssSure
Users should not see and edit city,country and zipcode fields because it is a local delivery service
afyonlale.com
Forum: Plugins
In reply to: [WooCommerce] Billing fields hide by cssUnfortunately does not work
Forum: Plugins
In reply to: [WooCommerce] Push notification to user for order status changesSorry for misunderstanding. I mean push notifications will be sent to user when its changed automatically
Forum: Plugins
In reply to: [WooCommerce] edit adress page cssThanks so much one more question. There is no coupon created by admind and if user log in then hit coupons tab under my account there is no info like “no coupons” or something like this.
Is this custom for woocommerce side or can we change this ?
Forum: Plugins
In reply to: [iyzico WooCommerce] ?yzico ile abonelikli ?demeMerhabalar ??karaca??n?z abonelik eklentisi Paid Memberships PRO plug-in ilede uyumlu olacak m? acaba ? Zira ?ok fazla kullan?lmakta ve tahmini ne zaman g?rece?iz ??
Forum: Plugins
In reply to: [WooCommerce] Woocommerce multi storeHi there, thanks so much for your response. I had taken a look at it. But the problem here is I dont want to make it multi vendor. It looks like I will not manage what I want Dont you think so ? It is multi vendor I dont want to make it multi vendor