Skip to content

Instantly share code, notes, and snippets.

@mvcypriano
Last active April 29, 2019 22:32
Show Gist options
  • Save mvcypriano/ebfed7fe8b3174d7b5a97beff49309ea to your computer and use it in GitHub Desktop.
Save mvcypriano/ebfed7fe8b3174d7b5a97beff49309ea to your computer and use it in GitHub Desktop.
item_id = "131131"
initial_coda = "000101"
name = "panthene"
store_id = 6
tag_quantity = 15
def zpl_generator(item_id,initial_coda,name,store_id,tag_quantity)
"^XA\n^CI28\n^LT44\n^LS-8\n^RS8,b0,,1,p,,,2\n\n\n^RFW,^FT8,0 H^FD5A61697474"
+item_id
+initial_coda
+"^SFdddddddddddddddddddddddd,1^FS\n^FT8,44^A0N,20,20^FH\^FD5A61697474"
+item_id
+initial_coda
+"^SFdddddddddddddddddddddddd,1^FS\n^FT8,108^A0N,40,40^FH\^FD"
+name
+"^FS\n^FT500,125^BQ,2,4^FDzaitt.com.br?"
+store_id
+"/"
+item_id
+"^FS\n^FT40,656^BQ,2,4^FDzaitt.com.br?"
+store_id
+"/"
+item_id
+"^FS\n\n^FWI,\n^FT 630,536^A0,40,40^FH\^FD"
+name
+"^FS\n^FT630,600^A0,20,20^FH\^FD5A61697474"
+item_id
+initial_coda
+"^SFdddddddddddddddddddddddd,1^FS\n\n\n\n^PQ"
+tag_quantity
+"\n^XZ"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment