mogilabs/module-barcode

N/A

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:magento2-module

1.0.0 2021-09-03 09:59 UTC

This package is not auto-updated.

Last update: 2024-04-13 21:01:50 UTC


README

Barcode generator action module

Usage in CMS Pages

Slash Delimited Query Parameter Pairs

<p>
  <img src="{{store url='barcode/barcode/generate/f/png/s/code39/d/12345'}}"/>
</p>

Traditional Query Parameters

<p>
  <img src="{{store url='barcode/barcode/generate?f=png&s=code39&d=12345'}}"/>
</p>

Frontend Result

Screen Shot 2021-09-03 at 2 30 56 AM