Skip to content

Instantly share code, notes, and snippets.

@Hendy
Last active December 20, 2015 08:49
Show Gist options
  • Save Hendy/6102934 to your computer and use it in GitHub Desktop.
Save Hendy/6102934 to your computer and use it in GitHub Desktop.
Tea Commerce Shipping Method Selector (using uComponents SQL DropDownList)
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