Title: philhambley's Replies | WordPress.org

---

# philhambley

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Customer Area] Can’t edit file or page URL](https://wordpress.org/support/topic/cant-edit-file-or-page-url/)
 *  Thread Starter [philhambley](https://wordpress.org/support/users/philhambley/)
 * (@philhambley)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/cant-edit-file-or-page-url/#post-17195354)
 * Hi. Thanks for getting back, much appreciated. Unfortunately I don’t have a ‘
   permalinks’ option within the Screen Options dropdown. I’ve tried to de-activate
   all plugins (except Cuar obv.), and change the theme to WP Twenty Twenty Three,
   and issue persists. I have latest version of WP installed. Note that I do have
   the option to edit permalinks within standard pages and posts. Thanks for any
   ideas or thoughts on this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form DB] Impossible to export Contact Form DB as Excel Internet Query](https://wordpress.org/support/topic/impossible-to-export-contact-form-db-as-excel-internet-query/)
 *  [philhambley](https://wordpress.org/support/users/philhambley/)
 * (@philhambley)
 * [10 years ago](https://wordpress.org/support/topic/impossible-to-export-contact-form-db-as-excel-internet-query/#post-6604369)
 * Hi Michael.
 * Thanks for your reply; it’s very much appreciated.
 * I’m working on Excel on Windows PC not Mac, and have not had any issues previously.
 * I’ve since noticed that in another site I run, there are no problems when I export
   and open the .iqy file.
 * The only difference is that this site has version 2.10.5 of the plugin installed,
   and the site that has been throwing up some issues is running version 2.10.20.
 * Is the simplest solution just to roll back to a previous version of CFDB, or 
   is there anything else to try?
 * Many thanks in advance for any help you might be able to offer.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form DB] Impossible to export Contact Form DB as Excel Internet Query](https://wordpress.org/support/topic/impossible-to-export-contact-form-db-as-excel-internet-query/)
 *  [philhambley](https://wordpress.org/support/users/philhambley/)
 * (@philhambley)
 * [10 years ago](https://wordpress.org/support/topic/impossible-to-export-contact-form-db-as-excel-internet-query/#post-6604367)
 * Hi Michael.
 * First up, congratulations on a fantastic plugin.
 * I’m experiencing the same issue; for some unknown reason, my .iqy file refuses
   to connect correctly – having been fine for several months.
 * I’ve managed to download data using the fix you describe above (via Data tab 
   > Connections..)
 * However, when I reopen the file and refresh the sheet, all data is lost. Do you
   know if there is a workaround for this?
 * Many thanks for any help you might be able offer.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Shopping Cart] Formatting Purchase Confirmation Email](https://wordpress.org/support/topic/formatting-purchase-confirmation-email/)
 *  Thread Starter [philhambley](https://wordpress.org/support/users/philhambley/)
 * (@philhambley)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/formatting-purchase-confirmation-email/#post-6531573)
 * Nope. Any suggestions?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Change 'Cart Updated' message](https://wordpress.org/support/topic/change-cart-updated-message/)
 *  Thread Starter [philhambley](https://wordpress.org/support/users/philhambley/)
 * (@philhambley)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/change-cart-updated-message/#post-4351506)
 * I eventually found the easiest solution to this. Add the following to your functions.
   php file:
 * add_filter(‘gettext’, ‘wpse_124400_woomessages’, 10, 3);
 * /**
    * change some WooCommerce labels * [@param](https://wordpress.org/support/users/param/)
   string $translation * [@param](https://wordpress.org/support/users/param/) string
   $text * [@param](https://wordpress.org/support/users/param/) string $domain *
   [@return](https://wordpress.org/support/users/return/) string */ function wpse_124400_woomessages(
   $translation, $text, $domain) { if ($domain == ‘woocommerce’) { if ($text == ‘
   Cart updated.’) { $translation = ‘Basket updated.’; } }
 *  return $translation;
    }
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Change 'Cart Updated' message](https://wordpress.org/support/topic/change-cart-updated-message/)
 *  Thread Starter [philhambley](https://wordpress.org/support/users/philhambley/)
 * (@philhambley)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/change-cart-updated-message/#post-4351411)
 * Thanks for your help ManusH (much appreciated), but I can’t help thinking that
   this is massive overkill for something that is such a small change.
 * I really don’t want to have to install an additional plugin (my whole site only
   uses 2 plugins – including Woocommerce) just to change the text on a message.
 * I’ve trawled and trawled the web looking for a simple answer to this, and am 
   amazed that there doesn’t seem to be anything written up about this.
 * Surely changing the message text is a common procedure for Woocommerce users?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Firefox logout Woocommerce](https://wordpress.org/support/topic/firefox-logout-woocommerce/)
 *  [philhambley](https://wordpress.org/support/users/philhambley/)
 * (@philhambley)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/firefox-logout-woocommerce/#post-4238381)
 * Many thanks Winnetou & William – I’d been struggling with this for several hours
   before finding your solution.

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