Skip to content

Demo for native extra fields usage#246

Open
Jeremie-Kiwik wants to merge 3 commits into
PrestaShop:masterfrom
Jeremie-Kiwik:pr-demoextrafield
Open

Demo for native extra fields usage#246
Jeremie-Kiwik wants to merge 3 commits into
PrestaShop:masterfrom
Jeremie-Kiwik:pr-demoextrafield

Conversation

@Jeremie-Kiwik
Copy link
Copy Markdown

Questions Answers
Description? Add a demo module for extra fields usage on PrestaShop
Type? new feature
BC breaks? no
Deprecations? no
Fixed ticket? Example usage of PrestaShop/PrestaShop#41092
Sponsor company KIWIK
How to test? See demoextrafield/README.md

$this->version = '1.0.0';
$this->author = 'PrestaShop';
$this->need_instance = 0;
$this->ps_versions_compliancy = ['min' => '9.1.0', 'max' => '9.9.99'];
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
$this->ps_versions_compliancy = ['min' => '9.1.0', 'max' => '9.9.99'];
$this->ps_versions_compliancy = ['min' => '9.2.0', 'max' => '9.9.99'];

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

wip work in progress

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants