开发者 |
webdados
ptwooplugins |
---|---|
更新时间 | 2024年10月17日 01:45 |
捐献地址: | 去捐款 |
PHP版本: | 7.0 及以上 |
WordPress版本: | 6.7 |
版权: | GPLv3 |
版权网址: | 版权信息 |
Yes. Use the product_assembly_cost_message
filter. Here’s an example: link
Yes.
For products, use the product_assembly_show_assembly
filter and return false to it. The second argument is the product object.
For variations, use the product_assembly_show_assembly_variation
filter and return false to it. The second argument is the variation object.
Yes. Use the product_assembly_cost
filter. Here’s an example: link
Yes.
Yes.
Sure. Go to GlotPress and help us out.
This is a free plugin. It’s our way of giving back to the wonderful WordPress community. There’s a support tab on the top of this page, where you can ask the community for help. We’ll try to keep an eye on the forums but we cannot promise to answer support tickets. If you reach us by email or any other direct contact means, we’ll assume you need, premium, and of course, paid-for support.
You can report any security bugs found in the source code of this plugin through the Patchstack Vulnerability Disclosure Program. The Patchstack team will assist you with verification, CVE assignment and take care of notifying the developers of this plugin.
product_assembly_show_assembly
and product_assembly_show_assembly_variation
filters to force the assembly cost not to be shown on a product or variation if false is returnedproduct_assembly_cost
filter to override/set the service cost on runtime, without having to set it on the adminproduct_assembly_cart_data
that allows to change the data that is shown on the cart and orderproduct_assembly_cost_frontend_hook
and product_assembly_cost_frontend_priority
product_assembly_cost_before_field
and product_assembly_cost_after_field
woocommerce_product_options_pricing
priority to make it compatible with other pluginswoocommerce_add_order_item_meta
action and functionproduct_assembly_cost_message
filter to customize the messageWC tested up to
tagWC tested up to
tag