Steps to Install Argento Theme in Magento 2

Purchase & Download Argento Theme

  • Visit https://argentotheme.com
  • Purchase the theme if you haven’t already.
  • You’ll get access to a ZIP package or installation files.

Upload Theme Files to Magento

  • Unzip the Argento package.
  • Connect to your server using FTP/SFTP or SSH.
  • Upload the theme files into the Magento root directory:
app/design/frontend/Swissup/
app/code/Swissup/

Argento comes with modules and themes, so make sure to upload both the code and design folders.

3️⃣ Run Magento CLI Commands

SSH into your Magento server and run the following:

php bin/magento setup:upgrade

php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush

4️⃣ Enable Argento Theme in Admin

  • Go to Admin Panel > Content > Design > Configuration
  • Choose the store view you want to apply the theme to (e.g., Default Store View)
  • Under “Applied Theme”, choose your Argento theme (like Argento Essence, Argento Flat, etc.)
  • Save configuration

5️⃣ Customize Argento Theme

  • Navigate to Swissup > Argento > Theme Settings in the admin panel to configure layout, header, footer, fonts, etc.
  • You can also install sample data if needed (optional but helpful during development)

6️⃣ Recheck Cache and Static Files

To make sure everything looks perfect:

php bin/magento cache:clean

php bin/magento setup:static-content:deploy -f

🛠️ Optional (Install Argento Sample Data)

  • SwissUp provides a sample data module to install demo content.
  • You can enable it using:

php bin/magento swissup:sampledata:install argento

Leave a comment

Your email address will not be published. Required fields are marked *