This document explains how to move the Product Designer App (PDA) plugin from one hosting environment to another, such as from a developer host to a live host.
Move Plugin Source Code #
First, copy the PDA plugin source code to the new host.
Steps:
- Log in to cPanel
- Open File Manager (or connect via FTP)
- Navigate to the folder:
Root/wp-content/plugins/product-designer-app- Copy and move this folder to the target host using the same directory path

Activate Plugin on New Host #
After moving the source code:
- Go to WordPress Admin Panel
- Navigate to Plugins → Installed Plugins
- Locate Product Designer App
- Click Activate
After activating the plugin, clear all site cache if any caching system is enabled.
Move PDA Plugin Data #
To move all PDA plugin data, you need to transfer both the database tables and the upload files.
Export Database #
Click Export to download the .sql file
Log in to cPanel
Open phpMyAdmin
Select the WordPress database
Search for tables with the prefix pda_
Select the required tables
Open the Export tab
Choose the export format

Import Database #
- Open phpMyAdmin on the target host
- Select the target WordPress database
- Open the Import tab
- Choose the downloaded
.sqlfile - Click Import to import the data

Move Upload Files #
- Log in to cPanel
- Open File Manager (or connect via FTP)
- Navigate to the folder:
Root/wp-content/uploads/product-designer-app- Copy and move this folder to the target host using the same directory path

Notes #
Clear cache after completing the migration to ensure the plugin works correctly.
The directory structure must remain unchanged on the new host.
Make sure the plugin is activated after all files and database tables are moved.