Перейти до вмісту
Пошук в
  • Детальніше...
Шукати результати, які ...
Шукати результати в ...

Aliba_1991

Новачок
  
  • Публікації

    3
  • З нами

  • Відвідування

Повідомлення, опубліковані користувачем Aliba_1991

  1. 2 часа назад, antiuser сказал:

     

      Скрыть контент

     catalog/controller/extension/payment/zoodpay.php

     

    
    
        public function agree() {
            $this->load->model('catalog/information');
            $query = $this->db->query("SELECT * FROM `" . DB_PREFIX . "zoodpay_configuration`");
            $result = $query->rows;
    
            if (isset($this->request->get['service_id'])) {
                $service_id = $this->request->get['service_id'];
            } else {
                $service_id = '';
            }
            $information_info = '';
            $output = '';
    
            for ( $i=0; $i <count($result) ; $i++){
                if($result[$i]['service_code'] == $service_id){
                    $information_info = $result[$i]['description'];
                }
            }
    
    
            if ($information_info) {
                $output .= html_entity_decode($information_info, ENT_QUOTES, 'UTF-8') . "\n";
            }
    
            $this->response->setOutput($output);
        }

     

    catalog/model/extension/payment/zoodpay.php

     

    
    
            $method_data = array();
            $terms = ' <a class="agree" href="' . htmlspecialchars($this->url->link("extension/payment/zoodpay/agree")."&service_id=".$service_code) . '" >  '.$this->language->get('text_termsc').'</a> ';
            if ($status) {
                $method_data = array(
                    'code'       => "$service_code",
                    'title'      => ($instalments !== '') ? ($instalments . $this->language->get('text_monthly') . $service_name . $this->language->get('text_of') . round(floatval($total) / floatval($instalments), 2) .' ' . $this->session->data['currency'] . $this->language->get('text_with_zoodpay') . $service_name) : $service_name,
                    'terms'      => "$terms",
                    'sort_order' => $sort_order,
                    'service_code' => $service_code,
                    'zoodpayterms' => "$zterms"
                );
            }

     

     

    field: shipping error: address_line1: cannot be blank; name: cannot be blank.  Вот эту ошибку хочу убрать

     

  2. index.php?route=extension/payment/zoodpay/agree&service_id=ZPI  не могу найти этот путь до файла, там в нужно было дописать условия оплаты через карточку

×
×
  • Створити...

Important Information

На нашому сайті використовуються файли cookie і відбувається обробка деяких персональних даних користувачів, щоб поліпшити користувальницький інтерфейс. Щоб дізнатися для чого і які персональні дані ми обробляємо перейдіть за посиланням . Якщо Ви натиснете «Я даю згоду», це означає, що Ви розумієте і приймаєте всі умови, зазначені в цьому Повідомленні про конфіденційність.