How to show the pricing table open by default - xmpie-users/uStore-js GitHub Wiki
If you want to show the pricing table open, use this script
setTimeout (function () {$("#ctl00_cphMainContent_trPricingTable").show()}, 1000)
If you want to show the pricing table open, use this script
setTimeout (function () {$("#ctl00_cphMainContent_trPricingTable").show()}, 1000)