Commit 26538e1b20e247eca7cd23be072c9a46ca4abc7e

Authored by Administrator
1 parent 1ff3f032

add local config

src/app/frontend/controllers/DealerController.php
@@ -707,12 +707,12 @@ class DealerController extends \controllers\ControllerBase @@ -707,12 +707,12 @@ class DealerController extends \controllers\ControllerBase
707 } 707 }
708 708
709 public function singleOrderAction($order_id,$type) { 709 public function singleOrderAction($order_id,$type) {
710 - // $this->getOrder($order_id,$type); 710 + $this->getOrder($order_id,$type);
711 } 711 }
712 712
713 public function printOrderAction($order_id,$type) { 713 public function printOrderAction($order_id,$type) {
714 $this->view->setRenderLevel(View::LEVEL_ACTION_VIEW); 714 $this->view->setRenderLevel(View::LEVEL_ACTION_VIEW);
715 - // $this->getOrder($order_id,$type); 715 + $this->getOrder($order_id,$type);
716 } 716 }
717 717
718 public function wholesalePricesAction() { 718 public function wholesalePricesAction() {
src/app/frontend/views/dealer/onlineOrderHistory.php
@@ -19,9 +19,9 @@ @@ -19,9 +19,9 @@
19 </td> 19 </td>
20 <td align="center" id="right_border"><?= $o['created_date'] ?></td> 20 <td align="center" id="right_border"><?= $o['created_date'] ?></td>
21 <td align="center" class="status_price"><span id="price_sum"><?= $o['price'] ?></span> грн.</td> 21 <td align="center" class="status_price"><span id="price_sum"><?= $o['price'] ?></span> грн.</td>
22 - <td id="greytd" align="center">  
23 - <iframe style="border: 0" width="20px" height="20px" src="<?= $this->seoUrl->setUrl($this->url->get([ 'for' => 'print_order' ]).$o['id']) ?>"></iframe>  
24 - </td> 22 +<!-- <td id="greytd" align="center">-->
  23 +<!-- <iframe style="border: 0" width="20px" height="20px" src="--><?//= $this->seoUrl->setUrl($this->url->get([ 'for' => 'print_order' ]).$o['id']) ?><!--"></iframe>-->
  24 +<!-- </td>-->
25 </tr> 25 </tr>
26 <?php endforeach; ?> 26 <?php endforeach; ?>
27 </table> 27 </table>