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

Entries from June 2008

eBay Design - The copycats rise and how to decide?

June 29th, 2008 · 3 Comments

Well, keeping my eye out on the eBay Shop Design front there seems to be a lot of eBay Shops and templates all with the same layout. The re-skinning with CSS effect (close to what I am talking about with the DIY eBay Shop Design with CSS series, but with way better graphics and better [...]

[Read more →]

Tags: eBay

eBay Shop Design Lesson 8 - Promotion Boxes

June 29th, 2008 · 1 Comment

As I rubbished the promo boxes with the last CSS changes I thought I should get back to them ASAP.
First list on the agenda was to get rid of those crazy ‘corner’ images for the promo boxes:
table#PromoListView table table img {
display: none;
}
but that also kills the promo box images (and the slider) so now I [...]

[Read more →]

Tags: Web Mastering · eBay

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

The Fit has hit the Shan for eBay Developers….

June 26th, 2008 · No Comments

all over eBays ‘User generated content‘ woes.
Key content from this post:
What’s Changing on eBay: In the short-term, we’re moving listing descriptions to a different domain. Descriptions will be displayed by using an iFrame within the View Item page. Our intent is to ensure that user-generated content won’t have access to eBay site content. We’re currently [...]

[Read more →]

Tags: eBay

Todays letter was the letter J…

June 25th, 2008 · No Comments

I thought that my first API integration would be with eBay or Channeladvisor API, maybe a little ambitious on reflection, but working with Google Maps API is nice for a Javascript beginner.

[Read more →]

Tags: Web Mastering · eBay

eBay is going to phase out third party checkout?

June 24th, 2008 · 1 Comment

A pain for a lot of third party tools like ChannelAdvisor, Marketworks advisor what not and Kyozou.  Auctionbytes has brought this to our attention.
eBay announced it would phase out third-party checkout by this time next year. Third-party vendors help sellers list on eBay, and some offer sellers use of checkout systems to up-sell and cross-sell [...]

[Read more →]

Tags: Auction Management · 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

eBay is still ALL GOOD ALL THE TIME!

June 23rd, 2008 · No Comments

Well, after straying away from eBay as my main business as using it a to basically pimp a brand and e-commerce site, I have come full circle to building up an eBay presence again. It might be to do with the fees for core listings. They are lower, and you loose less to eBay:

Price From
Price [...]

[Read more →]

Tags: eBay

eBay Business Consultancy and Managed Service

June 20th, 2008 · No Comments

As my day job keeps me up to date in the world of software development and e-learning. I freelance as an eBay managed service consultant to keep up with the industry. With running my own e-commerce/eBay business time is tight but I now have space for another project to start August time.
So kicking it with [...]

[Read more →]

Tags: Google

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