Armin Rezayati
Armin Rezayati
Please take a look at the following referenced pull requests: - Migrate all the pages in wicked.portal to using the BS4 classes apim-haufe-io/wicked.ui#39 - Migrate the pages of wicked.portal-auth to...
@Dave-Vallance Any chance for this pull request to be merged into the master?
@exptom Did you got a workaround for this? It's very annoying.
This is a quick hack for anyone who want to add 'enum' field to a postgresql table. Use `execute` method to create enum type and then alter table: ``` $this->execute("create...
So, is there a guideline or any other helpful resource to implement new payment gateways? Would you I have some help or any start point to start implementing custom payment...
@AugmentBLU @alecritson @glennjacobs I've written a [GetCandy Purchase Limit Addon](https://github.com/armezit/getcandy-purchase-limit/) for multiple kinds of purchase limits. It injects some Rule classes into the Cart/CartLine modifiers pipeline to check various purchase...
@glennjacobs @alecritson I think it's better to leave the core as it is currently and don't make it fat by such kind of features. Addons would be best suited for...
> @armezit That looks pretty nice, unfortunately it doesn't appear to be working with a fresh install of GetCandy for some reason. I don't see any options anywhere and no...
This is a duplicate of the issue #608
I have this problem too. Maybe it's better add edit URL to variant thumbnail (in addition to SKU), or the @CWFranklin suggestion.