Last active
December 20, 2015 08:49
-
-
Save Hendy/6102934 to your computer and use it in GitHub Desktop.
Tea Commerce Shipping Method Selector (using uComponents SQL DropDownList)
This file contains 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
SELECT Name AS 'Text', | |
Alias AS 'Value' | |
FROM TeaCommerce_ShippingMethod | |
WHERE IsDeleted = 0 | |
ORDER BY Sort |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment