I have created a single product page and include everything like price, description etc but i want to include product…
woocommerce "mysite/cart/" redirects to "mysite/cart/" again to a blank instead of "mysite/checkout/"
I am trying to trouble shoot my woo commerce this is what I experience. woocommerce “mysite/cart/”page when I click “proceed…
Add to Cart is not working for Virtual Products in Woocommerce
When I am trying to add Virtual products in cart, Add to Cart is not working as it is working…
Custom registration fields in woocommerce not validating
//Add phone number field to customer registration add_filter( ‘register_form’, ‘custom_phone_no_registration_field’ ); function custom_phone_no_registration_field( ) { echo ”.__(‘Phone Number’, ‘woocommerce’).’ *…
woocommerce product custom fields
From this link: http://gerhardpotgieter.com/2013/09/17/woocommerce-custom-product-fields/ they have explained how to add custom product fields, BUT I didnt understood in that code…
WordPress Plugin WooCommerce, Custom Payment Gateway Settings Not Saving
I’m working on a custom payment gateway for the WordPress plugin WooCommerce. I cannot seem to save the settings for…
WooCommerce – how do I disable attribute option menus until the one above is selected?
On the Product page of a Variable Product, I’d like to use javascript/jQuery to control the attribute drop down menus.…
WordPress endpoint for edit customer throws 404
I am using http://www.internationalopal.com/my-account/edit-account like it said on the wordpress site directly. When I use the edit-account endpoint it throws…
woocommerce virtual product customisation
I want to customise the checkout process of a virtual product so that woocommerce can be used to take bookings…