Solve conflit with soflexibilite
This commit is contained in:
parent
28f6685178
commit
8b4764918a
@ -74,14 +74,16 @@
|
||||
};
|
||||
// Handle input click of the other input to hide the previous relay point list displayed
|
||||
$('input[name=id_carrier], input.delivery_option_radio').click(function(e){
|
||||
|
||||
if ( e.isPropagationStopped() ) {
|
||||
return false;
|
||||
// Only make action on carrier ID 236
|
||||
if ($(this).data('key') == '236,') {
|
||||
if ( e.isPropagationStopped() ) {
|
||||
return false;
|
||||
}
|
||||
refreshDeliveryOptions();
|
||||
overrideUpdateExtraCarrier($(this).val(), id_address);
|
||||
hideRelaySelectedBox($(this));
|
||||
e.stopPropagation();
|
||||
}
|
||||
// refreshDeliveryOptions();
|
||||
overrideUpdateExtraCarrier($(this).val(), id_address);
|
||||
hideRelaySelectedBox($(this));
|
||||
e.stopPropagation();
|
||||
});
|
||||
|
||||
// 1.5 OPC Validation - Warn user to select a relay point
|
||||
|
@ -24,8 +24,8 @@
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*}
|
||||
<!--On charge Google Map API-->
|
||||
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?sensor=false"></script>
|
||||
<!--On charge le widget mondial relay depuis leurs serveurs-->
|
||||
<!-- <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?sensor=false"></script> -->
|
||||
<!--On charge le widget mondial relay depuis leurs serveurs-->
|
||||
<script type="text/javascript" src="{$new_base_dir|escape:'htmlall':'UTF-8'}js/jquery.plugin.mondialrelay.parcelshoppicker.2.0.0.js"></script>
|
||||
|
||||
<script type="text/javascript" src="{$new_base_dir|escape:'htmlall':'UTF-8'}js/mondialrelay_widget.js"></script>
|
||||
|
Loading…
Reference in New Issue
Block a user