David Vander Elst
David Vander Elst
If I enter a non mobile phone number. For exemple a belgian phone : 3225201234 It format it like a mobile "32 252 01 23 4" and this is wrong....
Hello I'm trying to generate a link on a custom page (not a cmspage) to point on a cmspage. I do this : ``` {% trans %}menu.my_page{% endtrans %} ```...
Hello I'm trying to insert new products via your library. I got a solution to retrieve products with custom fields by using the following syntax; $wooCommerceApiClient->products->get(116, array('filter[meta]' => 'true')); And...
Hello Is that possible to create a release tag like 1.0.0 ? Like this we can use it with composer in a clean way instead of putting dev-master. Thank you