|
@@ -229,11 +229,11 @@ class OrdersController extends BaseController
|
|
$template_id = $male_site_template;
|
|
$template_id = $male_site_template;
|
|
}
|
|
}
|
|
|
|
|
|
- if($book_config && $book_config->charge_type == 'BOOK'){
|
|
|
|
|
|
+ /*if($book_config && $book_config->charge_type == 'BOOK'){
|
|
if( ($compare_id = $this->templateCompareV3()) ){
|
|
if( ($compare_id = $this->templateCompareV3()) ){
|
|
$template_id = $compare_id;
|
|
$template_id = $compare_id;
|
|
}
|
|
}
|
|
- }
|
|
|
|
|
|
+ }*/
|
|
/*if( ($compare_id = $this->templateCompare()) ){
|
|
/*if( ($compare_id = $this->templateCompare()) ){
|
|
$template_id = $compare_id;
|
|
$template_id = $compare_id;
|
|
}*/
|
|
}*/
|