FAQ
1. How do I set a product-based shipping method in WooCommerce?
2. How do I set the shipping method based on category and country?
Ans: e.g: If I want to set charges for a specific category poster and a specific country ‘UK’.
3. How to display the shipping method in radio buttons or drop-down on the cart/checkout page?
4. What to do when multiple shipping methods are available on the cart page?
- Allow customer to choose: Let’s customer choose one shipping method from available shipping methods.
- Apply Highest: The shipping method with the highest cost would be displayed from the available shipping methods.
- Apply smallest: The shipping method with the lowest cost would be displayed from the available shipping methods.
- Force all: All the shipping methods are forcefully invoked with shipping charges as summed up of all shipping methods.
5. When multiple category products are available in the cart and each category have a different shipping method then how to charge a sum of all shipping method to the customer.? (Upgrade to Pro version)
6. How to charge shipping costs for the total product quantity of the cart in the WooCommerce store?
7. How to set a shipping method for a specific country, state, and postcode?
8. How to create a special shipping method for specific customers? (e.g: john = $10)
9. How to charge a shipping charge based on the cart subtotal? When the order amount is less than 99 then the charge would be $49.
10. Is it possible to create shipping methods based on different WooCommerce shipping zones?
11. I want to apply shipping methods based on the amount after applying the coupon code to the cart subtotal. Can I achieve this?
12. Why do I get a “Link Expired” error when saving menu items?
This usually happens when your server’s PHP configuration limits are too low.
When you add many menu items (especially products), WordPress sends a large number of form inputs to the server.
If the server cannot process them due to low limits, it triggers a “Link Expired” error.
The most common causes are:
max_input_varstoo low (default is often 1000)max_execution_timetoo lowpost_max_sizetoo smallmemory_limittoo low
Large menus can easily exceed 1000 input variables.