Top WooCommerce & WordPress Plugins › Forums › Custom Shipping Methods for WooCommerce › Shipping cost by quantity
- Support forum for the Custom Shipping Methods for WooCommerce.
- This topic has 4 replies, 2 voices, and was last updated 3 years, 5 months ago by
tychesoftwares.
- AuthorPosts
- April 3, 2020 at 10:57 pm #94611
Lance Richardson
ParticipantHello, I’m trying to add Shipping cost by quantity for 1 specific product. Here is the quantity range.
1 – $3
2-4 – $6
5-9 – $8
10-14 – $12
15-20 – $15
Above 20 – $18If this is possible how can this be done?
I did something like this but it didn’t work. A flat rate that is already set for other products is the only shipping that shows on the checkout page. Maybe I did not add it to the right place.
[costs_table prop="qty" table="1=3.00|2-4=6.00|5-9=8.00|10-14=12.00|15-20=15.00|20=18.00"]
Am I making sense about what I am trying to do?
April 4, 2020 at 4:07 am #94612Lance Richardson
ParticipantDisregard this question…I figured it out.
April 6, 2020 at 5:12 am #94613tychesoftwares
ParticipantHello Lance,
From what you shared earlier, it should have worked with this shortcode
[costs_table prop="qty" table="1=3.00|2-4=6.00|5-9=8.00|10-14=12.00|15-20=15.00|20=18.00"]
Could you let me know what was the issue & how did you make it work?
:Vishal
April 12, 2020 at 9:07 pm #94614Lance Richardson
ParticipantI had set up the Shipping Method incorrectly. I initially set up a new Shipping Zone which is why I wouldn’t show. I realized I just needed to set up a new Shipping Method within the Shipping Zone that has the Flat rate shipping method so they would show together.
I also tried this which worked
[costs_table prop="qty" table="1-4|2-7|5-9|10-13|15-16|21-19"]
It probably would have worked using the initial shortcode I was trying to use but because the Shipping Zone not being set up right it wasn’t showing up.
April 13, 2020 at 7:10 am #94615tychesoftwares
ParticipantThank you Lance.
- AuthorPosts
- You must be logged in to reply to this topic.