| Adding your logo or header to cart, check-out and billing pages:
By doing this yourself (DIY)
you are saving the hourly charge (50.00-125.00 ) programmers will
charge.
On theses pages you do not want any distraction or anything that will
divert the buyers attention. You can keep it simple by only adding your header or
logo in jpeg or gif format.. Here is how to add your image to the top of
theses pages.
After generating the "quantity and ADD TO CART" go to the HTML
code area.
Highlight and copy the full line which contains your EPN account number:
<input type="hidden"
name="ePNAccount" value="YOUR ACCOUNT NUMBER">
Go to the next line...Then paste the command you
just saved. If done correctly it should look like this.
<input type="hidden"
name="ePNAccount" value="YOUR ACCOUNT NUMBER">
<input type="hidden" name="ePNAccount"
value="YOUR ACCOUNT NUMBER">
Now remove ePNAccount replace it with LogoURL it
should look exactly like this
<input type="hidden"
name="LogoURL" value="YOUR ACCOUNT NUMBER">
Next, remove YOUR ACCOUNT NUMBER replace it with the URL of
your image. It should look like this
<input type="hidden"
name="LogoURL" value="http://www.your website address.com/Your image">
Question: how doI find my logo url?
There is 2 ways of finding the location of your logo ir image.
The easiest way is listed below.
1.
Go to your website page where you can see your image or logo
you want on top of the billing pages
2. Hover over the image...right click...go to picture properties.
3. double click on the Address (#2) so the whole address is highlighted.
Copy the address.
4. Go back to the new line you just made and replace YOUR ACCOUNT
NUMBER with the whole address you just copied. if done correctly
both lines should look like this.
<input type="hidden" name="ePNAccount"
value="YOUR ACCOUNT NUMBER">
<input type="hidden" name="LogoURL"
value="YOUR IMAGE ADDRESS">
Save changes and check your work. If done correctly you will
see your image on all the billing pages. Repeat the same procedure
to all the "ADD To Cart" buttons you create.
CONGRATS:
You not only saved $$$ but also learned a new skill.
How to add background color to billing pages
Again we suggest you follow the KISS rule. Little or no distractions
like watermarks or background designs. We suggest you again Keep It Simple, but
if you insist on a colored background, find the color closest to the color of
your web pages. Follow these instruction on how to add background color.
Find the color code below that you want as your background on the
shopping cart, check-out and billing pages.
#ffff, #gggg, #eeefff,
Replace VALUE with the code in the following command:
|