Questions tagged as 'woocommerce'

1
answer

Execute a function after confirmed purchase status

Well, I have an e-commerce in my hands using CMS WordPress + WooCommerce + PagSeguro (Claudio Sanches Version) and would like to make a change in the DB after the purchase is confirmed. This change would be simple, just swapping a field insid...
asked by 09.09.2016 / 15:41
2
answers

Display freight calculation on each WP product page

How do I get the freight calculation field to appear on the product presentation screen? Anyone know of a plugin that I can use or have an example ready?     
asked by 28.03.2017 / 22:48
2
answers

How to run PHP Data Import Code for WordPress site?

I have a sample code to create a Post of a specific type (product of WooCommerce ) and would like to use it to do a routine importing many products. <?php function createNewProduct() { $new_post = array( 'pos...
asked by 16.09.2014 / 16:36
1
answer

Using the awesome Font icons in Woocommerce?

How to use the Awesome Font icons on woocommerce pages?     
asked by 18.12.2017 / 21:46
1
answer

Get last child from a product category

Hello, good afternoon. I need to get the last child of a category within a product loop: Categoria -categoria filho --categoria ultimo filho This gives me always the Father, that is, 'Category': <?php $product_cats = wp_...
asked by 05.03.2015 / 20:34
1
answer

How do I show more posts when I click the button?

In the loop I put it to show 12 Woocommerce products. <div id="vitrine" class="container-fluid"> <?php $args = array( 'post_type' => 'product', 'posts_per_page' => 12...
asked by 06.02.2015 / 19:31
3
answers

How to remove a word created by a plugin from the site

We use WordPress and WooCommerce on our site and to calculate freight we use the Postcode Shipping plugin. Our freight has 3 values (great São Paulo, SP interior and neighboring cities) and is fixed only charged per order and not per product....
asked by 27.08.2014 / 14:28
1
answer

Woocommerce customer registration [closed]

Personal I have a project where I need to customize the registration form of Woocommerce, it already has email and password. But I need to add the CNPJ field and validate if it is true, and this information should also appear on the account deta...
asked by 10.07.2018 / 14:44
1
answer

Adjust product list in woocommerce to stay aligned correctly

My store has the following visual And I'd like to align the products correctly because the look is not legal. How could I do this?     
asked by 16.04.2018 / 19:49
1
answer

Error changing content generated within a span tag, automatically generated in Woocommerce

Trying to change the word "New!" automatically generated in woocommerce as below: <span class="label-new">New!</span> And using the jQuery snippet below <script> $(document).ready(function(){ $(".labe...
asked by 11.04.2018 / 23:09