Kidson Talks | The E-commerce Chemist

SEO | E-COMMERCE | EBAY - This is my journey as an E-commerce Consultant

Kidson Talks | The E-commerce Chemist header image 4

eBay Shop Design - Gallery Background Image

June 28th, 2008 · No Comments

We looked at changing the gallery background using css but now we want to move on and replace it with an image.
The section is currently:
/* ——– Control Border on Gallery List ——– */
td.gallery
{
border:1px #FF00FF solid;
}
/* ——– End ——– */
/* ——– Control Background on Gallery List ——– */
td.gallery table td
{
background:#FFCCFF;
}
/* ——– End ——– */
Now we are [...]

[Read more →]

Tags: Web Mastering · eBay

We love eBay design…

June 23rd, 2008 · No Comments

Its true….new players on the UK scene are http://createmystore.co.uk/ and their designs are looking good.
Even though their is a credit crunch in the UK it should not stop sensible investment in your eBay business. eBay design can provide various functions, from just aesthetics to brand new functionality which can be added.
On the net your design, [...]

[Read more →]

Tags: eBay

Lesson 6: eBay Shop Category Control with CSS

June 11th, 2008 · No Comments

OK, I did promise ebay javascript, but I wanted to do a little more on eBay Shop CSS.
So I want to give my store categories a pink background:
table#StoreCategories {
background-color:#FFCCFF;
}
and say then, I want to have the links in a different pink:
table#StoreCategories a {
color:#FF00FF;
text-decoration:none;
}
then I want to space out the categories and give them a pink [...]

[Read more →]

Tags: Web Mastering · eBay

Placing a custom header in your eBay Shop

April 26th, 2008 · 1 Comment

Lesson 5: Using a custom shop header.
You need to make sure you on on the ‘custom header only’ theme within eBay.
Go Back to wear you entered your style sheet information and place:

<img src=”http://www.mysite.com/header.jpg” alt=”eBay Header” />
You can put any kind of HTML in here to expand the header

[Read more →]

Tags: eBay

Controlling the page width of your eBay shop

April 24th, 2008 · 1 Comment

Lesson Four: Controlling page width
Slip into your CSS file this code:
.pagecontainer
{
width:900px;
margin:10px auto 10px auto;
}
The margin section makes sure the shop is centred.
So, bet you are wondering what the css file looks like now? I didn’t want a coloured background to my store so this is what I have so far:
/* How to style your eBay [...]

[Read more →]

Tags: eBay

eBay Shop Design - Playing with Nested Table Backgrounds

April 23rd, 2008 · 1 Comment

Lesson Three: Changing the backgrounds for the nested tables 
Right now, let experiment to how many times we need to mention table, to get a coloured background in different sections! Try adding these snippets of code to your css file.

table
{
background:#C0C0C0;
}
Using table once just colours the entire background within your eBay shop, including outside your shop front. [...]

[Read more →]

Tags: eBay

eBay Gallery View - Changing the background colours

April 23rd, 2008 · 2 Comments

Lesson Two: Changing the background colour of your gallery view.
eBay is designed using a series of nested tables, so in order to colour various bits of the design you need to make sure you have to mention the table or td definition the correct number of times to get the desired result. This is the [...]

[Read more →]

Tags: eBay

Createyourtemplate, Channeladvisor Catalyst and Pimp my Shop

April 23rd, 2008 · No Comments

Mathias and I under the Createyourtemplate banner moseyed on down to ChannelAdvisor Cataylst at Vinopolis in London.One of the features of Catalyst was a ‘pimp my shop’ session for ChannelAdvisor Stores, taking an existing CA customer with no current design. So let me run through the features of our tender:
Running down the design we [...]

[Read more →]

Tags: Auction Management · Consultancy · E-Business · eBay

eBay Design - Does it work?

March 31st, 2008 · 2 Comments

Sue from Tamebay had her eBay shop designed free, and has recently reported an increase in sales of approximately 33%. Not to attribute this to one design company, as I believe GOOD eBay design in general improves the customer experience. Sue noted that her traffic had not increased, but the items per customer had.
Sue Says
‘Prior [...]

[Read more →]

Tags: Auction Management · eBay

eBay Design Keyword Experiment - Strange turnaround!

March 24th, 2008 · No Comments

So searching for my favourite keyword ‘eBay Design’ and my eBay blog that I created while the experiment was under way is still going strong!
Second position on google.co.uk:

and fifth on google.com

So my eBay blog with one post focusing on the keyword eBay design, has kept far up the rankings in Google. You can not pay [...]

[Read more →]

Tags: Search Engine Optimisation · eBay