search_box

TikTok Magento Installation Steps

Method 1: Installation Through Composer Link

To install the TikTok Marketplace extension using Composer, follow these steps:

Step #1 – Add the following link to your Composer configuration. This link will enable you to install the extension seamlessly via Composer.

https://tiktokshop.cifapps.com/connect-magento-store

Method 2: Complete Manual Installation

Installing the TikTok Module manually is an easy task. Follow these simple steps to install the TikTok Marketplace extension in your Magento store effortlessly.

Step #1 –  Firstly move to the Magento root directory by navigating to: /var/www/html/magentorootdirectory.

Note* – The above path will differ in your case.

Step #2 – Now within the app folder in the Magento root directory, create  a new folder named “code. Inside the “code” folder, create another folder with Vendor name of module i.e., “Ced”. Then create two sub folders for module name i.e., ConnectBase & ConnectTikTok.

So, the final directory are :

{magento_root_dir}/app/code/Ced/ConnectBase

{magento_root_dir}/app/code/Ced/ConnectTikTok

Step #3 – Now move/paste the base module & TikTok module files & folder inside ConnectBase & ConnectTikTok folder respectively.

registration.php file should be in parallel to app/code/Ced/ConnectBase path.

Once you have pasted the file open the command prompt. Now, change to the magento root directory with the help of below commands.

Simply run the below commands one by one.

  • php bin/magento setup:upgrade
  • php bin/magento setup:di:compile
  • php bin/magento setup:static-content:deploy-f
  • php bin/magento indexer:reindex
  • php bin/magento cache:flush

Step #4 – Open Magento and there you will find the extension named TikTok Marketplace

Yes No Suggest edit
Suggest Edit