Results for woocommerce
I need help with my WooCommerce. What code is needed to get full page width on the product pages? I've tried but can't get it to work. I have tried to...
I've added the text "kg*" after the price on the product page. However, it also adds the additional text to the price of the Related Products below. H...
In WooCommerce, there is no Plugin by which I can restrict some products can being delivered in some specific Zip Code/PIN code. It means, suppose I h...
I am looking in the WordPress with WooCommerce for help to insert the text after the product loop (same as category description) on the main shop page...
I am trying to add TWO fees to all WooCommerce orders when and if the cart has "auction" products in it. I need to add a "clubbing" fee of 20 for each...
Trying to apply a coupon automatically to WooCommerce checkout. Have tried a number of snippets, but can't seem to get it to work. It either throws cr...
I would like to have a specific WooCommerce product where customers can put in their own price/value for a giftcard. I have found a very nice script t...
I am using woocommerce_quantity_input_args hook in PHP snippet, I've got a number saved in metadata for each product and I want to apply that metadata...
I am trying to align buttons of products on WooCommerce when displaying multiple products using an Elementor widget, but can't seem to align them with...
I am trying to do BOGO on my site the scenario is when some one add a product to the cart with the quantity of 5 or some one in cart page increase a s...
I am using the woocommerce measurement price calculator plugin to get prices using price grids. I am adding a product to my cart while already being o...
I would like to display a message on the Product Page depending on the shipping class of the product - if shipping class is "X" don't display shortcod...
I have a really odd issue with a website of a friend. The website is ********* (Sorted now, thank you all :) Issue / Steps to replicate the issue When...
I am trying to: remove the description on the Woocommerce main shop page re-add the description below the products achieve this using child theme's f...
I have a WordPress website: I want to disable one of the payment methods (snapppay) for variable products with 3ml, 5ml, or 10ml values for attribute ...
I tried using Separated cart items in Woocommerce when quantity is more than 1 answer code, but after adding product if I come back to the same produc...
I am building a ecommerce website with WooCommerce (8.1.1) and Divi theme. I found how to restrict access to WooCommerce pages to log in users, but I ...
I use a wallet system on my website, how can I change the user's role if his balance has dropped below 0? The meta_value can take a value from -1 to 1...
I'm trying to change the columns in the administrative part of Woocomerce. With the following code I have not succeeded and I am stuck and my question...
On the template for order-downloads.php there is reference to the download file delivered for the order. But the reference that it uses produces an en...
I am syncing orders between my WooCommerce store and a 3rd party tool, and I am re-making the sync program using the REST API. I want to get a batch o...
I've got these code to unset required fileds en check out car: add_filter( 'woocommerce_shipping_fields', 'shipping_remove_fields' );` function shippi...
I've got these code to unset required fileds en check out car: add_filter( 'woocommerce_shipping_fields', 'shipping_remove_fields' );` function shippi...
I've created a custom tab in my Product Data area of the WooCommerce product edit screen: add_filter( 'woocommerce_product_data_tabs', array( $this, '...
I have a custom field on my WooCommerce single product. It sends to the cart fine, it displays on checkout fine, it shows in the order in the dashboar...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?