dynamic shipping cost
-
Hi,
first of all: this is a great and powerful plugin. I am happy it exists.
I’m creating a shop to sell custom-made furniture. Customers can indicate the desired height, width and depth of the product and the price is calculated automatically.
With conditional logic, I calculate the shipping costs. Like
if height < 90
shipping costs = 10,40€
if height >= 90
shipping costs = 15,80€The shipping costs (a NOV as I plan it) will be displayed with a dynamic notice next to the product price.
Now, I have 2 issues:
1) is it possible to transform a NOV into the wooCommerce Shipping costs?
2) I’d like to include a radio button on the product page:
‘i’ll pick the product up myself [x]’
By clicking it, customers will be able to save the shipping costs. So, the dynamic notice will disappear and there will be no shipping costs added to the final price.
Is that possible?I hope my questions are comprehensible.
Also, I’m new to wordpress, so my issues might seem noobish. My excuses ??
- The topic ‘dynamic shipping cost’ is closed to new replies.