I’m interested in using my own defined “SKU”, too. We’re just about ready to go live with a site that has an existing fulfillment center, and we need some way of showing the existing Product ID/SKU on the cart receipt. There seems to be a “product_code” lurking in the extension files and also sent to FoxyCart as part of the JSON, but it’s not displayed in the control panel.
"products":[
{
"id": "408350",
"name": "31 Day One Piece",
"code": "I WANT TO USE THIS VALUE HERE",
"options": {"sku":"153"},
"quantity": 1,
"price_each": 24.99,
"price": 24.99,
"weight_each": 0,
"weight": 0,
"shipto": "",
"category": "DEFAULT"
}
],
How can I get my custom product id input into the “code” above?
Thanks.
PS: Fantastic product. Nearly every issue I’ve run into has been solved either here or at the FoxyCart forums. But this one I can’t figure a workaround.