|
@@ -150,6 +150,9 @@ function __construct(){
|
|
|
$quantity .= floor($val['quantity']).';';
|
|
|
$parameters[] = $val['variant_title'];
|
|
|
}
|
|
|
+ if(strpos($v['name'],"#M-") !== false){
|
|
|
+ continue;
|
|
|
+ }
|
|
|
if(isset($v['gateway'])){
|
|
|
if(stripos($v['gateway'],'shopify_') !== false)
|
|
|
{
|
|
@@ -307,9 +310,7 @@ function __construct(){
|
|
|
{
|
|
|
$authorid = $this->authorid($link,$shop['tweak']);
|
|
|
}
|
|
|
- if(strpos($v['name'],"#M-") !== false){
|
|
|
- continue;
|
|
|
- }
|
|
|
+
|
|
|
$thatDayOrder[] = array(
|
|
|
'order_id' => $v['name'],//订单号
|
|
|
'product_name' => $productNames,//产品标题
|