Remove JoomShopping Copyright
You should purchase license to hide or remove JoomShopping footer copyright message - Copyright mAXXmarketing Webdesigner GmbH.
In case, you want to remove from the code, follow these steps.
Step 1
In your Joomla installation, navigate to the following directory and edit functions.php file.
/components/com_jshopping/lib/functions.php
Step 2
Find below line of code (use ctrl + F)
Print $ conf-> copyrightText;
Comment out the line like this:
// Print $ conf-> copyrightText;
Refresh the page and the footer should have gone.