I would like to show additional information/order notes when a specific shipping method was selected. I have multiple shipping options and when selecting a specific one I need the user to provide a different address in the note, please see the images below: These are the available shipping options: I want to show this (and it has to be a
Tag: checkout
Customize WordPress WooCommerce checkout page and Payment processing style
I am trying to edit my Wordpress WooCommerce checkout page to remove the space above the PayPal checkout buttons but I don’t know where I should start off. I feel like this can be easily done just by editing code but I’m not really familiar with HTML and CSS. My website My website checkout currently looks like: My website is
WooCommerce: Get $cart_item in price function
I’m using a custom function to change the style of the product price. This is my actual function: It works fine on product detail pages if I want some meta fields from the product. I can get these meta fields if I use global $product and go from there. The problem is, that global $product throws an error if used
Getting Shipping Address from WooCommerce Checkout Page?
i’m a little bit stuck. I’ve figured out how to retrieve the addresses assigned to a customers profile via the follow: But I can’t for the life of me figure out what the hook or whichever is required in order to get the shipping address that is being used for the calculation of shipping on the order checkout page. My
How to make PayPalCheckout return value by post method?
I am using PayPalCheckoutSdk library following the examples, I have the following: I am receiving the data by get method print_r($_REQUEST);: And, that information is processed in the file return.php which has the following code: https://ideone.com/ncVjIt I would like to be able to receive the information but by post method, what configurations should I make so that the data is
How to reorder additional fields on checkout page in WooCommerce
I cant figure out how to reorder the additional fields, on the checkout page in WooCommerce. I have added one extra field to the WooCommerce additional information section. I would like to show the time field first then the order notes below it. This is the code that I am using: However, this does not have the desired result. Can
Remove product (item) from WooCommerce checkout page using AJAX
I have added a removal link to the checkout for each product. This part works fine. Problem is; upon removal, the page is “scrolled to top”. I would like to change this by adding AJAX to the removal process. I’ve tried, but without success. In other words; when clicking on the removal link, the refresh should happen in the background
Show/hide custom field based on a select field with validation in WooCommerce checkout
I have added a custom select field and a custom text field on the checkout page in WooCommerce using the code below. I want to hide this text field by default and it should only be visible when the “Referral Program” option is selected from the select field Here is my code, which works. Except that the textfield is always
Shipping rates based on service custom delivery type and items total in Woocommerce
I just require a small help on displaying the correct shipping fees in my WordPress and woocommerce site. I have set my shipping fees as the following: Flat rate (Delivery): $10 Free Shipping (Free Delivery) Local Pickup (Pickup): $0 When I make an order and go onto the checkout page, it gives me the options to select from for shipping
Where is generated items (products) table in WooCommerce
I’ve looked around on Google and the WooCommerce docs, but I feel like I’m not using the correct terminology here. Hopefully one of you can point me in the right direction. I need to add a column to the cart table (not sure what it’s actually called) that is populated on checkout pages, for example on the checkout/order-pay/ endpoint. You