-
Notifications
You must be signed in to change notification settings - Fork 20
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
The child node "product_family_provider" at path "leaphly_cart" must be configured. #7
Comments
Hi Francesco, For example in the sandbox is used here: https://github.com/leaphly/leaphly-sandbox/blob/master/src/Acme/CartBundle/Resources/config/mongodb.xml#L19 The family provider must extend this interface https://github.com/leaphly/CartBundle/blob/master/Provider/ProductFamilyProviderInterface.php and a simple one is here: https://github.com/leaphly/CartBundle/blob/master/Provider/ClassNameProductFamilyProvider.php What it does: eg: Is it make sense to you? |
hi i know this is kind of old but I'm stuck on product_family_provider to!! and do I relay need it because i have categories for products i don't need types!! I moved from sylius cart because it lacks of documentation in hope i will find simpler cart system can u please provide me good documentation so I can enable Leaphly Cart Bundle |
@atheleron I'm really sorry for this trouble this bundle is under heavy dev. |
Hi how can i remove the product_family_provider or remove the error? I need to know i think it's blocking a lot of ppl Greetings |
Hi, The family provider must extend this interface https://github.com/leaphly/CartBundle/blob/master/Provider/ProductFamilyProviderInterface.php and a simple one is here: https://github.com/leaphly/CartBundle/blob/master/Provider/ClassNameProductFamilyProvider.php and then configured here: |
Thank you @liuggio working now |
hi @liuggio the links are 404, i have this error. |
i found the classprovider, but how can i extend them? where do i get documentation |
Note: On Sun, Sep 7, 2014 at 2:43 AM, piux [email protected] wrote:
liuggio_______________ /|_ We reject kings, presidents and voting. |
Matthers of the mind people treat me like I'm def dumb and blind this life is hard to devine .. rolling with github because we ahead of our time ..catch us on the grind ... Never shameful always Shine... Focusing on our state of mind |
What about the product_family_provider? I can't find any ref about it in the documentation, Am I missing something?
The text was updated successfully, but these errors were encountered: