• Resolved grobc

    (@grobc)


    Hi,
    I′ve activated the “Always collect shipping address” checkbox, but not address input fields are shown.
    For a quick solution I’ve modified the mt-cart.php file. Here I’ve added

    if (mt_always_collect_shipping() ) {
    $output .= mt_render_field( ‘address’ );
    }
    after the email field in line 139

    Or is there any misconfiguration that will hide the address fields.

    Thanks
    Carsten

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

    (@grobc)

    Ok, the address fields will be shown at the cart page and and the checkout page. But the address will not be collected/the fields at the checout page will be shown empty.

    Thread Starter grobc

    (@grobc)

    ok, sorry, this was my fault..the address will not be shown at the cart page, it will only be shown at the checkput page.

    Plugin Author Joe Dolson

    (@joedolson)

    Glad you got it figured out! I was just working on getting caught up with requests.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘No address fileds are shown (Always collect shipping address)’ is closed to new replies.