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');
โœ… 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
0
Awesome! 
Error!