Created
December 8, 2018 07:42
-
-
Save mdpuma/81aac63965beb6a3c3e094f403d18cea to your computer and use it in GitHub Desktop.
hide ns1 ns2 prefix on order form whmcs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /templates/orderforms/standard_cart/configureproduct.tpl | |
$("#inputNs1prefix").val('ns1'); | |
$("#inputNs2prefix").val('ns2'); | |
$("#inputNs1prefix").parent().parent().parent().css("display", "none"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment