Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support SFRA 7 #1073

Merged
merged 2 commits into from
Apr 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions metadata/site_import/meta/system-objecttype-extensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -645,8 +645,8 @@
<min-length>0</min-length>
</attribute-definition>
<attribute-definition attribute-id="Adyen_SFRA6_Compatibility">
<display-name xml:lang="x-default">SFRA v6 compatibility enabled </display-name>
<description xml:lang="x-default">This setting should be enabled when using SFRA v6. Otherwise it should be disabled</description>
<display-name xml:lang="x-default">SFRA v6/v7 compatibility enabled </display-name>
<description xml:lang="x-default">This setting should be enabled when using SFRA v6 or v7. Otherwise it should be disabled</description>
<type>boolean</type>
<mandatory-flag>false</mandatory-flag>
<externally-managed-flag>false</externally-managed-flag>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
</div>
</div>
<div class="form-group">
<label class="form-title mb-0" for="sfraCompatibility">Storefront Reference Architecture (SFRA) - version 6</label>
<small id="sfraCompatibilityHelp" class="form-text mb-1"><a class="text-primary" href="https://developer.salesforce.com/docs/commerce/sfra/guide/sfra-faq.html" target="_blank">SFRA</a> combines best practices in site design and technical architecture so you can customize your store’s website. This setting should only be enabled if you’re using SFRA v6.</small>
<label class="form-title mb-0" for="sfraCompatibility">Storefront Reference Architecture (SFRA) - version 6 or 7</label>
<small id="sfraCompatibilityHelp" class="form-text mb-1"><a class="text-primary" href="https://developer.salesforce.com/docs/commerce/sfra/guide/sfra-faq.html" target="_blank">SFRA</a> combines best practices in site design and technical architecture so you can customize your store’s website. This setting should only be enabled if you’re using SFRA v6 or v7.</small>
<div class="radio-buttons">
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="Adyen_SFRA6_Compatibility" id="sfraYesRadio" value=true ${AdyenConfigs.getAdyenSFRA6Compatibility() ? 'checked': ''}>
Expand Down
Loading