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

[Docs] Ecommerce framework yaml not working #12082

Closed
fashxp opened this issue May 10, 2022 Discussed in #12001 · 1 comment · Fixed by #12148
Closed

[Docs] Ecommerce framework yaml not working #12082

fashxp opened this issue May 10, 2022 Discussed in #12001 · 1 comment · Fixed by #12148
Assignees
Labels
Milestone

Comments

@fashxp
Copy link
Member

fashxp commented May 10, 2022

Discussed in #12001

Originally posted by langert April 28, 2022
Is there a working example for ecommerce framework?

Using
bin/console config:dump-reference pimcore_ecommerce_framework
generates a yaml that causes different errors:

noShipping: { price_calculator: { factory_id: PriceCalculatorFactory, modificators: '~' } }
=> error on array to string conversion

# Placeholder values in this tenant attributes definition (locale: "%%locale%%") will be replaced by the given placeholder value (eg. "de_AT")
placeholders:

  # Example:
  placeholders:        { '%%locale%%': de_AT }

=> error (placeholder key is doubled)

token_managers: 
 name: ~

=> error (should not be null) - same for pricing_manager ...

What is the correct way to get a working example in a blank pimcore installation?

Thx, Timo

@dvesh3
Copy link
Contributor

dvesh3 commented May 19, 2022

Fixed by #12148

@dvesh3 dvesh3 closed this as completed May 19, 2022
@fashxp fashxp added this to the 10.4.2 milestone May 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants