Jump to content

inxcapable

Registered Users - Approved
  • Posts

    3
  • Joined

Converted

  • Location
    Seattle

Converted

  • Occupation
    Director, Business Development

Converted

  • FusionPro Products
    Yes

Converted

  • FusionPro VDP software version
    Server 8.0

inxcapable's Achievements

Newbie

Newbie (1/14)

  • First Post Rare
  • Conversation Starter Rare
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

10

Reputation

  1. Does anyone have insight to this issue? We're still unresolved and I need to launch this site in the next couple of week.
  2. We are building a business card for a client. It's pretty straightforward except for the fact that we need to use two different fonts to create the card - one for numbers and one for text. In order to control the fonts we need to use JavaScript rules. The fields that are impacted are the street address and email address fields. Text = MrEavesSanOT Numbers = MrEavesModOT PTI supplied this Javascript rule for us to use: newAddress = '<f name="MrEavesSanOT">' + Field("Address").replace(/(\d+)/g, '<f name="MrEavesModOT">$1</f>'); return newAddress; It sort of works, but it causes a situation where if a house number is followed by a street number, the numbers concatenate. 777 77th Avenue reads as 77777th Avenue. They told us to remove </f> after MrEavesModOT. It corrects the concatenation issue. But then causes any text that appears after a number to render as MrEavesModOT. We need text to be rendered as MrEavesSanOT. I’d appreciate your feedback. Thanks!
  3. How do you keep orders organized throughout the production process? For example, let's say you have 10 orders each with 3 or 4 line items. All of the line items are POD and many look similar. How do you keep production and shipping from getting line items mixed up between orders?
×
×
  • Create New...