开发者 |
hossain88
ampmode scottdeluzio |
---|---|
更新时间 | 2024年11月2日 02:28 |
PHP版本: | 5.6 及以上 |
WordPress版本: | 6.1.1 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
/wp-content/plugins/
Yes, it will work with WooCommerce Measurement Price Calculator plugin.
Yes, it will work with WooCommerce Min/Max Quantities plugin.
Yes, it will work with Dokan.
Yes, it will work with any standard WordPress theme.
Yes, it will work for whole store.
Yes, it will work for individual product.
Yes, it can set sample price for every single product.
wfps_custom_order_meta
and action wfps_custom_order_meta_action
so users can control the output of the order meta on the order emails.{product_title}
and {custom_label}
. When using {product_title}
the product's title will be replaced in the button text. When using {custom_label}
the value entered in the product custom meta field fps_custom_label
will be replaced in the button text.woo_free_product_sample_custom_label_key_product
, which enables the user to change the custom button text meta field key.woo_free_product_sample_button_label_product
, which enables the user to change the button text shown on an individual product page.woo_free_product_sample_default_label_product
, which enables the user to change the default button text shown if no label is specified.