Ryan Graybeal Posted January 11, 2013 Share Posted January 11, 2013 I would like to add the sales order number or ticket number from an order to the slug line on my template page (not the FP slug, my slug)... on the press sheet. Is there a variable in FP that can pull either of those in? Thanks for any help... Ryan Link to comment Share on other sites More sharing options...
dleahy Posted January 21, 2013 Share Posted January 21, 2013 There could be a system variable that PTI could give you to use in the slug to pull in that information. I'd contact support directly. Link to comment Share on other sites More sharing options...
-Lisa- Posted September 10, 2013 Share Posted September 10, 2013 Hi Ryan, Did anyone ever get back to you with a resolution to this? Or was Support able to help? Link to comment Share on other sites More sharing options...
Ryan Graybeal Posted September 10, 2013 Author Share Posted September 10, 2013 No. I never heard from anyone on this. Is there a variable I can use? It would be great if there is. thanks, Ryan Link to comment Share on other sites More sharing options...
Alex Marshall Posted September 10, 2013 Share Posted September 10, 2013 (edited) Beginning with Fusionpro VDP Creator / Desktop version 8, there was an enhancement feature which added the ability to move slug/job information on imposed sheet to any location. For more information about creating a slug line that allows for variable content, please see the Rules Reference Guide or the Imposition Guide. To view the guides in Acrobat, select "Fusionpro>Documentation>" to access the manuals. Please see the Rules Guide section called “Imposition SlugLine.” Edited September 10, 2013 by Alex Marshall Link to comment Share on other sites More sharing options...
-Lisa- Posted September 11, 2013 Share Posted September 11, 2013 Thanks so much Alex! Going to take a look at this now. Link to comment Share on other sites More sharing options...
-Lisa- Posted September 11, 2013 Share Posted September 11, 2013 Alex, I see where you can add variable content to the slug line however I don't see any information in the Rules Guide which indicates how the Sales Order number from a MarcomCentral storefront can be pulled and included in this slug. Is this not possible? Link to comment Share on other sites More sharing options...
Alex Marshall Posted September 11, 2013 Share Posted September 11, 2013 Hi Lisa, You will need to contact your BRM if this is something you are trying to do in Marcom Central. The information I provded was for Fusionpro VDP Creator offline use in Acrobat. Link to comment Share on other sites More sharing options...
johnw Posted February 24, 2017 Share Posted February 24, 2017 Digging up an old thread in case someone stumbles on this looking for an answer. This works for me to add Order Number and SKU to an imposition in MCC. 1) Add the following to OnJobStart in your template: FusionPro.Composition.impositionSheetSlugText = (FusionPro.Composition.JobOptions["MCC_OrderNumber"]+"-"+FusionPro.Composition.JobOptions["MCC_OrderLineItemSKU"]); 2) Edit the following in your MCC template setup: Template>Proof/Press Settings>Edit Press Settings>Info Slug:>Standard Slug Link to comment Share on other sites More sharing options...
Armando Pena Posted April 18, 2017 Share Posted April 18, 2017 what would we add if we wanted the qty. of the order to show up on the slug. Link to comment Share on other sites More sharing options...
Recommended Posts