• Resolved xarz

    (@xarz)


    Hello,

    First thanks for the plugin, it does than we need.
    I’m wondering why shipping fields are missing from the checkout form when Quotes are enabled.
    And yes, I’ve Shipping enabled in Woocommerce.

    I’m using Storefront as theme. And it only shows very little customer fields.
    We need to show at last the shipping address to calcule shipment taxes.

    Is it possible?

    Regards.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter xarz

    (@xarz)

    Ok, I’ve found the php file. But there is no way to do a template? I need to edit the quotes-woocommerce.pho inside plugins/quotes-fo-woocommerce folder?

    I don’t want to edit plugins file…

    For thos wondering:

    Commenting these two lines of the file mentioned above, the address fields shows in the checkout form.

    // add_filter( ‘woocommerce_billing_fields’, array( &$this, ‘billing_fields’ ), 999 );
    // add_filter( ‘woocommerce_checkout_fields’, array( &$this, ‘checkout_fields’ ), 9999 );

    Plugin Author pinal.shah

    (@pinalshah)

    Hi @xarz,

    I apologize for the delay in response. The plugin has a setting which can be used to hide/display the Shipping fields at Checkout.

    When Quotes->Settings->Cart & Checkout Settings->Hide Address fields at Checkout is enabled, the Shipping fields will not be displayed at Checkout.

    Can you please let me know whether the setting is enabled at your end? If yes, can you please check by disabling it and let me know?

    Thanks,
    Pinal

    Plugin Author pinal.shah

    (@pinalshah)

    Marking as resolved as there’s been no further update.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Shipping fields missing in Checkout form Quotes enables.’ is closed to new replies.