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');
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
- Log into your WordPress admin panel.
- Go to Plugins β Add New.
- Upload the Botoscope plugin ZIP file.
- Click Install Now, then Activate.
βοΈ Step 3: Run initial configuration
- In the WordPress admin panel, go to Botoscope β System Controls.
- Click the button βReset full bot data cacheβ.
- 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:
- Document link access type β
Full
- Pretty document links β
Yes
- 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.