• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

Welcome to Blue Fox Creative

  • Home
  • About
  • Services
  • Blog
  • Web Portfolio

Tutorials

Avoiding PayPal Payment Form Problems

May 28, 2014 By Tom Collins Leave a Comment

PayPal’s Buynow button form makes it very easy to accept payment on your site.  All you have to do is sign into your Paypal account and click the “BuyNow” button within “Merchant Services”.  If you need to collect added information like product colors or t-shirt sizes you’ll need to create a PayPal payment form.  Below outlines two issues that may make your form fail if your not careful.  I thought it a good idea to write about them so you can save time.

PayPal Payment Form Pitfall #1 Avoid Modifying the Option

Troubleshooting Paypal's payment formWhen creating the form for the first time you must designate the cost of the product at the Paypal site.  If you use a pull down allowing the user to select from several prices beware.  When you define the prices within the pulldown and the “Menu Item Name” understand that when your finished and you click the “Create Button” and the form code is created take note of the “hosted_button_id” and the actual <select> HTML see below

[dt_code]<form action=”https://www.paypal.com/cgi-bin/webscr” method=”post” target=”_top”>
<input type=”hidden” name=”cmd” value=”_s-xclick”>
<input type=”hidden” name=”hosted_button_id” value=”TWUH7FS3R7754″>
<table>
<tr><td><input type=”hidden” name=”on0″ value=”T-Shirt”>T-Shirt</td></tr><tr><td><select name=”os0″>

<!–BEWARE – – Changing the values to the options here can make the form fail with Paypal–>
<option value=”Large”>Large $20.00 USD</option>
<option value=”Medium”>Medium $15.00 USD</option>
<option value=”Small”>Small $12.00 USD</option>
</select> </td></tr>
</table>[/dt_code]

Avoid modifying the <option>.  There is a relationship between name=”hosted_button_id” value and the three options.  Remember, always create incremental backups of your HTML page.  That way when you are experimenting with the option values you always have a functional form to fall back on.

PayPal Payment Form Pitfall #2 Keep Your Inputs Names Incremental

The second most important issue is to make sure all your <input> names (see below for code example) are incremental.  That way everything gets passed and collected via PayPal

Make Sure your  name attributes are incremental

[dt_code]<input type=”hidden” name=”on0” value=“Name” />
<input type=”text” name=”os0” maxlength=”200″ />

<input type=”hidden” name=”on1” value=“Phone” />
<input type=”text” name=”os1” maxlength=”200″ />

<input type=”hidden” name=”on2” value=“Cell Phone” />
<input type=”text” name=”os2” maxlength=”200″ />[/dt_code]

I hope this info clears up some pitfalls to collecting extra info with your form.  Best of luck!

Filed Under: Ecommerce, Tutorials

How To Download A Vector Logo For Most Companies

May 19, 2014 By Tom Collins Leave a Comment

If you need a logo for a obscure company there’s a chance that the actual vector is available for download. Some companies have PDF files online and the person who made them imports graphics directly from Illustrator into the PDF.  If you have Adobe Reader, Illustrator or Photoshop you have the tools needed to get the job done.  If you are successful at downloading the vector make sure you get permission to use it. Most companies don’t even realize this is possible.

Tolls You'll NeedSteps On How To Download A Vector Logo For Most Companies

  1. Visit Google Custom Search
    • Enter the website domain inside the “Site or Domain” field (restricts search to only that site)
    • Select “Adobe Acrobat (.pdf)” in the “file type” drop down (will find all PDF documents)
  2. Find and download the PDF document with the company logo
  3. Open Illustrator and create a new blank RGB document
  4. Select “Edit” then “Place”
  5. Place the PDF document with the logo into the blank Illustrator document.
  6. Converting the Fonts To Outline: “Edit” then “Transparency Flattener Presets” now click OK.  (The video below shows how to convert text to outline below)
  7. Now click “Object” then “Flatten Transparency” (this will convert all the fonts to outline.) If you fail to do this part the system will replace all fonts that you don’t have and the logo will look slightly off.
  8. Isolate the logo from the rest of the document and copy and place it into Photoshop for placement on a new background.

That’s it.  This will save you a few hours of time verses needed to recreate the entire logo in Illustrator.  Below is a video that shows you how to convert the fonts to outline.

NOTE: the only limitation to this process is if the PDF does not have an embedded vectorized logo.  If this is the case your out of luck.  The PDF may still have the logo but it will not be scalable.  At this point you can try to rebuild it in Illustrator or use the non vector and mask it as best yo can in Photoshop.

 

Filed Under: Tutorials

  • « Go to Previous Page
  • Go to page 1
  • Go to page 2

Primary Sidebar

Get a Quote

Choose Current or Desired Website Host

Copyright © 2022 · Genesis Sample on Genesis Framework · WordPress · Log in