-
I'm using a payment gateway called Mercadopago in woocommerce.All payments from all the countries are being credited into one account.I need to receive the payments on a different account of ......
-
Based on Hide specific shipping method depending on day time in WooCommerce answer code, I am looking to only allow Monday to Friday before 3pm.//hide shipping method based on timeadd_filter( '......
-
I'd like to create an add to cart button for the default variation.Is there a way to do it using shortcode [add_to_cart] and dynamically get the ID and variation set by default ?Thanks...
-
I need your help, I will explain my case.I have a travel agency where we sell tours, and the customer can split their trip, and the payments they make when they want, only within the 20-day period ......
-
I got a problem that my shop shows sale products that have not even a sale price. I think this has something to do with caching.For now i want to create a quick fix with a custom shortcode that only ......
-
I'm trying to show a notice on my-account after successful logout, what am I trying apparently doesn't workadd_action('wp_logout', 'logout_notice');function logout_notice() { wc_add_notice( __( ......
-
can anyone help me to solve this dilemma?Having to create a site with 2 different types of checkout, I installed the "MultiStep Checkout for WooCommerce" and "WooCommerce One Page ......
-
Similar to that.Static html gallery is not friendly to woocommerce, it's with data-attributes and ids, I don't know how to make it dynamic. Maybe somehow with default flex slider? Remove hook, that ......
-
I am creating a membership-based digital products store with Woocommerce.Please how can I replace the default “Add to cart” button with a “Download Button” to Members upon login and show “Add to Cart”......
-
I want to show price for a product(s) for different role in woocommerce. for this goal I set a meta_key with meta value of price in post meta for product through an input field. then I use following ......
-
Does anybody have any idea how I can create an product grid filter like the one in this link :http://m.tmon.co.kr/store/STORE_HIT/62000000 - Note how it still fits in mobile view. I am using ......
-
I am running a photography website, so, if you buy digital photo only I don't need the shipping fields in the checkout page, but if in the cart there is a different product then digital photo, like ......
-
On my WooCommerce product page, I can't find where to change the product description and price as shown below....
-
Hi i've written the following custom woocommerce shortcode .. but its not quite right. I'm getting output at the top of the page before the shortcode is called. I think coding structure / wrapping ......
-
Is it possible to temporarily change VAT on a product in one individual order?Depending on the type of sale a product sometimes has a different VAT-% in Sweden.Example: We sell a spare part with the ......