With Woocommerce, is it possible to pass the previous page title to a custom checkout fields?
Tag: checkout
Additional field on checkout for specific payment gateway in Woocommerce
I have a custom Woocommerce payment gateway and I need to add additional field on the checkout when the payment is selected. Basically, when the users click the custom payment gateway a “select” field should appear and they have to choose something from the select field. I have attached a screenshot to represent better the idea of what I need
Displaying product thumbnail and attribute in Woocommerce cart and checkout
I am isplaying product attributes in my Woocommerce checkout table, see my previous question: Show Woocommerce taxonomy in emails I also want to show the product image, so my ideal would be: Product …
Adding custom message on Thank You page by shipping method
I’m trying to add a message to the order-received (Thank You) page, only if the order is using Free Shipping. The message can either replace the standard “Thank you…” message, or can be in addition …
Only allow to purchase one Item In Woocommerce 3
Is there anyway to prevent more than one item for purchase in WooCommerce, or prevent more than one item added to the cart? I have different products but I want to allow only one item per checkout. I tried to search for solution but those existing solutions are not working properly, let’s say when user is not signed in and
Display a custom notice before all default notices in Woocommerce checkout page
I use the following below code for show custom message to un-logged woocommerce users (visitors) in checkout page top code recive this forum, from mr @loictheaztec my before question link below: Display a custom message for guest users in Woocommerce checkout page I would like to change woocommerce_before_checkout_form in code for move my message to top (first) in checkout page.
Sorting priority for specific Woocommerce checkout fields depending on country
In Woocommerce, I need to set the default ordering priority (sorting) of three fields on the checkout page: The first change depends on the choice of the ‘IT’ country code: postcode – ‘priority’ => 91, The other two are free of conditions, I just need to set the default priority: billing_email – ‘priority’ => 30, billing_phone – ‘priority’ => 40,
Make Shipping Method fields Mandatory on Woocommerce checkout page
I’m sure that there is a quick bit of code out there that will solve this issue, but I’m struggling to find it. I have a WordPress/WooCommerce website set-up and am using the WooCommerce Shipping Pro with Table Rate plugin to specify delivery rates as well as the local pickup option, within WooCommerce’s shipping settings. This is all working fine,
Remove “estimated for {country}” text after tax amount in Woocommerce checkout page
I set up a 19% standard tax amount in my Woocommerce Online-Shop. Unfortunatley – now there is a text “estimated for Germany” behind the (includes 20,12 €… part below the total-amount in my checkout page (see image below). I guess it displays the text because the calculated tax amount has a lot of decimals. HTML This is not the case
Add custom checkout fields below the terms and conditions in Woocommerce
I have built an e-commerce site using Woocommerce. I would like to add two more check boxes below the terms and conditions. I have searched everywhere for a working solution and the only thing that I found is a commercial plugin. How to add custom checkout fields (2 checkboxes) below the terms and conditions programmatically? Location of the terms and