• Resolved jaazbeer

    (@jaazbeer)


    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 ??

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author moomooagency

    (@moomooagency)

    Hi,

    1) weight/dimensions conditional logic may serve you; try combining it with your shipping cost calculator;

    2) I think it is possible; just play with the plugin, try to configure dynamic notice/price calculation like that; also check the docs to understand all the possibilities of dynamic notice option.

    Thread Starter jaazbeer

    (@jaazbeer)

    Hi,

    Thank you for your reply.

    Regarding your reply to 1):

    Is it possible to display a NOV from Uni CPO in the shopping cart?

    Plugin Author moomooagency

    (@moomooagency)

    Hi,

    Yes, sure. It is even possible to give a nice name for such order meta. Please, check the setting “display in the cart” next to NOV’s slug input.

    Thread Starter jaazbeer

    (@jaazbeer)

    Hi,

    Nice! And is it possible to connect a radio button to the numerical value of a NOV?

    Like
    if [x] –> NOV = 10,40
    if [ ] –> NOV = 0

    Thread Starter jaazbeer

    (@jaazbeer)

    Also, can you recommend themes that work well with your plugin?

    Plugin Author moomooagency

    (@moomooagency)

    Themes: Storefront and any theme that implements standard markup of WC templates.
    As per your question, oh, it is easy. Please, read here: https://moomoo.agency/three-lesser-known-uni-cpo-tips-and-tricks/

    • This reply was modified 3 years, 10 months ago by moomooagency.
    Thread Starter jaazbeer

    (@jaazbeer)

    Ok, wow, great stuff! ??

    Thread Starter jaazbeer

    (@jaazbeer)

    Man, your plugin is awesome. It’s almost like anything is possible if you get a little creative.

    Is it possible to retrieve a NOV (in my case shipping costs) with wooCommerce and make it wooCommerce’s ‘official’ shipping costs?

    Plugin Author moomooagency

    (@moomooagency)

    Thanks! Please, rate the plugin! ??

    I think you could use NOV in your shipping cost. Somehow. Not sure how, but wp hooks should help here.

    Thread Starter jaazbeer

    (@jaazbeer)

    I will.

    Alright, i’ll check hooks out. Thanks

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘dynamic shipping cost’ is closed to new replies.