added sku and ready for tracking
This commit is contained in:
@@ -366,6 +366,7 @@ class UserController extends Controller {
|
||||
$item_url = $post['item_url'];
|
||||
$data = array(
|
||||
'ProductName' => $post['itemName'],
|
||||
'ProductCode' => $post['sku'],
|
||||
'ProductPrice' => str_replace('$ ', '', $post['item_price']),
|
||||
'ProductDescription' => $post['itemDescription'],
|
||||
'PrivacyStatus' => $post['item_privacy'],
|
||||
|
||||
Reference in New Issue
Block a user