Installing Botoscope on your WooCommerce store

Once you’ve created your bot (with the β€œWithout admin panel” option), follow these steps to connect your WooCommerce site to Botoscope:

πŸ›  Step 1: Edit your wp-config.php file

On your server, open the wp-config.php file of your WordPress installation and add the following lines before the line:

/* That's all, stop editing! Happy publishing. */

Use the following code (example values shown):

define('BOTOSCOPE_BOT_TOKEN', '123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11');
define('BOTOSCOPE_BOT_USERNAME', 'myshop_bot');
define('BOTOSCOPE_PROXY_SERVER', 'https://c12-t2hx7w.s2.botoscope.com');
define('BOTOSCOPE_CLIENT_API_KEY', '0984d076-7680-49f6-91b5-l47bcc53c791');
define('BOTOSCOPE_CLIENT_PASS', '6Jw6rzVxfdjwBEMtxtl');
define('BOTOSCOPE_MODE', 'bs');
βœ… Where to find this data?
After activating your bot in the Botoscope system, you will see all required credentials (token, username, proxy server, API key, and client pass) directly in your dashboard.
Just copy them and paste into your wp-config.php file.

πŸ“¦ Step 2: Install the Botoscope plugin

  1. Log into your WordPress admin panel.
  2. Go to Plugins β†’ Add New.
  3. Upload the Botoscope plugin ZIP file.
  4. Click Install Now, then Activate.

βš™οΈ Step 3: Run initial configuration

  1. In the WordPress admin panel, go to Botoscope β†’ System Controls.
  2. Click the button β€œReset full bot data cache”.
  3. Wait a few seconds β€” the site will synchronize with your Telegram bot.

βœ… You’re done!

Your bot is now connected to your WooCommerce store.

You can now:

  • Add and manage products
  • Configure payment systems
  • Control categories and pricing
  • And much more β€” based on your business needs

πŸ”§ Additional Features & Recommendations

🧩 Product Filtering

If you want to add advanced product filtering, install the
HUSKY – WooCommerce Products Filter Professional plugin:
πŸ”— https://products-filter.com/downloads

πŸ’± Currency Switching

If you want your customers to switch between currencies, install the
FOX – WooCommerce Currency Switcher Professional plugin:
πŸ”— https://currency-switcher.com/downloads

πŸ“„ PDF Invoice Download for Customers

If you want customers to be able to download PDF invoices from the order page or email, install the plugin:
πŸ”— WooCommerce PDF Invoices & Packing Slips

After installation, go to wp-admin/admin.php?page=wpo_wcpdf_options_page β†’ Advanced tab and apply the following settings:

  1. Document link access type β†’ Full
  2. Pretty document links β†’ Yes
  3. In tab Tools β†’ Generate random temporary directory

After you have installed one or all of the recommended plugins, go to the Botoscope settings, open the System Controls tab, and click the “Reset full bot data cache” button.

1
Awesome! 
Error!