These license keys are URL-specific and call to our license server so if you are using it on a development or staged site, we will need to set up SOPC license keys for those URLs as well.
Port numbers included in URLs do NOT work with Smart OPC licenses at this time.
Set the Vortx.OnePageCheckout.LicenseKeySetting to the license key value you received from AspDotNetStorefront in step 1.
Search for Vortx.OnePageCheckout.ShowEmailPreferencesOnCheckout and set it true if you would like your customers to be asked if it is okay to email them. Set it to false if you do not want the option to show.
If you are configuring your site for use only in the UK, change the Setting value for Vortx.OnePageCheckout.AddressLocale to UK. Otherwise, leave it set to US.
Click the Refresh Store button in the top right of the admin console.
For custom skins, such as those from a previous version or add-on, you may need to add this jquery reference to the head of your template.master file that is used when the Smart OPC is operating:
<%-- jQuery is required inversions 9.4 and higher --%><br>
adnsf$ = jQuery; <%-- to avoid conflicts withexisting jQuery versions and other javascript frameworks, change thisline to adnsf$ = jQuery.noConflict(); --%><br>
</script>
Testing the one page checkout
Open the front end of your website in a browser.
Add an item to your cart and proceed to checkout.
Test your new checkout process.
You’re done!
Editing the Smart OPC Customer Service panel
You can edit the information in the Customer Service panel by modifying the topic OPC.CustomerServicePanel
All other text in the Smart OPC can be edited through the appropriate Prompts.
MultiStore Configuration
To install the Smart One Page Checkout module on a Multi-Store site, simply set the store-specific version of the Vortx.OnePageCheckout.LicenseKeySetting to the value of the key you got from AspDotNetStorefront for that store. Those keys are domain-specific, each can only be used for a single domain.
Obtain a new license key for each store from AspDotNetStorefront.
In the admin console, navigate to Configuration > Settings. Search for Vortx.OnePageCheckout.LicenseKey.
Set the value for the store you are enabling SmartOPC on to the new key you were given
Click Save.
Make sure that the Checkout.Type Setting is set to SmartOPC for the store you are enabling it on.
Notes
SmartOPC makes extensive use of javascript and AJAX. Sites that have been customized to use these technologies beyond what the core software does should test SmartOPC extensively before 'going live' with it, to ensure there are no conflicts.