Skip to content

bkrishnan/polyglot-functions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polyglot Shopify Function Examples

In this repo I will be demonstrating how to create Shopify Functions in various language toolchains.

Function requirements

IF customer has VIP metafield with a value of 'true'
AND products in their cart with tag X have a total of more than $Y
THEN discount the order by Z%

Implemented functions

You can find the function implementations in the app.

Codelabs

You can get step by step instructions for these examples in the published codelabs.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 55.8%
  • JavaScript 33.2%
  • SCSS 4.8%
  • HTML 2.9%
  • Zig 1.2%
  • TypeScript 1.0%
  • Other 1.1%