Skip to content

Commit

Permalink
remove duplication content checkout confirmation template
Browse files Browse the repository at this point in the history
  • Loading branch information
ClicShopping authored and ClicShopping committed May 24, 2020
1 parent a7c4f0a commit aab7023
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,6 @@ public function execute() {
$data .= '</td>' . "\n";
$data .= '</tr>' . "\n";

ob_start();
require_once($CLICSHOPPING_Template->getTemplateModules($this->group . '/content/checkout_confirmation_products_listing'));

$confirmation .= ob_get_clean();

$confirmation .= $data;
}

Expand Down

This file was deleted.

0 comments on commit aab7023

Please sign in to comment.