laravel-woocommerce
                                
                                 laravel-woocommerce copied to clipboard
                                
                                    laravel-woocommerce copied to clipboard
                            
                            
                            
                        WooCommerce Rest API for Laravel
Hello everybody, can someone with a kind soul help me understand how to make a pagination of orders with laravel 8? I've followed the documentation but can't. More precisely I...
Example I have model **Product** will return error when I try to run (my model) **Product::find(1);** in tinker, the issue I notice when I have model same name in package(this...
**Old conf:** WOOCOMMERCE_WP_HEADER_TOTAL="X-WP-Total" WOOCOMMERCE_WP_HEADER_TOTAL_PAGES="X-WP-TotalPages" **New conf:** WOOCOMMERCE_WP_HEADER_TOTAL="x-wp-total" WOOCOMMERCE_WP_HEADER_TOTAL_PAGES="x-wp-totalpages"
Hi, I'm trying to get all the terms of an attribute, but with the pagination of Wordpress I can't reach the goal with the following simple statement: `$myterms=Term::all($attribute_id);` I try...
Do you planing to store local data so the sync will bi possible for example for multistore purpose? Thanks
Hello there, i have an issue when i use $order = Order::where('number','68876')->get(); is returning all order data, i want to show number(order_id) is only 68876 thanks
Hello. Say I have 5000 of a certain product. I need a way to deduct from stock, programmatically. I didn't find a way to do so. $data = [ 'stock_quantity'...
Server Ubuntu Nginx Mysql 5.7 PHP 7.2 Exception : Error: Desculpe, não pode listar os recursos. [woocommerce_rest_cannot_view] at F:\Desenvolvimento\Projects\bpm\vendor\codexshaper\laravel-woocommerce\src\Traits\QueryBuilderTrait.php:241 237| $totalResults = WooCommerce::countResults(); 238| 239| return $totalResults; 240| } catch...
Hi, I am wondering how to sync product images to WP as the WOO API does not accept remote URL images. Do you have any idea if it is possible...
Hello, when i'am trying to get total products `$totalResult = WooProduct::count();` i've got error exception: message | "Undefined index: X-WP-Total" file | "/Applications/MAMP/htdocs/swati/vendor/codexshaper/laravel-woocommerce/src/Traits/WooCommerceTrait.php" line | 114 problem seems coming from...