You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in client area, for certain Digicert certificates, the download of the already issued certificate is impossible.
this happens only for those certificates that are available in different .zip packages, and so the user needs to specify the preferred one
When the user is asked to choose the preferred format for .zip package to download, he's stuck in a modal frame, unable to go further
In Chrome console I can find a curious error (long story short: three different "submit" buttons, all of them using the very same id and the very same name), but I'm not sure it may be related to the issue:
[DOM] Found 3 elements with non-unique id #downloadcert: (More info: https://goo.gl/9p2vKq) <input type="submit" class="btn btn-primary" id="downloadcert" name="downloaddigicert" style="margin-top: 20px;" value="Download Certificate"> <input type="submit" class="btn btn-primary" id="downloadcert" name="downloaddigicert" style="margin-top: 20px;" value="Download Certificate"> <input type="submit" class="btn btn-primary" id="downloadcert" name="downloaddigicert" value="Download Certificate With CA Bundle">
The text was updated successfully, but these errors were encountered:
There's some kind of issue using this theme with the addon module from Thesslstore ( https://marketplace.whmcs.com/product/1050-the-ssl-store-whmcs-ssl-reseller-module )
Particularly:
In Chrome console I can find a curious error (long story short: three different "submit" buttons, all of them using the very same id and the very same name), but I'm not sure it may be related to the issue:
[DOM] Found 3 elements with non-unique id #downloadcert: (More info: https://goo.gl/9p2vKq) <input type="submit" class="btn btn-primary" id="downloadcert" name="downloaddigicert" style="margin-top: 20px;" value="Download Certificate"> <input type="submit" class="btn btn-primary" id="downloadcert" name="downloaddigicert" style="margin-top: 20px;" value="Download Certificate"> <input type="submit" class="btn btn-primary" id="downloadcert" name="downloaddigicert" value="Download Certificate With CA Bundle">
The text was updated successfully, but these errors were encountered: