wp-graphql-woocommerce icon indicating copy to clipboard operation
wp-graphql-woocommerce copied to clipboard

Add WooCommerce support and functionality to your WPGraphQL server

Results 188 wp-graphql-woocommerce issues
Sort by recently updated
recently updated
newest added
trafficstars

If I change the delivery address, what mutation should I use to get the recalculated amount, while taking into account the zone?

question

**Is your feature request related to a problem? Please describe.** Many frontend graphql clients require modifying the fetch function to get access to response headers and then we have to...

awaiting author response
feature request

I'm having this error when running GraphiQL IDE "Name \"___________________________\" must not begin with \"__\", which is reserved by GraphQL introspection." ![image](https://user-images.githubusercontent.com/15492290/177147343-42879083-038a-4e51-945d-f76481a7f8ff.png) WP GraphQL Version 1.8.6 WPGraphQL WooCommerce (WooGraphQL) Version...

bug

**Describe the bug** I can't query posts by custom taxonomy on products, but it works on posts. ```gql # This pattern works for ordinary posts query WorksFine { posts {...

**Is your feature request related to a problem? Please describe.** Some customers wan't to add TAX number to order. **Describe the solution you'd like** I wan't add taxNumber field to...

question

When I log in ``` mutation LoginUser { login( input: { clientMutationId: "1214", username: "[email protected]", password: "nenado" } ) { authToken user { id name } } } ``` Then...

bug
needs researched

When querying customer orders, I'm trying to get the order notes but the query returns an empty array. Here's the query : ``` query getCustomer($id: ID!) { customer(id: $id) {...

bug

**Describe the bug** When i select paypal as payment option I do not get the paypal pop up. It just processes the order. **Expected behavior** Should get paypal popup **Plugin...

question

**Is your feature request related to a problem? Please describe.** For example I want to filter products based on a particular attribute. The reason why is to have the "filter"...

feature request

### Your checklist for this pull request Thanks for sending a pull request! Please make sure you click the link above to view the contribution guidelines, then fill out the...