[Solved] duplicate magento extensions [closed]

download the extension using this: http://freegento.com/ddl-magento-extension.php extract the content replace the content in all files from “Bkash” to “Bkash2” in files ie: the content of find . -type f | xargs sed -i “s/Bkash/Bkash2/g” replace all bkash to bkash2 in files find . -type f | xargs sed -i “s/bkash/bkash2/g” rename all files and directories … Read more