• Resolved startechmarketing

    (@startechmarketing)


    Hello

    I am trying to figure out a way to handle custom products or ship to another country options

    The two IF conditions are currently options we need

    IF –> When we are not sure the shipping costs
    a. shipping another country than default country -or-
    b. item that has a special shipping class assigned (custom product)

    THEN –> (these are some ideas how we could handle it)
    The Shipping costs
    a. will not be included in price when paying (a notice is given) -or-
    b. we only require a 50% deposit -or-
    c. we place the order on manual approval

    Do you have any suggestions for me?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author wp-centrics

    (@wpcentrics)

    Hi, @startechmarketing. Thank you for your interest in our plugin.

    First of all, you should setup two shipping zones: one for your country (or multiple shipping zones which distinct shipping rates but known), and another for rest of world (or rest of countries where you can send your goods, but can’t calculate shipping rates)

    Then, in your known shipping rates zone(s), you can set a first rule in each shipping method, to discard carts with the custom product class, in this way:

    #1 WHERE In shipping class (custom product), Price 0, Special action: Abort shipping method.

    #2 …whatever calculation

    ============

    In the unknown shipping rate cost zones, you can leave empty shipping methods and use some third party plugin that customise the messages where there isn’t methods available.

    …or you can use the Fish and Ships Pro, that allow you to show shop messages (as WooCommerce does), customise the non-available shipping method messages and much more. Please, read more about here:

    https://www.wp-centrics.com/customize-cart-messages-in-woocommerce-easily/

    Or you can add a message with a button to contact form, a popup to contact, etc:

    https://www.wp-centrics.com/cart-notices-with-button-on-woocommerce/

    …or you can setup a shipping method named “pre-order” or similar, apply a custom coupon 50% off automated, and add a message that explains it to your customer:

    https://www.wp-centrics.com/conditional-woocommerce-coupons-application/

    …this solution (for the rest of the world) will be used also for known shipping rates zones + custom products on cart

    Kind regards,
    Carles Martin
    wp-centrics

    Plugin Author wp-centrics

    (@wpcentrics)

    After a while, I close this topic. Please, open a new one if you still need assistance.

    Best regards,
    Carles Martin

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘custom products or ship to another country options’ is closed to new replies.