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

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


Recommended Posts

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

Змінено користувачем Aliba_1991
Надіслати
Поділитися на інших сайтах


  • Aliba_1991 changed the title to index.php?route=extension/payment/zoodpay/agree&service_id=ZPI  не могу найти этот путь до файла, там в нужно было дописать условия
38 минут назад, Aliba_1991 сказал:

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

 

Спойлер

 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"
            );
        }

 

 

Змінено користувачем antiuser
Надіслати
Поділитися на інших сайтах


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.  Вот эту ошибку хочу убрать

 

Надіслати
Поділитися на інших сайтах


Створіть аккаунт або увійдіть для коментування

Ви повинні бути користувачем, щоб залишити коментар

Створити обліковий запис

Зареєструйтеся для отримання облікового запису. Це просто!

Зареєструвати аккаунт

Вхід

Уже зареєстровані? Увійдіть тут.

Вхід зараз
  • Зараз на сторінці   0 користувачів

    • Ні користувачів, які переглядиють цю сторінку
×
×
  • Створити...

Important Information

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