Jump to content

Problem with module (shipping)


s7w

Recommended Posts

Hello

I have a problem with shipping module, after clicking on a selected shipping method (cart page), window with select of delivery place is not displayed. It's a problem with CSS (template errors), core.js or AJAX?

This code below should be displayed:

"<div id="hook-display-before-carrier">
    <div id="EE_INPOST_MODULE_HOOK_AFTER_CARRIER">
        <div class="row" id="select_parcel_container">
        <div class="col-lg-12">
            <div class="form-group row">
                <label class="control-label col-md-3" style="padding-top:20px; text-align:right;" for="phone_parcel">
                    Selected parcel:
                </label>
                <div class="col-md-9">
                    <button class="btn btn-default btn-lg INPOST_select_parcel_button" style="">
Select place:
</button>
</div>
</div>
</div>
</div>

<div class="row" style="margin-bottom: 20px;" id="phone_no_parcel">
<div class="col-lg-12">
<div class="form-group row">
<label class="control-label col-md-3" style="padding-top:20px; text-align:right;" for="phone_parcel">
Nr. telefonu:
</label>
<div class="col-md-9">
<div class="row">
<div class="col-xs-5 col-md-6">
<div class="validate-field">
<input class="form-control required INPOST_phone_parcel_input" id="phone_parcel" name="phone_parcel_locker" style="height:53px;" value="" type="text">
<span aria-hidden="true" class="INPOST_phone_check_icon"></span>
</div>
</div>
<div class="col-xs-7 col-md-6">
<button class="btn btn-default btn-lg INPOST_phone_check_parcel_button">Check mobile number</button>
</div>
</div>
</div>
</div>
</div>
</div>

<input name="selected_parcel" value="" type="hidden">
</div>
  </div>"


Regards
s7w

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...