我想在单页自定义字段上显示产品价格。该字段仅是可读字段,用户不能选择编辑该价格。同样在可变产品页面上,当产品变化根据该价格变化时,也需要更改。我添加了以下代码,以在单个产品页面上显示自定义字段。
add_action('woocommerce_before_add_to_cart_button', 'my_custom_checkout_field');
function my_custom_checkout_field() {
// global $product;
echo "test";
echo '<div id="my_custom_checkout_field">';
echo ' <input type="text" name="my_field_name">';
echo '</div>';
}
我想在该字段中添加变化的产品价格。
答案 0 :(得分:0)
要获得不带woocommerce挂钩的产品价格 将产品定义为全局 全球产品 然后获得产品价格
1) Updating a user ubdate with valid name
Failure/Error: expect(page).to have_content('Your account has been updated
successfully.')
expected to find text "Your account has been updated successfully." in "FACEBOOK CLONE\nHome\nHelp\nLog_in\nSign Up\n×\nYou need to sign in or sign up before continuing.\nLog in\nEmail\nPassword\nRemember me on this computer\nSign up\nForgot your password?\nFacebook Clone\nAbout\nContact\nNews"`