Akshay
Akshay
Not closing Suggestion list when outside click or input blur
**Describe the bug** I am trying to query the product list with sort by price and categoryId. but after I call the next page by adding endCursor it seems to...
**Describe the bug** Getting Nonce verification failed on customerRegistration mutation. **To Reproduce** Steps to reproduce the behavior: There is no specific steps to reproduce. just triggered this customerRegistration mutation with...
**Describe the bug** Cart not getting empty after checkout mutation Using this mutation with the custom payment method. checkoutMutation({ variables: { input: { billing: checkoutData.customer.billing, isPaid: true, clientMutationId: "testcartcheckout", paymentMethod:...
How can we add new orderby enum to existing enum values to ProductsOrderByEnum. i have tried graphql_enum_values filter but no luck.
AddToCart mutation adding color attribute by default. i am sending following input but still all products in cart getting default attribute which is pa_color: white. { "input": { "productId": 332,...
**Describe the bug** I am trying to use graphql_product_connection_query_args filter like this - add_filter( 'graphql_product_connection_query_args', function ( $query_args, $source, $args, $context, $info ) { if ( 'auction' !== $source->type )...
VIDEOJS: ERROR: The "youtube" tech is undefined. Skipped browser support check for that tech in angular 7 "video.js": "^7.8.4", "videojs-youtube": "^2.0.8",
Getting could not get binary hash.Error: Could not get binary hash. Update download is successful but not applying. I have tested this on both debug mode, release mode. even tested...
Does this plugin have any support for social login like Facebook and google? is it feasible to extend this plugin to have support for social auth. Thanks