Questions tagged as 'woocommerce'

1
answer

How to change the response of WebHook in WooCommerce?

I have a problem in the WooCommerce REST_API, in the case of the response of the wp-json / wc / v2 / orders endpoint, in the products (line_items) the metadata is not returned > ( metadatas of the products). Asintheimageabove,itcanbeseenth...
asked by 08.03.2018 / 14:30
1
answer

Customize Woocommerce Registration!

Personal I have a project where I need to customize the registration form of Woocommerce, it already has email and password. However I need to add the CNPJ field and validate if it is true, And this information should also appear on the account...
asked by 01.03.2018 / 19:24
0
answers

Customize Email of woocoomerce

With this code I can remove the subtotal and the payment method add_filter( 'woocommerce_get_order_item_totals', 'adjust_woocommerce_get_order_item_totals' ); function adjust_woocommerce_get_order_item_totals( $totals ) { unset($totals['car...
asked by 28.02.2018 / 21:08
0
answers

Hide / Prioritize type of freight in cart

I have a problem when submitting the freight in the cart, I will detail the situation of the freight of the company through WooCommerce and Post Office. As an example, we have the products A, B, C and D, the first three items are small and ar...
asked by 23.01.2018 / 20:34
0
answers

Woocommerce add to the purchase value interest above the 6 installment

I would like to add a fee on the total purchase in Woocommerce after the user chooses the number of parcels on the card greater than 6. Is this correct my line of thinking? <?php $parcelas = $_GET['installment'];...
asked by 15.01.2018 / 18:07
0
answers

Javascript | File Required URL | Wordpress - Woocommerce

In my marketplace in Woocommerce people use the panel of Wordpress itself to upload their digital products. I would like to put at least 1 file url as mandatory before the person can publish the product. I believe that with some code in JS is en...
asked by 15.01.2018 / 14:22
0
answers

Change the total purchase amount on the thank you page

I use the pay.me plugin to make my sales through the card. When the plugin adds interest to parcels, they are not printed on the Thank You page. I am using the following line of code to try to add interest above the 7th installment in the tot...
asked by 18.01.2018 / 19:50
0
answers

Digital toast product added to woocommerce products - wordpress

I have a store, where I sell digital and non-digital products. The store was developed in wordpress / Woocommerce, until then everything ok. What I need now is automatically add a digital tokens product on all store products . Manually this wou...
asked by 16.01.2018 / 13:36
2
answers

Responsibility of Woocommerce Virtual Store

Hello, I have a responsive template installed on Wordpress, but the responsiveness in mobile devices is showing a small right spacing. I tried to change the margins by css, but it had no effect. Strange is therefore in some tests of responsiv...
asked by 14.08.2017 / 22:01
0
answers

Enable POST wordpress / woocommerce method

I'm trying to send a POST to woocommerce / wordpress using the woocommerce-api API, but only I get the error 401 that says:    Fetch API can not load link ... Response for preflight has invalid HTTP status code 401       Ty...
asked by 29.07.2017 / 21:22