Unstoppable Domains

Auctiva Template & Logo needed

Spaceship Spaceship
Watch
Status
Not open for further replies.
Hi

I need someone to create an Auctiva for my eBay antiques listings. The Auctiva script is basic HTML with their custom tags, so you'll need to open an account at Auctiva to check on how those work. You will also need an account there to test the template. It's a free site, unless you need premier services, which you won't for this!

I'll provide a basic layout, nothing complicated, and a general design overview for both template and logo, again nothing complicated. Should be a very easy job for someone with better design and HTML skills than me.

I would prefer it if you had an eBay account to show me the completed template working, you could get a free throwaway account for this also.

Please PM me with an idea of costs, I want to get this done asap.

I am happy to get the log done seperately by the way, if that part of it is an issue for anyone. I'll start a logo contest if people want to do the template design only.

David


MODS PLEASE NOTE:
I had an advert removed before because the user needed an account at a similar site. A mod thought I was trying to get people to sign up to a site I had something to do with. I am not doing that! Auctiva has thousands of paying customers and is the most popular eBay managment site there is. If I owned any part of it, I wouldn't be bothering to list stuff on eBay ;)

---------- Post added at 06:40 PM ---------- Previous post was at 05:59 PM ----------

For the layout I will be looking for something similar to this by the way:

http://ebayappreview.com/templates/bubbles/auctivaPreview.php

It will need to be classier, but the basic layout is there :)
 
Last edited:
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
Hi

I don't seem to be getting any interest so far. Maybe I am just being impatient, but it's also possible people don't understand the job.

It is very simple html, and possibly a stylesheet, with a small number of custom tags that work with Auctiva. Anyone with some design skills and even reasonable coding ability will find this one a breeze :) I have no skills in the above and have been able to put something basic together.

The below is an example of the type of thing I mean. Its the code for the example posted above. The upper case tags contained in [] are the custom tags that grab data from Auctiva, for example: [TITLE]

***************************************

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>

<body>
<div id="bg">
<div id="container">
<div id="header">
<div id="headBack">
<!-- start of logo area -->
<div id="logo" class="fltlft">
<h1>LOGO</h1>
</div>
<!-- end of logo area and start of customizable area -->
<div id="customize" class="fltrt">
<div style="font-size:24px"><strong>Customizable Area</strong></div>
You can put images, a tag line or nothing in this area
</div>
<!-- customizable area ends -->
</div>
</div>
<div id="contentContainer">
<div id="title">
[TITLE]
</div>
<div id="sidebar1">
<a name="desc"></a>
<h3>Description:</h3>
<div id="description">
[DESCRIPTION]
</div>
</div>
<div id="mainContent">
<div id="images">
<div id="mainImage">
<a href="[IMAGE1_URL]" target="_blank"><img src="[IMAGE1_URL]" width="400" height="300" hspace="0" vspace="0" border="0" align="left" name="mainphoto"></a>
</div>
<div id="thumbImage">
<!-- image one -->
<a OnMouseOver="mainphoto.src='[IMAGE1_URL]';" OnMouseOut="mainphoto.src='[IMAGE1_URL]';"><img src="[IMAGE1_URL]" width="80" height="60" hspace="10" vspace="8" border="0" align="left"></a>
<!-- image two -->
<a OnMouseOver="mainphoto.src='[IMAGE2_URL]';" OnMouseOut="mainphoto.src='[IMAGE2_URL]';"><img src="[IMAGE2_URL]" width="80" height="60" hspace="10" vspace="8" border="0" align="left"></a>
<!-- image three -->
<a OnMouseOver="mainphoto.src='[IMAGE3_URL]';" OnMouseOut="mainphoto.src='[IMAGE3_URL]';"><img src="[IMAGE3_URL]" width="80" height="60" hspace="10" vspace="8" border="0" align="left"></a>
<!-- image four -->
<a OnMouseOver="mainphoto.src='[IMAGE4_URL]';" OnMouseOut="mainphoto.src='[IMAGE4_URL]';"><img src="[IMAGE4_URL]" width="80" height="60" hspace="10" vspace="8" border="0" align="left"></a>
</div>
<div style="margin-left:200px; font-size:12px; margin-top:4px; ">Hover To Enlarge</div>
</div>
</div>
<div style="clear:both;"></div>
</div>

<div id="sellerInfo">
<div class="info">
<a name="about"></a>
<h2>About Us</h2>
[ABOUT_ME]
</div>
<div class="info">
<a name="terms"></a>
<h2>Shipping</h2>
[TERMS_OF_SALE]
</div>
<div class="info">
<h2>Payment</h2>
[PAYMENT]
</div>
<div class="info">
<a name="contact"></a>
<h2>Contact Us</h2>
[CONTACT_US]
</div>
</div>
<br class="clearfloat"/>
<div id="footer">
<div id="footerLink">
<a href="http://www.ebayappreview.com"/>eBay Template</a> found at eBay App Review
</div>
<div id="footNav">
<a href="#desc">Description</a>
<a href="#about">About Us</a>
<a href="#terms">Shipping</a>
<a href="#contact">Contact</a>
</div>
</div>
</div>
</div>
<div id="cssParent">
<div id="css">
<link rel=StyleSheet href="http://www.ebayappreview.com/templates/bubbles/css/allStyle.css" type="text/css" media=screen>
<link rel=StyleSheet href="http://www.ebayappreview.com/templates/bubbles/css/bluegrey.css" type="text/css" media=screen>
</div>
</div>
<script type="text/javascript">
var linkBack = document.getElementById('footerLink');
var addStyle = false;

if(linkBack.innerHTML.trim() == '<a href="http://www.ebayappreview.com">eBay Template</a> found at eBay App Review'){
addStyle = true;

}
parent = document.getElementById('cssParent');
css = document.getElementById('css');
parent.removeChild(css);
</script>
<script type ="text/javascript">
if(addStyle){
document.write('\
<link rel=StyleSheet href="http://www.ebayappreview.com/templates/bubbles/css/allStyle.css" type="text/css" media=screen>\n\
<link rel=StyleSheet href="http://www.ebayappreview.com/templates/bubbles/css/bluegrey.css" type="text/css" media=screen>\n\
\n\
');
}
</script>
</body>

</html>
 
Last edited:
0
•••
I am sure I can probably get it done. So, basically jazz this up to look cool?
 
0
•••
The job is now done and paid for with a 33% bonus :)

Sorry to the person that replied above. I only noticed your message after I got set up with someone else from the forum.
 
0
•••
Status
Not open for further replies.
Appraise.net

We're social

Unstoppable Domains
Domain Recover
DomainEasy — Live Options
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back