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
-
1
votes0
answers974
viewsEnable method POST wordpress/Woocommerce
I’m trying to send a POST for Woocommerce/wordpress using the API Woocommerce-api, but I only get the error 401 what it says: Fetch API cannot load http://wc-project.dev/wp-json/wc/v1/orders...…
-
1
votes0
answers167
viewsMigrate Magento clients to Woocommerce
Good morning, my friends I’m migrating a whole store from Magento to the Woocommerce, but I did not succeed in migrating customers. By manually adding the Woocommerce does not send the customer an…
woocommerceasked 7 years, 3 months ago Thiago Luiz 11 -
1
votes0
answers339
viewsHow to List Woocommerce products in the bootstrap Carousel
<div class="container-fluid"> <div class="row"> <div class="row"> <div class="col-md-9"> <h3 class="titulocarosel"> Produtos mais vendidos</h3> </div>…
-
1
votes0
answers353
viewsWoocommerce - Featured Products
Good afternoon. I am in need of a help in Wordpress, plugin Woocommerce, to know which fields/ tables are changed in the database when you click on the star to put a product in the spotlight. I even…
woocommerceasked 7 years, 1 month ago Oto Schneider 11 -
1
votes1
answer227
viewsChange text in select field with Woocommerce
I would like to know how to change the "button" from "choose an option" to "choose a size". Depending on the image below.…
-
1
votes1
answer122
viewsUsing the awesome Font icons in Woocommerce?
How to use icons from Font Awesome on the Woocommerce pages?
-
1
votes0
answers2449
viewsWoocommerce - Remove Buy Button
I have the following problem, actually are 2 situations: 1° situation: I need to Remove "buy" button when the product does not have registered price. I’m making a store with Woocommerce where there…
-
1
votes0
answers46
viewsContent above the error Mensages in Woocommerce
I’m working on a Wordpress site and Woocommerce. I have been asked to correct an error that happens when the user proceeds to the payment without having the login done. When the page opens, error…
-
1
votes1
answer747
viewsAdjust list of products in Woocommerce, to align correctly
My store has the following look And I would like to align the products correctly, because the look is not cool. How could I do that?…
-
1
votes1
answer1873
viewsWoocommerce customer registration
I am with a project where I need to customize the Woocommerce registration form, it already has email and password. But I need to add the CNPJ field and validate if it is true, and this information…
-
1
votes1
answer26
viewsError when changing a generated content within a <span> tag, automatically generated in Woocommerce
Trying to change the automatically generated "New!" word in Woocommerce as below: <span class="label-new">New!</span> And using the jQuery section below <script>…
-
1
votes1
answer171
viewsGET Woocommerce Request with Criterion by Date - restSharp
People I’m doing an integration with C# and the Woocommerce API, my situation is the following, I can communicate with the API through restSharp and I can fetch the site requests through the access…
-
1
votes2
answers83
viewsHow to disable the Woocommerce CSS from the zero theme I created?
Hello, I’m encountering problems when using Wordpress Woocommerce. I created a theme from scratch, but when installing Woocommerce all the visual part I built was changed by the Woocommerce plugin.…
-
1
votes2
answers169
viewsCheck if there are products on sale in Wordpress with Woocoomerce
I am building a Wordpress site with Woocommerce and want to make the check that if there are products on sale with the shortcode, if exist returns me the title + products, if there is no product on…
-
1
votes0
answers31
viewsSave shopping cart when a transaction is denied and redirected page
My payment gateway has a problem when a transaction is denied, it redirects to another payment page that is all bugged up, so I created a second checkout page and am trying to redirect the denied…
woocommerceasked 5 years, 6 months ago Daniel 11 -
1
votes0
answers41
viewsAuto-fill with select Woocommerce checkout
I have the following code to generate a select and bring values within options: add_action( 'woocommerce_after_order_notes', 'cliente_woocommerce' ); function cliente_woocommerce( $checkout ) {…
-
1
votes1
answer81
viewsCheckout field does not appear in the order object
I’m having a problem with the object order of wordpress. After making the purchase, the order object does not come with the value entered in the field. The CPF field is created by me, follow the…
-
1
votes0
answers18
viewsHow to store Woocommerce Data as Variable,Can’t print log
Good! I’m making a plugin for Woocommerce based on the Wc_integration extension that they suggest. In short, I am trying to access the list of Woocoomerce products via php. Until I see I am free of…
-
1
votes0
answers16
viewsSearch for lack of ID in two WOOCOMMERCE tables
I need to search and return todos os pedidos who are in status processando, and who possess the column meta_value in vazio or inexistente in another table. 1º - In wordpress, I will check all…
-
0
votes1
answer1764
viewsIntegration Cielo Woocommerce
Use Woocommerce and I’m trying to implement the payment through Cielo using the Gabriel Reguly plugin. https://github.com/greguly/cielo-woocommerce/ However, when I am on the checkout page and…
-
0
votes1
answer212
viewsHow to link two accounts in Woocommerce?
How to do this in Woocommerce? Register a client linked to the representative’s account, then everything the customer buys the representative can see. And with that the company will pay a commission…
-
0
votes3
answers2507
viewsTranslate specific part of the Woocommerce template
Hello.. I can’t find the file to translate the text "Product successfully Added to your Cart." Along with the button "Continue Shopping". ps.: I’ve tried opening several language files in poedit but…
-
0
votes0
answers38
viewsView avatar on Woocommerce products
I would like to know a way to display the avatar and user name in the single of the registered Woocommerce product.
-
0
votes2
answers205
viewsAdd in the product title the parent category of the registered product
Personal as I take the parent category of a registered product, as per ex: Categoria Pai -categoria filho 1 -produto cadastrado 1 -produto cadastrado 2 -categoria filho 2 -categoria filho 3 I am…
-
0
votes0
answers285
viewsHow to enable Woocommerce Sidebar?
I own a site in Wordpress 4.1.15 and use Woocommerce as the virtual store. One of the users deleted the pages of Checkout and Shop and when I saw I returned the pages of the recycle bin but after…
-
0
votes1
answer1256
viewsWoocommerce - Open product page only if the user is logged in
Good afternoon, I need a method that understands if the user is logged in or not to access the product details page. I am using a Woocommerce (Storefront) to manage a product site, and would like…
-
0
votes2
answers1127
viewsWoocommerce Product Registration outside the Wordpress dashboard
Guys, I’m developing a Wordpress site where I’m using the Woocommerce plugin for product administration and etc. In addition, the site will rely on sellers where they can register products in their…
-
0
votes1
answer2078
viewsDisable Woocommerce store temporarily
How to put a store in Wordpress made with plugin Woocommerce maintenance? I thought to take the 'STORE' menu from the top of the site, but if someone has the link saved in the browser, could use and…
-
0
votes0
answers3990
viewsHow to customize the layout of the Woocommerce product catalogue?
In which file do I change the item structure of the Woocommerce product catalog? I’m listing the products on the home page with shortcode [products] and this way. I would like to make some…
-
0
votes0
answers825
viewsAdd more than one buy button in Woocommerce
I use a plugin to create the Woocommerce product pages, because I find the standard product sales page very simple, so I added some buttons in strategic places to induce the customer to click on it.…
-
0
votes1
answer1833
viewsGrab Link from the product category and display a list with the sub-categories of the Woocommerce product
I use this code to display a list of the sub categories of Wordpress posts, I wanted to know how I do to instead of picking the category of posts I pick the category of Woocommerce products. <!--…
-
0
votes1
answer95
viewsShipping method (Shipping) in custom Woocommerce
Hello. I am creating a shipping method (plugin) where I send the zip code and the cart items and the system (a third party site) returns me the shipping values (PAC and SEDEX). I already implemented…
-
0
votes1
answer803
viewsWOOCOMMERCE - Integrate with database
It needed to integrate Woocommerce with its own database (different from the wordpress structure) to integrate in an ERP software. I know you have the REST API, but I have no idea how to do this, I…
-
0
votes0
answers369
viewsHow to divide the cart into 2 or more packages?
As my e-commerce will only work with the post office, I need the cart to be divided into more than 1 package, today I use the Post Office plugin created by Claudio (excellent plugin), where the same…
-
0
votes0
answers67
viewsAdd 1 Product to 2 Woocommerce Carts simultaneously
It is possible to add 1 product in 2 carts (from 2 e-commerces of Woocommerce) at the same time? I mean, I have a product and I’m directing it to "https://loja1.meudominio.com.br/loja-virtual/?…
woocommerceasked 7 years, 9 months ago Rafael 1 -
0
votes0
answers132
viewsList products that contain wordpress delivery class
Hello folks very good evening to everyone I am novice in wordpress and I’m having a hard time listing products in which contain a delivery class to them. For example: I have a page where only…
-
0
votes3
answers210
viewsHow to format an HTML element p/ become equal to a button?
I added a new button via shortcode in the description of the Woocommerce/Wordpress product page. I would like to format it in the same layout button (including the effect Hover). "Configure Now!" is…
-
0
votes1
answer605
viewsIntegrate Wordpress with Oracle
I will develop a "E-commerce" services in Wordpress, known as Woocommerce, except that I need to integrate it with Oracle, in addition to the Mysql itself that it will run... Example: When someone…
-
0
votes0
answers82
viewsPage reload when add product in cart - wp - wc
I’m trying to add a product in the cart without refreshing the page, however much the toilet option to use ajax is enabled it does not work. I was wondering how can I edit to not update.…
-
0
votes0
answers241
viewsError 503 in Wordpress / Woocommerce
In need of help. Suddenly the Woocommerce store starts presenting 503 errors Service Unavailable The server is temporarily unable to service your request due to maintenance downtime or capacity…
-
0
votes1
answer148
viewsDoubt with API access - using Angular - typescript
I set up a website to study a store Woocommerce, activated the api and generated the keys. At the root of the added site on . htaccess, is that in the correct location?: # Permite acesso ao pacote…
-
0
votes1
answer57
viewsTheme / Wordpress template for Woocommerce with simulator
How should I search on a Woocommerce theme that allows the site user to assemble their product? I need to create a website with a simulator like this site: http://makeacake.com.br Someone recommends…
-
0
votes0
answers208
viewsCategory Filter in Wordpress
I need to create a filter of these games where when clicking the button below it recommends one of the Woocommerce products, respectively categorized in "input", "recommended" and…
-
0
votes2
answers52
viewsResponsiveness of Woocommerce Virtual Store
Hello, I have a responsive template installed in Wordpress, but the responsiveness on mobile phones this presenting a small right spacing. I tried to change the margins by css, but it had no effect.…
html5 wordpress bootstrap-3 wordpress-theme woocommerceasked 7 years, 3 months ago Jonatas Dutka 49 -
0
votes1
answer325
viewsTranslation Woocommerce
Hello, I am using Wordpress a few months and I am facing a small problem regarding the translation of some terms of Woocommerce. Here is the image, this page is the product visualization. See that…
-
0
votes1
answer84
viewsHow to issue Electronic Invoice in the test mode in Woocommerce?
How do I issue free tax bills, trial version in Woocommerce? To test the plugin, from Webminarbr.
-
0
votes1
answer73
viewsHow to change Webhook’s response in Woocommerce?
I have a problem in Woocommerce REST_API, in case the endpoint response wp-json/wc/v2/Orders, in products(line_items) is not returned metadata(metadata of products). As in the image above, it can be…
-
0
votes0
answers323
viewsBuy Now button
In the Woocommerce store I have the Add Cart button, I would like to put one beside Buy now that forwards the user direct at checkout, I used the following code: add_action(…
woocommerceasked 6 years, 7 months ago Tech UNO MUNDO 1 -
0
votes1
answer376
viewsWoocommerce - Product loop, filtering by variation attribute
I’m creating a filter to list products that have the day or night option, selected within a range. I got a loop that comes very close, but is bringing all the products that has class variation,…
-
0
votes0
answers42
viewsHow to add paging on the search.php page in Woocommerce
Paging is not working in search.php on the site I am developing. When I ask to show all the products, it shows the pagination, but when I do a search where results are generated for various pages,…