loopforever
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Tax ProblemOkay. Thank you very much.
Forum: Plugins
In reply to: [WooCommerce] Tax ProblemYes, I solved the problem. Thank you so much.
Finally, I want to ask one more question.
Can standard rates be removed? A hook for this etc. is there ?
ImageI solved the problem. Thank you. Maybe it will help someone else:
if ($order->get_meta('has_sub_order')):Adding:
I should make this distinction on the page in the woocommerce/myaccount/orders.php file.Thank you very much for your reply @shafinahmad01. I’m working on this right now. However, there is a problem that I cannot solve.
As far as I can see, suborders do not occur if the seller is one and there is more than one product.
How can I check if the seller is more than one or only one?Forum: Developing with WordPress
In reply to: Problem understanding hooksPerfect answer. Thank you so much. Yes, I just saw this. Used in theme.
Forum: Plugins
In reply to: [Dokan Order Approval] Customer Cancel OrderThank you.
I also checked the demo. But I think I got it right?
“Customer can’t cancel order?” Have I got it right ? It would be great if the customer could send a cancellation request if the order status is “Process” like in big marketplaces.
There is a plugin for that. However, it is not working correctly. I hope you will consider my suggestion.- This reply was modified 4 years, 10 months ago by loopforever.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Default TaxOkay Thank you.
Forum: Plugins
In reply to: [Estimated Delivery for WooCommerce] Marketplace ComplabilityThank you so much. I’m following.
If a solution is found, I have no doubt that it will be a major development. If I find a solution I will share it.
Thank you again.Thank you for your answer.
I did everything you said. Is there any other possible scenario?
My theme support period has ended. Because of this, I cannot contact you. Could this be related to the theme?Forum: Plugins
In reply to: [WooCommerce] Change PermalinkThank you so much dear Gabriel.
Forum: Fixing WordPress
In reply to: Between PluginsOkay dear Joy.
You really helped a lot. Thank you so much.Forum: Fixing WordPress
In reply to: Between PluginsThank you very much for your reply.
I guess you got me wrong or I got you wrong.
The plugin I want to make changes to can be any plugin. My question is to highlight a point I don’t understand.Actually, what I want to ask is this: As you normally know, if a change is made to any plugin, it will be deleted by the update. However, if the file to be modified is a template file, this can be modified with the child theme. Thus, it is not deleted by update. I know wrong ?
A second alternative is hooks. For example, if filters are added to the $value (above) variable for a definition like above in any plugin, this can be changed later in the function.php file (child-theme). I know wrong ?
The problem is that the function I want to change this way does not meet these requirements. You can also think of it as a file. For example, I want to replace the following file in plugin A: plugins/a/ include/x.php
Can I redefine this file in another plug-in to do this, ie not save the change with updates? This is what I want to ask.Forum: Plugins
In reply to: [WooCommerce] Change PermalinkHello there,
Thank you for your answer. I removed the only site name for spam.
Image HereThanks for your answer, dear @roshni07.
1-) Removed with CSS. However, what I want is to remove it directly. So is there a hook for that? What should I do.
Also I guess you haven’t seen the other: How can I uninstall permalink and external / affiliate product)?2-) The problem is that after placing an order with the code below, “Customer” E-mail can be received. However, I would like to receive the “Vendor” e-mail for the same order. How can I do that ?
Why do I want to buy it?
In some order situations, the vendor does not receive e-mails. I want to check this order status in function.php and send an e-mail to the vendor. However, I could not get the vendor’s email.
Thank you.