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

Brands + Custom Payment Support #278

Open
thubamamba opened this issue Feb 20, 2025 · 1 comment
Open

Brands + Custom Payment Support #278

thubamamba opened this issue Feb 20, 2025 · 1 comment

Comments

@thubamamba
Copy link

This is such a cool project. I do have 2 questions:

  1. How can we add brands to products? Most eCommerce platform have this support.
  2. How flexible is the project in adding custom payment gateways that aren't currently supported in the project?
@scottyzen
Copy link
Owner

Brand can be extended with ACF, and some of the GQL queries can be updated to include that data. You would also need to override some of the components to display the brand data. I've thought about adding this before, if there was a popular plugin for WooCommerce that was the standard it would be worth adding.

The payment gateways are a bit more complex. They would take a lot more custom code to integrate and there are so many different payment gateways that it's hard to even try to support them all. If you have one that is currently not supported or one that is not popular I would recommend just redirecting to the checkout page where the backend is hosted. So browsing and adding to the cart would be on the frontend and then when they go to checkout they would be redirected to the backend to complete the purchase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants