Commit 6edfb8da07f8d127bcfcb6c71df28abe3d326f57

Authored by Administrator
1 parent da31aaf6

hide "open-delivery-modal hidden_modal"

Showing 2 changed files with 4 additions and 4 deletions   Show diff stats
src/app/frontend/views/index.php
... ... @@ -244,9 +244,9 @@ $page_title = isset( $page_title ) && !empty( $page_title ) ? $page_title : '';
244 244 </div>
245 245 </div>
246 246  
247   -<div class="open-delivery-modal hidden_modal">
248   - <div><img src="/images/popup_full.png" class="popup_full"><img src="/images/popup_open.png" class="popup_mobile"><span class="modal_close"></span></div>
249   -</div>
  247 +<!--<div class="open-delivery-modal hidden_modal">-->
  248 +<!-- <div><img src="/images/popup_full.png" class="popup_full"><img src="/images/popup_open.png" class="popup_mobile"><span class="modal_close"></span></div>-->
  249 +<!--</div>-->
250 250 <link rel="stylesheet" type="text/css" href="css/fontlato.css">
251 251 <div class="delivery-form-par">
252 252 <div class="close-white"></div>
... ...
src/lib/common.php
... ... @@ -1314,7 +1314,7 @@ namespace
1314 1314 }
1315 1315  
1316 1316 public function containsPromoCode($promo_code, $item) {
1317   - $group_ids = $this->parseArray($promo_code['group_id']);
  1317 + $group_ids = $this->parseArray($promo_code['group_ids']);
1318 1318 /*$catalog_ids = $this->parseArray($promo_code['catalog_ids']);*/
1319 1319  
1320 1320 if(!empty($group_ids) && in_array($item['id'], $group_ids))
... ...