Results 1 to 4 of 4

Thread: Add Manuf Part Number to XML package

  1. #1

    Default Add Manuf Part Number to XML package

    How can I add the Man Part Number to the Distributor Email (XML Package) and the Single Product Package?

    Thanks

  2. #2
    Join Date
    Aug 2004
    Posts
    3,037

    Default

    which package in particular? and where on the page?

  3. #3

    Default

    I need it in notification.distributor.xml.config and product.SimpleProduct.xml.config

    Somewhere next or close to the product title or name.

    Thanks

  4. #4
    Join Date
    Nov 2006
    Location
    Cleveland, OH
    Posts
    1,792

    Default

    The mfg number is not pulled by either of those packages by default. For the simpleproduct package you would either need to write the entire query from scratch to pull all of the information that is already there (in which case you might as well just create a custom package) or modify the aspdnsf_ProductInfo stored procedure to also return the mfg number in the results that it returns.

    In the notification.distributor package, you would have to modify the OrderItems query and do a select/join on the variantID and/or productID retrieved from Orders_ShoppingCart to pull the related ManufacturerPartNumber from the Product and/or Variant table.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •