Questions tagged as 'woocommerce'

3
answers

Create post in a wordpress and bring in another wordpress automatically

Options: Create a new POST in one wordpress-1, from another wordpress-2. or Everything you create in wordpress-2 be "copied" to wordpress-1 or Create / Register a product in a store -1, from another store -2. [RESOLVED] I...
asked by 27.05.2015 / 21:09
1
answer

Update cart status without leaving the page | Woocommerce 3.4+

<?php global $woocommerce; if ( sizeof( WC()->cart->get_cart() ) < 1 ) { ?> <div style="width: 25%;" class="footer-section <?php echo esc_html($woo);?>"> <a href="<?php echo get_home_url();?>"...
asked by 15.06.2018 / 12:27
1
answer

Show products from 2 categories on page (Woocommerce)

I have a question. How do I display products of 2 categories on a page with woocommerce, as if it were a filter? I tried to create the page with the shortcode of the plugin, but it did not work: [product_categories number="20,17" parent="0"]...
asked by 07.05.2015 / 20:45
1
answer

Change / Edit word already translated in WordPress

I'm setting up a WooCommerce (WordPress) virtual store and recently installed a pt_BR translation. Everything is translated correctly, except the term:    QUICK VIEW that is translated as - VISUALIZA RÁPIDA and the correct o...
asked by 25.10.2015 / 08:13
3
answers

how to make a direct purchase without going through the woocomerce stand?

Anyone here knows, if it is possible to use woocommerce so that when someone clicks on buying any product, is it taken directly to the transparent checkout? (without the product going to the cart and the cart to the person clicking on the final...
asked by 29.03.2015 / 06:37
1
answer

Link of a JSON parameter to a product in Woocommerce

I have a JSON that returns me a list with some flight data: "programa": "multiplus", "qtdOpcoesIda": 50, "qtdOpcoesVolta": 50, "menorTarifa": { "pontos": 15000, "dinheiro": 767.8 }, "taxaEmbarque": { "POA": 29.9, "F...
asked by 22.03.2017 / 11:00
1
answer

How to display pagination with shortcodes in woocommerce, such as [Product_Category]

I'm using the shortcode [Product_Category] to display the products in the store by the ease of combining categories, I can display for example only the products that belong to the same categories simultaneously ERGOMETRIA and PROFESSIONAL and NE...
asked by 26.07.2015 / 09:51
1
answer

What are Woocommerce product tables?

I'm thinking of doing an integration between Magento and Wordpress and would like to know if anyone has any idea what the tables are responsible for the products in WordPress with the Woocommerce .     
asked by 05.05.2016 / 21:41
1
answer

Custom Field in Woocommerce does not return the result

I'm having a problem with WooCommerce. I added a field that does not have the default WooCommerce that would be to add the amount of products that go into the product's master box. The code I'm using in my function.php is as follows: &l...
asked by 13.08.2014 / 21:43
1
answer

Load products in Woocommerce

Can anyone tell me a way to be loading woocommerce products, from an existing database. Eg Woocommerce would only read the bank.     
asked by 05.03.2015 / 17:57