WooCommerce – Flat rate shipping based on X quantity steps?
We need to run WooCommerce flat rate shipping rate based on every X items in the cart, for example:
We need to run WooCommerce flat rate shipping rate based on every X items in the cart, for example:
I have made an REST API for synchronize user’s cart item to web view to android view. I have used CoCart WP plugin Here are some scenarios:
The question: I’m learning to build a woocommerce+dokan website. When a store owner signs into my platform, they can enter a product they wish to sell. One of the options I want the store owner to describe about their product is its condition as either Never used, Lightly used, Used, or Heavily used. I am … Read more
We have a peculiar WooCommerce setup where each product is only sold once. So we set each product to have 1 stock on creation automatically.
I am using WooCommerce and would would like to show the “out of stock” products last in the query on the archive page. How can I do that?
I wanted to customize completed order with some extra information.
To do so, I added this in functions.php
The question: I’m trying to filter out all products in sale from a WooCommerce loop. So the goal is to create a loop of products that are new, but doesn’t contain sale products. The problem is that the products are all variable products. I’ve tried using regular shortcodes and now I’m trying to achieve this … Read more
We use woocommmerce to sell online courses. also we use a plugin called “Digits” to help users easily login/register using only their mobile phone numbers and OTP sent to them as sms. So the login/register in our website, just requires entering mobile phone number (no name filed for registeration).
I currently have this code in my functions.php
file.
I use wordpress and woocommerce to sell online courses. also I use “digits” plugin to make users able to order and create accounts using only their mobile phone numbers and therefore, email is not needed and I have removed email field from checkout using “checkout filed editor” plugin.