Title: Additional setting request
Last modified: August 21, 2016

---

# Additional setting request

 *  Resolved [Tevya](https://wordpress.org/support/users/thefiddler/)
 * (@thefiddler)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/additional-setting-request/)
 * This plugin is great! I’ve always thought it silly to have to add all those code
   snippets to each site’s theme to set it the way you want. This plugin is the 
   perfect solution.
 * I just have one more that I think would be nice to have, it’s the default image
   placeholder: [http://docs.woothemes.com/document/change-the-placeholder-image/](http://docs.woothemes.com/document/change-the-placeholder-image/)
 * We wrote a little plugin that just has a field for the URL of the image. But 
   having 1 plugin instead of 2 is better. If you’d like the code from our plugin,
   to potentially add to your plugin here, let me know and I’d be happy to send 
   it over. Thanks.
 * [http://wordpress.org/plugins/woocommerce-customizer/](http://wordpress.org/plugins/woocommerce-customizer/)

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

 *  Plugin Author [Max Rice](https://wordpress.org/support/users/maxrice/)
 * (@maxrice)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/additional-setting-request/#post-4210464)
 * Hey that does sound pretty cool — can you open an issue and add the code (or 
   a pull request would be really awesome) on our [github repo](http://github.com/skyverge/woocommerce-customizer)?
   thanks!
 *  Thread Starter [Tevya](https://wordpress.org/support/users/thefiddler/)
 * (@thefiddler)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/additional-setting-request/#post-4210466)
 * Okay, done: [https://github.com/skyverge/woocommerce-customizer/issues/4](https://github.com/skyverge/woocommerce-customizer/issues/4)
 *  Thread Starter [Tevya](https://wordpress.org/support/users/thefiddler/)
 * (@thefiddler)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/additional-setting-request/#post-4210526)
 * I don’t know if you want me to post more suggestions as issues on Git, or suggest
   them here first. But another common thing that needs to be changed is the “Sort
   Code” for the Bacs (bank transfer) checkout. In the US we call it a “Routing 
   Number”, in Australia they call it a “BSB” or “BSB Code”.
 * I found this code that will change it:
 *     ```
       function wpse_77783_woo_bacs_ibn($translation, $text, $domain) {
           if ($domain == 'woocommerce') {
               switch ($text) {
                   case 'Sort Code':
                       $translation = 'BSB';
                       break;
               }
           }
           return $translation;
       }
       add_filter('gettext', 'wpse_77783_woo_bacs_ibn', 10, 3);
       ```
   
 * From this thread: [http://wordpress.org/support/topic/change-sort-code-to-bsb-for-bacs-payment-method?replies=14#post-4314024](http://wordpress.org/support/topic/change-sort-code-to-bsb-for-bacs-payment-method?replies=14#post-4314024)
 * It would be nice to have a field where you can type whatever you want, and have
   it substitute it. Or have a drop-down of common alternatives like those I listed,
   plus maybe a few others.
 *  Plugin Author [Max Rice](https://wordpress.org/support/users/maxrice/)
 * (@maxrice)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/additional-setting-request/#post-4210527)
 * thanks for posting on github, and yeah any future requests or issues is best 
   on github as well, it’s easier to manage them there.
 * as for this request, it’s probably not a good fit for the customizer because 
   it relies on the gettext filter, which isn’t a WooCommerce-related filter and
   really should only be used when there’s no other good way to change the content.
   I’d add an issue to the WooCommerce github repo to ask them to consider adding
   a specific filter for this instead 🙂
 *  Thread Starter [Tevya](https://wordpress.org/support/users/thefiddler/)
 * (@thefiddler)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/additional-setting-request/#post-4210533)
 * K. Good idea.
 *  Thread Starter [Tevya](https://wordpress.org/support/users/thefiddler/)
 * (@thefiddler)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/additional-setting-request/#post-4210574)
 * Okay, I’ve added it here: [http://ideas.woothemes.com/forums/133476-woocommerce/suggestions/4711551-add-a-specific-filter-to-change-the-phrase-sort-c](http://ideas.woothemes.com/forums/133476-woocommerce/suggestions/4711551-add-a-specific-filter-to-change-the-phrase-sort-c)
   vote for it if you think it’s a great idea!

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

The topic ‘Additional setting request’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-customizer/assets/icon-256x256.png?rev=2436795)
 * [Customizer for WooCommerce](https://wordpress.org/plugins/woocommerce-customizer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-customizer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-customizer/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-customizer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-customizer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-customizer/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [Tevya](https://wordpress.org/support/users/thefiddler/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/additional-setting-request/#post-4210574)
 * Status: resolved