Title: leadfoot1981's Replies | WordPress.org

---

# leadfoot1981

  [  ](https://wordpress.org/support/users/leadfoot1981/)

 *   [Profile](https://wordpress.org/support/users/leadfoot1981/)
 *   [Topics Started](https://wordpress.org/support/users/leadfoot1981/topics/)
 *   [Replies Created](https://wordpress.org/support/users/leadfoot1981/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/leadfoot1981/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/leadfoot1981/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/leadfoot1981/engagements/)
 *   [Favorites](https://wordpress.org/support/users/leadfoot1981/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WHMCS Bridge] Affiliates blockchain.info gateway don't work](https://wordpress.org/support/topic/affiliates-blockchaininfo-gateway-dont-work/)
 *  Thread Starter [leadfoot1981](https://wordpress.org/support/users/leadfoot1981/)
 * (@leadfoot1981)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/affiliates-blockchaininfo-gateway-dont-work/#post-6210077)
 * Had to downgrade to 3.3.1 to solve these issues. BTW, thanks for great support
   and I really feel like buying a PRO version with a support like this 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Conditional WooCommerce Checkout Field] Only being able to create 1 field](https://wordpress.org/support/topic/only-being-able-to-create-1-field/)
 *  [leadfoot1981](https://wordpress.org/support/users/leadfoot1981/)
 * (@leadfoot1981)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/only-being-able-to-create-1-field/#post-5299578)
 * I needed to attach the extra field to several PIDs so here’s a dirty fix:
 * Open conditional-woo-checkout.php and add the following:
 *     ```
       foreach ( $woocommerce->cart->get_cart() as $cart_item_key => $values ) {
   
       $items = array(1186,1511,1512,1513,1514);			
   
        if(in_array($values['product_id'],$items)){	
   
       	 /*  $_product = $values['data'];
   
               if ( $_product->id == $product_id ) { */
                   $check_in_cart = true;
               }
           }
           return $check_in_cart;
       ```
   
 * replace the PIDs in an array with your own.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Conditional WooCommerce Checkout Field] Required field not turning off /](https://wordpress.org/support/topic/required-field-not-turning-off/)
 *  [leadfoot1981](https://wordpress.org/support/users/leadfoot1981/)
 * (@leadfoot1981)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/required-field-not-turning-off/#post-5145620)
 * The fix still isn’t working for me 🙁
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Bitcoin Payments for WooCommerce] HTML code on order page](https://wordpress.org/support/topic/html-code-on-order-page/)
 *  Thread Starter [leadfoot1981](https://wordpress.org/support/users/leadfoot1981/)
 * (@leadfoot1981)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/html-code-on-order-page/#post-5213633)
 * Ok, as it seems the support here doesn’t exist so I’ll be happy to share my solution.
   Go to plugin settings> Payment Instructions (HTML). In my case the html code 
   was garbled inside the window so I had to copy and paste the original code from
   Payment Instructions, original template (for reference). Worked like a charm.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Checkout Field Manager (Checkout Manager) for WooCommerce] Fields order](https://wordpress.org/support/topic/fields-order/)
 *  [leadfoot1981](https://wordpress.org/support/users/leadfoot1981/)
 * (@leadfoot1981)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/fields-order/#post-3819618)
 * Hi, thanks for this cool little plugin.
 * Unfortunately, I can’t find where exactly in plugin settings I can re-arrange
   checkout fields. Quote: “You can now re-order the fields in the options panel.”
   Can’t see the options panel anywhere, sorry 🙂
 * Sorry for hijacking this old thread.
 * BR,
    Paul

Viewing 5 replies - 1 through 5 (of 5 total)