Title: 2ByteCode's Replies | WordPress.org

---

# 2ByteCode

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] WooCommerce app login issue](https://wordpress.org/support/topic/woocommerce-app-login-issue/)
 *  [2ByteCode](https://wordpress.org/support/users/2bytecode/)
 * (@2bytecode)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/woocommerce-app-login-issue/#post-18017602)
 * This solution worked for us too. Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Awesome Support - WordPress HelpDesk & Support Plugin] Products slug changed to default](https://wordpress.org/support/topic/products-slug-changed-to-default/)
 *  Thread Starter [2ByteCode](https://wordpress.org/support/users/2bytecode/)
 * (@2bytecode)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/products-slug-changed-to-default/#post-16873117)
 * Never mind. I figured it out by looking into the code. Actually there are 2 ways
   to accomplish it. I am mentioning it here in case if anyone else need a solution
   to this issue in future.
 * **Solution 1:**
 * Changed the slug in Tickets -> Settings -> Products Management -> Slug to the
   same value you have used for the **Custom Base** under product permalink. In 
   my case I havd used ‘service’.
 * **Solution 2:**
 * Add the below code in wp-config.php file
 * `define( 'WPAS_PRODUCT_SLUG', 'service' );`
 * **PS:** Please go to the WordPress SETTINGS->PERMALINKS page and click the save
   button to force WP to update its configuration with your new value.
 * Thanks

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