Q. How can I get license key for my development website?
A. If you want to get the license key for the developer website, please contact our team at
core@scommerce-mage.com along with order number and development site URL.
The developer website can be on a separate Magento installation than your base domain for which the license was purchased
Q. Can I test the extension before buying?
A. Unfortunately we can't provide you extension for testing purposes but we have demo available for most of our extensions and happy to provide full refund if the extension doesn't work
Q. Can I request for customisation on your extensions?
A. Yes we do provide all sort of customisation for our clients at the reasonable rates. And if we believe the customisation will help our product then we also provide great discount on the customisation
Q. I have two live domains, do I need a separate license key for each live domain?
A. Yes you need to buy a separate license key for each live domain (www.site.com) or sub-domain (de.site.com) or subfolder (www.site.com/de). If you are buying licenses for more than four live sites in one transaction then we can offer you 30% discount on total amount
Q. How can I upgrade my extension to the latest version?
A. If your extension is within the free upgrade period (12 months from purchased date) then simply email us with your order number and our team will send you the latest version of the extension but if it is outside free upgrade period then you need to buy an upgrade using the following link
https://www.scommerce-mage.com/magento-extension-installation-service.html
Once you received the latest version of our extension then we would highly recommend to delete all the files and folder of our extension from your website first before uploading the latest version because we might have removed existing files and keeping existing files could cause problems on your website.
Q. Does my license get expired after certain period?
A. No, your license is not going to get expired but we would highly recommend upgrading to get all the latest fixes (including security fixes if any), improvements and new features. In the upgrade, we also ensure it is compatible with the latest version of Magento and when you upgrade you will have a smooth transition.
Q.Can you please advise on the below error we see when running “composer update” or “composer require” command for any module:
Warning from Private Packagist : Organization customer-2157 does not exist or you do not have access to it.
[Composer\Downloader\TransportException]
The https://scommerce-mage.repo.packagist.com/customer-2157/packages.json file could not be downloaded (HTTP/2 404 ):
{"packages":{},"warning":"Organization customer-2157 does not exist or you do not have access to it."}
A. The reason you don’t see token in auth.json in your Magento root folder because it is getting saved in global auth.json because of –-global flag
composer config --global --auth http-basic.scommerce-mage.repo.packagist.com token
If you want to save it in Magento root folder you can simply remove global flag, like this -:
composer config --auth http-basic.scommerce-mage.repo.packagist.com token
Q. Do you support HYVA theme?
A. Currently we don’t support HYVA theme but we are in process of converting our extensions to support this theme in future.
Q. Do you support SPA (Single Page Application) / PWA (Progressive Web Application) / AMP ?
A. Unfortunately, we don’t support SPA or PWA or AMP but we may be supporting them in future depending upon the demand.
Q.Where can I download the extension files?
A. Please login into your account on our website and go to the download link under my account section to download the extension package.
Q.Can you provide a key that works for our development (NOT PRODUCTION) environment which will work on a dynamic URL, for example, 12334.gitpod.com and 4567.gitpod.com?
A. Unfortunately it is not possible to generate license keys based on the dynamic URLs.
License keys need to be generated per domain or subdomain whether it is production or non-production.
Q. How can I manually uninstall your module?
A. Please follow the below steps -:
Step 1: Navigate to our store and login to your account. Then go to the My Account Section, on the left menu click on
Composer Instructions.
Step 2: Next, run the config commands shown on the top of the page then click on the extension that you want to install. A composer require command will be revealed in the dropdown menu. Run the command then clear caches to complete the installation.
Q. Why is the extension not appearing on the frontend?
A. Please double check the installation guide. If you are using a custom theme, you will need to follow the process closely to ensure it appears correctly.
Q. Can I Create Affiliate Code using this module?
A. Yes, you can create affiliate code using this module. You need to pass 'referral_source' with the URL which will create a cookie with same name and value that will be captured agains the order in the sales order grid. for eg:- https.test.com?referral_source=test once you visit the URL a session cookie named referral_source with value test is created in the browser. Now once you place the order this value is stored against the order in the sales order grid.