- This topic has 3 replies, 2 voices, and was last updated 3 years, 5 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › Automatically add Handling Charge to cart
Is there a way to add a handling charge to the cart? It would be confusing to the customer to see an inflated shipping charge. Ideally wp estore would allow specifican of a handling charge per order and have that listed separately just like shipping.
We don’t have an option for this in our plugin. Have a look at the following feature to see if that can be re-purposed for your scenario:
So you could call that variation a “Handling Fee” or something like that. Worth trying that feature out I think.
Thanks for the quick response. I will test this:
[wp_cart_button name = “T-Shirt-shipped-nt” price=”20.00″ var1=”Size|XS|S|M|L|XL|2XL|3XL|4XL” var2=”Handling|Yes|2.00″ shipping=”1.00″ ]
That would not give them a choice, but it would charge and document the handling fee, which is what I am trying to do.
My mistake. My example was for wp simple paypal shopping cart, but I was asking about wp eStore, where variations are coded on the Add/Edit Products page. Same idea, though.