-
Notifications
You must be signed in to change notification settings - Fork 148
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
Any possible to change the design (Add a design and functionality) ? #314
Comments
Hey Sankar, |
@Jwhiles Thanks for your response. I mean, I m using the ecommerce app base package (https://www.npmjs.com/package/@contentful/ecommerce-app-base) to populate the products in contentful dialogue modal. I want to customize the design and need to add some functionality like the below image, |
Hey @sankar9659 thanks for the detailed explanation. I think it's unlikely at this point that we'll add functionality like this to the ecommerce app base packages. However, the Cheers, |
Yes, I have passed some props to the render sku picker like below code,
You mean I dont need use the renderSkuPicker and I will create a custom design and functionality right? |
But I need the existing functionality also, (when i select a product, the product id stored in contentful, then I can save the selected products and publish that), Can you please give a documentation or example code to implement this? |
@Jwhiles Any possible to implement this? |
I'm using the package to show and publish the products.
Its working fine now.
I want a new feature like I want to add a dropdown in the dialogue box, In that dropdown I ll show some items,
When I select the item, I want to show the products based on the dropdown field, Is this possible?
The text was updated successfully, but these errors were encountered: