What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Barcode

U0289CFLBAT
U0289CFLBAT Posts: 13 πŸ§‘πŸ»β€πŸš€ - Cadet

https://github.com/spryker/code-it-now
https://github.com/codeitnowin/barcode-generator

Barcode generator have been taking down due to DMCA and CodeItNow Module is depend on it...
Does Spryker aware of this?

Comments

  • UKS668UPP
    UKS668UPP Posts: 13 πŸ§‘πŸ»β€πŸš€ - Cadet

    saw that this morning, any alternatives other than removing spryker/code-it-now and spryker-feature/product-barcode as project dependencies?

  • UKTSRTD5M
    UKTSRTD5M Posts: 77 πŸ§‘πŸ»β€πŸš€ - Cadet

    This is a major, urgent issue. Spryker: pls let us know what you are planning to do.

  • UKS668UPP
    UKS668UPP Posts: 13 πŸ§‘πŸ»β€πŸš€ - Cadet
  • U02JFSG1G1J
    U02JFSG1G1J Posts: 2 πŸ§‘πŸ»β€πŸš€ - Cadet
    edited April 2022

    Our team removed spryker/code-it-now as temporary workaround, it seems unnecessary for the spryker shop so It would work fine

  • U013X7VL20K
    U013X7VL20K Posts: 24 πŸ§‘πŸ»β€πŸš€ - Cadet

    same for me. we planned a production deployment this morning which failed

  • Alberto Reyer
    Alberto Reyer Posts: 690 πŸͺ - Explorer
    edited April 2022

    composer remove --no-update --no-install spryker/code-it-now spryker/barcode spryker-shop/barcode-widget spryker/barcode-extension spryker/sales-return-gui adapting the config/Zed/navigation.xml to remove <returns> from, removing BarcodeDependencyProvider.php , ProductBarcodeWidget from ShopApplicationDependencyProvider and removing line 51 (return => ...) from SalesConfig.php did it for our project.
    Be careful this will disable the return management in the backoffice as this is hard coupled against the barcode functionality.

  • U013X7VL20K
    U013X7VL20K Posts: 24 πŸ§‘πŸ»β€πŸš€ - Cadet

    removing a complete module from a qa tested release which is completely tested and about to be deployed is not a good idea from my point of view.

  • U013X7VL20K
    U013X7VL20K Posts: 24 πŸ§‘πŸ»β€πŸš€ - Cadet
  • Thomas Lehner
    Thomas Lehner Support Engineer @ Spryker Posts: 289 πŸ› - Council (mod)

    @U02HUB6CBC5 can you check this and forward internally

  • Sri Vadlamudi
    Sri Vadlamudi Sprykee Posts: 5 πŸ§‘πŸ»β€πŸš€ - Cadet
    edited April 2022

    @tom.lehner I'm on it

  • UKTSRTD5M
    UKTSRTD5M Posts: 77 πŸ§‘πŸ»β€πŸš€ - Cadet

    FYI: We are using the spryker/barcode module to generate barcodes... For us, removing is not an option, we would need some replacement. If Spryker is not able to provide an updated version of the barcode module this would cause real trouble and efforts on our side. @UJRNJNGNN: Is there any timeline when we can expect a buildable replacement version of the module?

  • UKS668UPP
    UKS668UPP Posts: 13 πŸ§‘πŸ»β€πŸš€ - Cadet
  • Sri Vadlamudi
    Sri Vadlamudi Sprykee Posts: 5 πŸ§‘πŸ»β€πŸš€ - Cadet

    @UKTSRTD5M We are working on it and will share an update here as soon as possible.

  • U01F7P3D9NH
    U01F7P3D9NH Posts: 60 πŸ§‘πŸ»β€πŸš€ - Cadet

    If someone needs the vendor folder for temporary local fix, please ping here

  • Thomas Lehner
    Thomas Lehner Support Engineer @ Spryker Posts: 289 πŸ› - Council (mod)

    Official communication is drafted currrently and will be shared here, as well as on the support portal with mitigation steps, as well as outlook

  • giovanni.piemontese
    giovanni.piemontese Spryker Solution Partner Posts: 871 πŸ§‘πŸ»β€πŸš€ - Cadet

    Code It Now V. 1.0.1 is released from Spryker

    https://github.com/spryker/code-it-now/releases/tag/1.0.1

    ...But... we use barcode in our project to export product barcode pdf for B2B Customers...

    The solutions from Spryker is really a temp workround about me... and breaks our feature!

    We implement an alternative self... 😞 at this point.... Or Spryker wants implement an alternative in few days?

  • giovanni.piemontese
    giovanni.piemontese Spryker Solution Partner Posts: 871 πŸ§‘πŸ»β€πŸš€ - Cadet
    edited April 2022

    ... and B2B Shop use Barcode generator for ShoppingList Export!

    I.e. -> https://www.de.b2b.demo-spryker.com/en/shopping-list/print/4

  • UKTSRTD5M
    UKTSRTD5M Posts: 77 πŸ§‘πŸ»β€πŸš€ - Cadet

    @UL65CH0MC: So are we - and we need a working solution as well. The solution in 1.0.1 does not help us at all. Also it should be a relatively quick implementation. So perhaps we can share our solutions (e.g. what new dependency to bring in)?

  • giovanni.piemontese
    giovanni.piemontese Spryker Solution Partner Posts: 871 πŸ§‘πŸ»β€πŸš€ - Cadet

    We implement now an alternative... we tested picqer/php-barcode-generator and it works well...

    in 30 min can i send u a git patch file if u want

  • U013X7VL20K
    U013X7VL20K Posts: 24 πŸ§‘πŸ»β€πŸš€ - Cadet

    at least it helps those who dont rely on barcode module

  • giovanni.piemontese
    giovanni.piemontese Spryker Solution Partner Posts: 871 πŸ§‘πŸ»β€πŸš€ - Cadet

    @U013X7VL20K of course..

  • UKTSRTD5M
    UKTSRTD5M Posts: 77 πŸ§‘πŸ»β€πŸš€ - Cadet

    @UL65CH0MC: this would be great, thanks.

  • Thomas Lehner
    Thomas Lehner Support Engineer @ Spryker Posts: 289 πŸ› - Council (mod)
  • giovanni.piemontese
    giovanni.piemontese Spryker Solution Partner Posts: 871 πŸ§‘πŸ»β€πŸš€ - Cadet

    Is anyone interested in patch file? Please ping me !

    The alternative is implemented with this library at the moment -> https://github.com/picqer/php-barcode-generator

    Please be aware of Library License πŸ™‚ πŸ˜› -> https://github.com/picqer/php-barcode-generator/blob/main/LICENSE.md