Prestashop - Override
public function install()
<?php // override/classes/Cart.php class Cart extends CartCore
// Temporarily add at top of your override file if (!defined('_PS_VERSION_')) exit; override prestashop
<?php // override/controllers/front/ProductController.php class ProductController extends ProductControllerCore
/modules/blockreassurance/controllers/front/AdditionalProductTabController.php public function install() <
/override/classes/Cart.php
/controllers/front/ProductController.php public function install() <
Goal: Add a button in order list.