Title: technkl's Replies | WordPress.org

---

# technkl

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/users/technkl/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/technkl/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Multiple location website](https://wordpress.org/support/topic/multiple-location-website/)
 *  [technkl](https://wordpress.org/support/users/technkl/)
 * (@technkl)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/multiple-location-website/#post-11818401)
 * Hi [@ericaholland16](https://wordpress.org/support/users/ericaholland16/), I 
   wrote the article linked above so I think I may be able to answer your questions
   as I did write it from a WordPress-centric view. There is no need to have a different
   menu or use a multisite network for a multi-location business.
 * The best way to do it is exactly as I laid out in the blog post, one site with
   one domain that has all the general information about your business (shared information
   between all locations) and then have a separate section that covers the unique
   details for each business location on separate pages within the overall website.
 * That means you might have a link in the top navigation that says “Locations” 
   which then lists all your locations and depending on how many unique services
   area at each location you might actually have a page for each location.
 * Does that help more?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] Possible to add a custom checkout field to the packing slip?](https://wordpress.org/support/topic/possible-to-add-a-custom-checkout-field-to-the-packing-slip/)
 *  Thread Starter [technkl](https://wordpress.org/support/users/technkl/)
 * (@technkl)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/possible-to-add-a-custom-checkout-field-to-the-packing-slip/#post-9923182)
 * This solution worked perfect but I’m now trying to put another custom field in
   the PDF template and for some reason when I formulate it exactly as the above(
   minus one option) it makes the whole PDF blank.
 * It’s a radio button option with only two options that can be in the custom field(
   or it could be blank if it’s old).
 * Right now I have this in there:
 *     ```
       $order_delivery = $this->get_custom_field('_wccf_cf_order_delivery');
       echo $order_delivery;
       ```
   
 * It works like that for putting the field in there but it prints the exact custom
   field which means it’s lowercase and with an underscore. Is there a simple way
   to define that if the value is home_address then it prints as Home Address?
 * I still don’t understand why the above code doesn’t work modified. Maybe I just
   messed up the modification (which I did triple check).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] Possible to add a custom checkout field to the packing slip?](https://wordpress.org/support/topic/possible-to-add-a-custom-checkout-field-to-the-packing-slip/)
 *  Thread Starter [technkl](https://wordpress.org/support/users/technkl/)
 * (@technkl)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/possible-to-add-a-custom-checkout-field-to-the-packing-slip/#post-9458504)
 * That absolutely worked perfectly just as you put it. Thank you so much! I created
   a new row in the table outside the order loop and placed this loop in there and
   it now shows after the order details.
 * Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] Possible to add a custom checkout field to the packing slip?](https://wordpress.org/support/topic/possible-to-add-a-custom-checkout-field-to-the-packing-slip/)
 *  Thread Starter [technkl](https://wordpress.org/support/users/technkl/)
 * (@technkl)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/possible-to-add-a-custom-checkout-field-to-the-packing-slip/#post-9458227)
 * I was able to use the plugin you mentioned in the guide to find the ID of the
   custom field. It was _wccf_cf_temp_packs but here’s a link to how it looked with
   additional fields below it: [https://drive.google.com/open?id=0B4YMBFXALG_GM1ZERzhUME4tMG8](https://drive.google.com/open?id=0B4YMBFXALG_GM1ZERzhUME4tMG8)
 * It is a select box that on order checkout gives the buyer 3 options (they can
   select all 3) and it adds a temperature pack to their order.
 * Here’s what it looks like when they’re on check out: [https://drive.google.com/open?id=0B4YMBFXALG_GMDV0NlAwaEhwamc](https://drive.google.com/open?id=0B4YMBFXALG_GMDV0NlAwaEhwamc)
 * I used this code to try to put the custom field in the packing slip: `<?php $
   this->custom_field('_wccf_cf_temp_packs'); ?>` and it still shows up as blank.
   Not sure what code to use to get it to display if and what temperature pack is
   in the order.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sprout Invoices - Client Invoicing & Estimates] Enabling Sprout Invoices causes odd bug on my websites front-end behavior](https://wordpress.org/support/topic/enabling-sprout-invoices-causes-odd-bug-on-my-websites-front-end-behavior/)
 *  Thread Starter [technkl](https://wordpress.org/support/users/technkl/)
 * (@technkl)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/enabling-sprout-invoices-causes-odd-bug-on-my-websites-front-end-behavior/#post-7180179)
 * WPZoom helped me solve it with your info, thank you.
 * It was one line of code they pointed me to change it from dropdown to wpzoom-
   dropdown and the problem was resolved.
 * Appreciate your assistance.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sprout Invoices - Client Invoicing & Estimates] Enabling Sprout Invoices causes odd bug on my websites front-end behavior](https://wordpress.org/support/topic/enabling-sprout-invoices-causes-odd-bug-on-my-websites-front-end-behavior/)
 *  Thread Starter [technkl](https://wordpress.org/support/users/technkl/)
 * (@technkl)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/enabling-sprout-invoices-causes-odd-bug-on-my-websites-front-end-behavior/#post-7180166)
 * I emailed WPZoom to see what their suggestion is, will follow back up here when
   I hear back.
 * Sorry for the misunderstanding, rough week 😉 Not angry at you, just frustrated
   by this oddity.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sprout Invoices - Client Invoicing & Estimates] Enabling Sprout Invoices causes odd bug on my websites front-end behavior](https://wordpress.org/support/topic/enabling-sprout-invoices-causes-odd-bug-on-my-websites-front-end-behavior/)
 *  Thread Starter [technkl](https://wordpress.org/support/users/technkl/)
 * (@technkl)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/enabling-sprout-invoices-causes-odd-bug-on-my-websites-front-end-behavior/#post-7180163)
 * There it is on a test server with all plugins disabled except for Wordfence and
   Sprout Invoices.
 * [http://sprout-test.nickleffler.com/](http://sprout-test.nickleffler.com/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sprout Invoices - Client Invoicing & Estimates] Enabling Sprout Invoices causes odd bug on my websites front-end behavior](https://wordpress.org/support/topic/enabling-sprout-invoices-causes-odd-bug-on-my-websites-front-end-behavior/)
 *  Thread Starter [technkl](https://wordpress.org/support/users/technkl/)
 * (@technkl)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/enabling-sprout-invoices-causes-odd-bug-on-my-websites-front-end-behavior/#post-7180160)
 * Would you like me to duplicate my website and then leave it up on that instance
   so you can check it out live? Would that help more than a static screenshot?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sprout Invoices - Client Invoicing & Estimates] Enabling Sprout Invoices causes odd bug on my websites front-end behavior](https://wordpress.org/support/topic/enabling-sprout-invoices-causes-odd-bug-on-my-websites-front-end-behavior/)
 *  Thread Starter [technkl](https://wordpress.org/support/users/technkl/)
 * (@technkl)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/enabling-sprout-invoices-causes-odd-bug-on-my-websites-front-end-behavior/#post-7180159)
 * Screenshots don’t capture issues in action… I’m trying to work with you the best
   I can, but I hardly see how a screen shot of the actual website will help, I’m
   not interested in re-enabling the plugin when it disables my website navigation.
   I captured the most pertinent parts of it.
 * Thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sprout Invoices - Client Invoicing & Estimates] Enabling Sprout Invoices causes odd bug on my websites front-end behavior](https://wordpress.org/support/topic/enabling-sprout-invoices-causes-odd-bug-on-my-websites-front-end-behavior/)
 *  Thread Starter [technkl](https://wordpress.org/support/users/technkl/)
 * (@technkl)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/enabling-sprout-invoices-causes-odd-bug-on-my-websites-front-end-behavior/#post-7180154)
 * I have an image of the HTML from the Google Chrome inspector. It happens with
   all browsers though, I first found it on Internet Explorer 11:
 * Here’s the HTML before I click:
 * [https://drive.google.com/file/d/0B_csG2W4PjmsamJPSzVld3dqNU0/view?usp=sharing](https://drive.google.com/file/d/0B_csG2W4PjmsamJPSzVld3dqNU0/view?usp=sharing)
 * And then after I click:
 * [https://drive.google.com/file/d/0B_csG2W4PjmseW9PWWNqWTFpdjg/view?usp=sharing](https://drive.google.com/file/d/0B_csG2W4PjmseW9PWWNqWTFpdjg/view?usp=sharing)
 * Notice the added style=”display:none;”
 * I don’t think I need to provide a screen shot of the actual page, just imagine
   it with a menu bar (one that’s sticky across the top and one that’s in the header
   section) and then after click they both dissapear. They’re nowhere to be found,
   they’ve been hidden 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sprout Invoices - Client Invoicing & Estimates] Enabling Sprout Invoices causes odd bug on my websites front-end behavior](https://wordpress.org/support/topic/enabling-sprout-invoices-causes-odd-bug-on-my-websites-front-end-behavior/)
 *  Thread Starter [technkl](https://wordpress.org/support/users/technkl/)
 * (@technkl)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/enabling-sprout-invoices-causes-odd-bug-on-my-websites-front-end-behavior/#post-7180076)
 * Hey Dan,
 * I did a bit more troubleshooting and yes, it does happen when Sprout invoices
   is the only plugin installed. I tried removing the custom templates also for 
   the invoice and estimate but that didn’t help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Sharing with Pinterest button has broken image](https://wordpress.org/support/topic/sharing-with-pinterest-button-has-broken-image/)
 *  Thread Starter [technkl](https://wordpress.org/support/users/technkl/)
 * (@technkl)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/sharing-with-pinterest-button-has-broken-image/#post-6226908)
 * Ah I had completely forgotten about that. W3 Total Cache didn’t move it to the
   bottom, I had some code in the functions.php script that did it.
 * Once I removed the code and cleared the cache it worked great.
 * Thank you Jeremy, works fine now.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Sharing with Pinterest button has broken image](https://wordpress.org/support/topic/sharing-with-pinterest-button-has-broken-image/)
 *  Thread Starter [technkl](https://wordpress.org/support/users/technkl/)
 * (@technkl)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/sharing-with-pinterest-button-has-broken-image/#post-6226788)
 * Figured a link might help:
 * [https://www.lovelylefflerjewelry.com/accessorize/sets/long-elegant-gemstone-tassel-necklace-set/](https://www.lovelylefflerjewelry.com/accessorize/sets/long-elegant-gemstone-tassel-necklace-set/)
 * Any ideas?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smart Popup by Supsystic] No success integrating with MailChimp](https://wordpress.org/support/topic/no-success-integrating-with-mailchimp/)
 *  Thread Starter [technkl](https://wordpress.org/support/users/technkl/)
 * (@technkl)
 * [11 years ago](https://wordpress.org/support/topic/no-success-integrating-with-mailchimp/#post-6037086)
 * Yes, that’s correct.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smart Popup by Supsystic] No success integrating with MailChimp](https://wordpress.org/support/topic/no-success-integrating-with-mailchimp/)
 *  Thread Starter [technkl](https://wordpress.org/support/users/technkl/)
 * (@technkl)
 * [11 years ago](https://wordpress.org/support/topic/no-success-integrating-with-mailchimp/#post-6037031)
 * Thank you!

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/users/technkl/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/technkl/replies/page/2/?output_format=md)