Jump to content

dschiller

Members
  • Posts

    16
  • Joined

Converted

  • FusionPro Products
    No

dschiller's Achievements

Apprentice

Apprentice (3/14)

  • First Post Rare
  • Collaborator Rare
  • Conversation Starter Rare
  • Week One Done
  • One Month Later

Recent Badges

10

Reputation

  1. I've tried using this code and I've gotten it to validate and work when I'm using FusionPro in Adobe Acrobat, but when I upload the template to MacromCentral and try to preview the rule in effect, it doesn't recognize it and only prints a semicolon instead of the line break. I've even downloaded the template from the website and reopened it up in Acrobat to find that the rule is still there and working. It's only when I attempt to put it online that it doesn't.
  2. Hi all, I'm having an issue in my online store where I've set up my group settings to allow for multiple options for shipping methods, yet whenever users go to checkout, there are no options present in the drop down box. In addition, I have multiple shipping addresses that I would like the customers to be able to choose from, but only the default one shows up and that's only if I lock the default shipping address. Any help would be great! How it looks in the store: http://i5.minus.com/jxE1HoxSr7G7q.jpg Notice how the drop down box is empty. How my settings look: http://i.minus.com/jbk2ChhaIUsftr.png
  3. Hi all, I'm having an issue in my online store where I've set up my group settings to allow for multiple options for shipping methods, yet whenever users go to checkout, there are no options present in the drop down box. In addition, I have multiple shipping addresses that I would like the customers to be able to choose from, but only the default one shows up and that's only if I lock the default shipping address. Any help would be great! How it looks in the store: http://i5.minus.com/jxE1HoxSr7G7q.jpg Notice how the drop down box is empty. How my settings look: http://i.minus.com/jbk2ChhaIUsftr.png
  4. Actually, as it turns out, I'm still getting the same problem even after replacing the data field in the text edit. Now whenever I preview, the semicolon disappears, but the line still isn't breaking. Is it possible that there's a problem with PTI handling escape sequences such as "\n"? I've tried using <br> but the system doesn't recognize it as a page break and just prints out "<br>"
  5. Oops! I completely forgot to call out the rule. That solved everything! Thanks
  6. Hi Everyone, so I'm having a little trouble applying a line break rule to a business card template that I've been working on. Basically I have a line of input, and I want my customers to be able to insert a semicolon (or other character) to break their lines where they please. Although I'm not the most fluent person in javascript, my code works when I validate, but when I click okay and apply it to my template, it neither works when I preview it or when I compose it. Currently, I have a rule stating: return TaggedDataField("Position").replace(/; /g, "\n"); So far, I've tried many variations of this code with the "Treat returned strings as tagged text" box checked and unchecked, yet the semicolon still remains after I click okay. I'm using FusionPro 9.2 right now if that helps, If anyone knows a workaround that would be wonderful! Thanks
  7. Hi all, I have a spread sheet with a series of years in a column. When I go to upload this data the time magically appears ofter it. My spreadsheet looks like this: 2-12-2001 5-23-2013 5-5-2005 and so on... when I up load the data it looks like this 2-12-2001 12:00:00 AM I do not know where the 12:00:00 AM comes from?
  8. Thank you very much I know that may seem simple but I really struggled with that
  9. If I have a set of numbers like the following: 1234567890123 Is there a rule so that I can have an "A" added before and after it, like the follow: A1234567890123A Thanks
  10. One more question, If I have a set of numbers like the following: 1234567890123 Is there a rule so that I can have an "A" added before and after it, like the follow: A1234567890123A Thanks
  11. Thanks Alex, Im still new to all of this. Earl
  12. Hi PTI Community, ok here is the story, I have field called barcode where a user uploads a specified list of numbers here is an example "A1234567890123A" these number are printed on to ID cards I need a rule that will hide the "A's" so all that gets printed is "1234567890123". Any suggestions?
  13. Thanks Dan I appreciate the advice.
  14. Hi PTI community, Im new here and new to PTI. So this is one of my first threads (hopefully my problem well enough) I am working on marking an ID card. I made a field called barcode and chose the font to be "Codabar" after printing it the barcode scanner couldn't read the barcode. Do I need to make a rule that will change the barcode field into the "codabar"? if so how would I go about writing such a rule? Thanks for your help
×
×
  • Create New...