laravel-woocommerce icon indicating copy to clipboard operation
laravel-woocommerce copied to clipboard

WooCommerce Rest API for Laravel

Results 53 laravel-woocommerce issues
Sort by recently updated
recently updated
newest added

Hi, I moved my store from one hosting to another and suddenly everything broke up. After debugging I found out I get Fatals on WooCommerceTrait / Undefined Index: X-WP-Total. I've...

The change is allowing to store multiple configurations in the `/config/multisite.php`. The current configuration is selected from the `.env` file.

Hi, I have an issue after the update of the quantity to 0 (out of stock). Product:all() return the correct list but after the update of the quantity to 0...

Hi, first of all, thank you for your work! i guess it would be very nice to have the ability to set config as arguments to the `WoocommerceApi` Class, bypassing...

first of all, thank you very much for this package you really helped us a lot. well i want to update a list of products, and i think "Product::update" changes...

Can we use this for woocommerce subscriptions or else custom endpoints? if so can someone provide a sample code?

important for case sensitive environment like Linux

Hi, I have an issue when I try to query the Woocommerce products using Where ... like Product::where('name', 'like', 'abcde%')->get(); Possible or do we need to setup a filter based...

Getting these issues on the server after deploying the code. It's working fine in localhost. Even I am adding the dummy products ie $data = [ 'name' => 'TBI Test...

I have a custom end point for listing the number of orders based on a product ID. How can I access the same through this package? https://nextgen6.lluvia.in/wp-json/wc/v3/custom/440 PS: Im new...