Most voted "woocommerce" questions
Woocommerce is an open-source eCommerce plugin for virtual stores developed for the Wordpress platform.
Learn more…146 questions
Sort by count of
-
5
votes3
answers1759
viewsCreate post on a wordpress and bring in other wordpress automatically
Options: Create a new POST on a wordpress-1, from another wordpress-2. or Everything that is created in wordpress-2 be "copied" to wordpress-1 or Create/Register a product in a store(site)-1, from…
-
4
votes3
answers8862
viewsHow to make a redirect to finalize purchase without going through the Woocomerce cart?
Does anyone here know how to make a redirect to Woocommerce’s checkout page when they click to buy a product? (By default Woocommerce adds to cart the product and the person is required to go in…
-
4
votes1
answer1218
viewsShow products from 2 categories on page (Woocommerce)
I have a question. How do I show products from 2 categories on a Woocommerce page, as if it were a filter? I tried to make creating the page with the plugin shortcode, but it did not work:…
-
4
votes1
answer2452
viewsSwap/Edit word already translated in Wordpress
I am setting up a virtual store Woocommerce (Wordpress) and recently installed a translation pt_BR. It’s all translated correctly, except for the term: QUICK VIEW which appears translated as -…
-
4
votes1
answer461
viewsUpdate 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…
-
3
votes2
answers8021
viewsTranslate Woocommerce input texts
I installed Woocommerce in my theme, however, when I click on Login, Sign up, all this is in English. How do I translate these little texts? I only managed to translate the store, the panel and some…
-
3
votes3
answers8164
viewsWordpress Error: "Without sufficient permission to access this page"
My Wordpress site with Woocommerce shows the following message when informing login access: .. "Without sufficient permission to access this page". What I’ve tried, unsuccessfully: Delete that…
-
3
votes1
answer1046
viewsHow to view paging with shortcodes in Woocommerce, such as [Product_category]
I am using the shortcode [Product_category] to display the products in the store for the ease of combining categories, I can display for example only the products that belong at the same time to the…
-
3
votes1
answer106
viewsLink 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":…
-
2
votes1
answer203
viewsCustom Field no Woocommerce returns result
I’m having a problem with Woocommerce. I added a field that does not have in the standard of Woocommerce that would add the amount of products that go inside the master box of the product. The code…
-
2
votes2
answers6682
viewsWoocommerce registration
Hello, I’m doing a design of an online store using Wordpress + Woocommerce. The problem is this, on the Checkout page, by default Woocommerce adds several filling fields, such as: Registration…
-
2
votes1
answer522
viewsLoad products into Woocommerce
Can anyone tell me a way to be loading Woocommerce products from an existing database. Ex.: Woocommerce would only read the bank.
-
2
votes1
answer3812
viewsWhat are the Woocommerce product tables?
I’m thinking of making an integration between Magento and Wordpress and would like to know if anyone has any idea which tables are responsible for the products in Wordpress with the plugin…
-
2
votes1
answer143
viewsHow to create and show a condition through a variable in the cart?
Next, I have a problem to solve in my e-commerce, one of these problems I will explain below: I need to create the following condition: Today my e-commerce has a variable that is applied to each…
-
2
votes1
answer181
viewsMasks in form fields in modal Woocommerce
I have a problem that I think is simple solution, but as I am layman in javascript and jquery would like a help from you. I inserted two new fields in my Woocommerce login screen, cell phone and Cpf…
-
2
votes1
answer98
viewsWoocomerce (wordpress) charges digital product shipping/download
I have a store of digital products (ebooks for download), where the customer after payment receives the release to download the product, until then everything OK. Today I registered 4 products…
-
2
votes2
answers112
viewsRegistration wordpress letter uppercase
How do I prevent customers from registering in wordpress with uppercase email? Some function without plugin?
-
2
votes1
answer726
viewsHow to add Billing fields on Woocommerce’s Edit-Account page! (Wordpress)
Guys how can I add fields that are already default from Woocommerce on my account page? I tried this: but does not object to the expected outcome. add_action( 'woocommerce_edit_account_form',…
-
2
votes1
answer32
viewsB.D error with application doors closed
I have an e-commerce and is staying at Configr and we never had problems with it. This week the site started to get overloaded, even without traffic or anything, coming down several times. The…
-
2
votes2
answers724
viewsPosition the zip code field at the Woocommerce checkout
I need to position the zip code field before the address because I will load the address using the post office api, I can position the other fields, but the "billing_postcode" does not obey the…
-
2
votes0
answers187
viewsChange wordpress database Woocommerce
I made a system for the back-end of a wordpress store that uses the Woocommerce plugin. The client requested me to make a login system with custom registration, because well, I made the system with…
-
1
votes1
answer1555
viewsReduce Thumbs size of some products in Woocommerce/insert products without shortcode
Has a virtual store that displays the products in the home... products in category A and products in category B. Those in category A are the main ones, those in the secondary category B. So at home…
-
1
votes3
answers281
viewsHow to remove a word created by a plugin from the site
We use Wordpress and Woocommerce on our site and to calculate shipping we use the plugin Postcode Shipping. Our freight has 3 values (large São Paulo, interior of SP and neighboring cities) and is…
-
1
votes2
answers470
viewsHow to run PHP Data Import code for Wordpress site?
I have an example code to create a Post of a specific type (product from WooCommerce) and would like to use it to make a routine import of many products. <?php function createNewProduct() {…
-
1
votes0
answers891
viewsPictures with different sizes in Woocommerce
I’m setting up a virtual store for my wife and I’m in a problem. I’m using Woocommerce with Wootique theme. When inserting images in the product, even treating in Photoshop and leaving the two…
woocommerceasked 9 years, 10 months ago Frederico 11 -
1
votes1
answer2077
viewsHow to show more posts when you click button?
In the loop I put to show 12 Woocommerce products. <div id="vitrine" class="container-fluid"> <?php $args = array( 'post_type' => 'product', 'posts_per_page' => 12 ); $loop = new…
-
1
votes1
answer77
viewsGet last child of a product category
Everybody, good afternoon, everybody. I need to get the last child of a category within a product loop: Categoria -categoria filho --categoria ultimo filho It always gives me the Father, ie…
-
1
votes0
answers460
viewsHow to import customer registration to Woocommerce?
I moved my online store to Woocomerce. How do I import customer registration from my old store to Woocomerce?
-
1
votes1
answer58
viewsHow do I add this expense counter to my Woocommerce theme?
I kind of want it that way, it looks elegant and practical. Anyone who knows how to do it or any other similar way please help. Thank you!…
-
1
votes1
answer801
viewsAdd to cart and quantity in Woocommerce
I have a website using Woocommerce, and I need not only the product detail page to show the option to add to the cart, and the quantity, but, to appear in product listings, categories and etc. There…
woocommerceasked 9 years, 6 months ago Alex Ridrigues 59 -
1
votes0
answers471
viewsCustomize product attributes in Woocommerce
Currently, as far as I know, the attributes are created in the product edition in "Product Data" on Woocommerce. When entering the Attribute Value: 30 | 60 | 90 | A drop-down at the front. However,…
-
1
votes0
answers58
viewsHow to get the $recipient (recipient) of Woocommerce emails
I’m trying to get the email from the recipient of Woocommerce emails that go to Admin. I know there are other ways to do this but I need it to be by comparing the recipient to Admim WP. //////////…
-
1
votes1
answer354
viewsRestrict "Author" user to see only images he sends
I need your help to make the "Author" user have restrictions only to view the media he sends. Normally the author has access to all images sent by all users and I need to restrict this access to…
-
1
votes1
answer2325
viewsAdd only one product in Woocommerce cart or clear cart
Hello, I’m making a subscription club using Woocommerce and I would like it to be possible to buy only one product at a time. I thought maybe clean the cart before adding the new product or even…
-
1
votes0
answers1687
viewsDelphi - Oauth 1.0 Authentication - Woocommerce Api Rest
Hello, I’m trying to make a 'POST' in the Woocommerce Rest API using Delphi. I’ve done several tests using a lib. which I downloaded in http://sourceforge.net/projects/oauthdelphi/ but without…
-
1
votes0
answers228
viewsWoocomerce - Variations do not appear in the Order details
Good Afternoon I’m finalizing a virtual store project with Woocomerce. I registered the product and its variables, I choose the variables (number of controls and color of controls), I go to the cart…
-
1
votes0
answers119
viewsRedirecting Login on different pages in my Woocommerce theme
I am developing my own Woocommerce theme, and now I need to make a redirect after logging into a particular page where I am using the Woocommerce login form. For this I added the following function…
-
1
votes1
answer66
viewsHow to delete the view Cart button on the cart submenu (see image) -woocomerce
Good staff I wanted to delete the button that says view Cart as you can view in the image below. I leave the site I’m developing below : Ttu.awd.pt/home I am a little Noob in wordpress need me to…
-
1
votes2
answers156
viewsAdd Woocommerce Hook to add target attribute
I need to create a gain in my functions.php to change the function woocommerce_template_loop_product_link_openWoocommerce plugin. The original function is: function…
-
1
votes1
answer328
viewsRun a function after purchase status confirmed
Guys, I’m with an e-commerce in hand using the CMS Wordpress + Woocommerce + Pagseguro(Version of Claudio Sanches) and would like to perform a change in the bd after the purchase is confirmed. This…
-
1
votes3
answers2413
viewsAllow login by email, CPF or CNPJ Woocommerce
I need to make a filter where it is allowed to login with the CPF or CNPJ in addition to those already allowed by Woocommerce, which is the email or user, on the My Account page. In short, I need to…
-
1
votes0
answers73
viewsWoocommerce - Change the transport class if a field is filled at checkout
I am willing to change the tax class (or zero taxes) of a purchase if a certain field is filled at checkout, which would be the State Registration, if the company or individual has state…
-
1
votes0
answers112
viewsWoocommerce - Edit click on product
Hello, I would like to know where I can edit the event click on the product image when it is from an external website (affiliate). For example, I have a store with some products of my own and others…
-
1
votes1
answer158
viewsHow to add "Reply To" with Woocommerce Client Name and Email
Hello, I have a big problem in this part, I would like to set the name of the Customer instead of only the E-mail when clicking Reply. Below the code I used to work "Reply To": add_filter(…
-
1
votes1
answer304
viewsHow to call shortcode in wordpress through a select?
i have a page inside my site in wordpress+Woocommerce that has two selects, and after selecting the two, I would like it in a DIV below to call the product by shortcode. The problem is you probably…
-
1
votes2
answers4560
viewsDisplay freight calculation on each WP product page
How to make the freight calculation field appear on the product presentation screen someone knows some plugin I can use or have some example ready?
-
1
votes1
answer128
viewsTypes of products in wordpress
Good afternoon. I’m developing a e-commerce using wordpress and Woocommerce. Some products offered are shipped to the customer in more than 1 box. For example: In the purchase of a bed with…
-
1
votes1
answer1626
viewsTranslation of the cart Woocommerce
The shopping cart page on my wordpress site is no translation. In the po and mo files, everything is correct, the synchronization is done, but even so the cart page is not translated. This doesn’t…
-
1
votes0
answers220
viewsFixed freight from R $ 200 no Woocommerce
I’m trying to set a flat rate (flat rate) of 10 reais for a specific area but with a minimum order value condition of R $ 200. The problem is that the customer wants this amount to appear only when…
woocommerceasked 7 years, 4 months ago Lau Neto 11 -
1
votes0
answers268
viewsAttributes of the products not working at the time of sale - Woocommerce
I have variable and simple products in the store. However, variable products, even with stock, price and being enabled with the same configurations of a simple product, it does not allow the sale. I…