Kallef Alexandre
Kallef Alexandre
I did some tests on both themes, default and simplica, and it seems to work (:
which place do you need to inject the style through? of an extension? via php? Or does this style only belong to this theme? An idea would be to rephrase...
but don't just tie the `header` and` footer` places, it is good to make it dynamic to any position, so the code, you define both header and footer, but lets...
```php interface TypeAssetsInterface{ public function render($href, $rel = null, $media = null); } class ScriptType implement TypeAssetsInterface { public function render($href) { return ''; } } $this->document->addAssets('http://...', ScriptType::class); ``` Too...
need more information about your extension, execute dump the variable `$this->extensionItem` in line 96 https://github.com/copona/copona/blob/master/system/library/Extension/ExtensionBase.php#L96
need to teste the adaptations I've made, I'm out of time, sorry
@konorws similar problem https://github.com/copona/copona/issues/214
Hard to make some change without losing compatibility with something old, what we can do in this case is to preserve the models and old bank driver, but modify the...
1. We have not yet created any releases, and the source should not be versioned of the composer dependency. 4. What is the error that phinx presents? 5. What .env...
I only tested on home, when adding a direct product without accessing the internal one.