How to Make Your Own eBay Daily Deals & Weekly Deals

Posted on

This is a precursor to the full article on how to leverage eBay shop tags which I may finally complete for tomorrow (ok, may be Monday). However this is the most immediate application for your eBay shop and can be implemented in minutes. Plus I’m including code for you to copy/paste with! 73MAR2VX5JRS

What are eBay Shop Tags?

Before we start, you need to quickly learn that there are special tags, or keywords that can be used in the eBay shops. These tags that allow you to dynamically show your listings and other data on your eBay shop. I’ll be covering these fully in an article I’ll be releasing shortly, that describes each of them and includes a practical example of each.

The eBay Shop Tag – eBayStoresItemShowcase

Example ItemIn a few moments we’re going to be leveraging the eBay shop tag eBayStoresItemShowcase and using the attribute called ITEM to specify an eBay item ID to then bring this through on to our eBay shop.

This tag (or keyword) has several other attributes, I cover these in more depth later in the full article, but for now, rest assured you can have more control than this.

Create a Custom eBay Shop Page

For this to work, we need to create a custom eBay shop page, as long as you have an eBay shop, you can do this as the basic eBay shop has 5 pages included.

  1. Go to eBay and Sign in
  2. Go here: http://my.ebay.co.uk/ws/eBayISAPI.dll?MyeBay&CurrentPage=MyeBayManageStore
  3. On the left click on ‘Custom Pages’ (or go here)
  4. Now under ‘Active Pages’, hit ‘Create new page’ (its a little hidden, keep looking)
  5. Now there are a couple of formats, but we want the most control so go for the bottom one called ’1 text Section/HTML’ along the bottom and hit continue
  6. Enter a Page Title. I suggest ‘Home’
  7. You now have a big text section, the HTML for this will follow in a few moments
  8. You can elect to show or hide the left bar at the bottom, this is a choice I’ll leave for you (leave it shown!!!!).
  9. On the next page, after pasting the HTML verify its as expected and hit save and publish

Notes: You may have already noticed that some of these templates include featured items, that’s really nice for simple users, I’ll be giving you some HTML in a moment that you can edit to your own liking and have maximum control.

If you would like this for your homepage, there is one extra step to do this, go back to the eBay shop custom pages page here and near the bottom there is a section called ‘ Shop Homepage’ and a drop-down box, you can use this to set the shops homepage. This is how people create custom pages and create some those superb landing pages you see.

Grab 6 Item Numbers

We’re going for the maximum control option, which is specifying the item numbers that are to be shown in our daily and weekly deals section. There are other options, but I’m pretty sure you’re going to be wanting to specify exact items.

We need 6 numbers, 2 are going to be our daily deals, the other four are going to be our weekly deals. So before we can do this, lets go and grab six items. If you do not know what item numbers are you can find these by looking at your listings, using this listing as an example.

I have put an arrow next to the eBay item number.

ebay-shops-item-number-1

Where you can find the eBay item Number of a Listing

The Keyword

We’re using two keywords, on that has two items specified for the daily deals and one that has four item numbers set for the weekly deals. In this example I’ve also set the attribute BACKFILL to on, so at least if you forget to update the listing or it ends, eBay will back fill for you.

Daily Deals Keyword:

{eBayStoresItemShowcase ITEM=”ItemNumber1,ItemNumber2″ DISPLAY=”1″ BACKFILL=”On”}

Weekly Deals Keyword:

{eBayStoresItemShowcase ITEM=”ItemNumber3,ItemNumber4,ItemNumber5,ItemNumber6″ DISPLAY=”1″ BACKFILL=”On”}

The HTML

Now this is clearly not going to be a one size fits all, but it’ll get you on the right track. It is s a single column format that has titles, descriptions and the eBay shop tags in and will point you in a the right direction.

I’ve added some comment tags to guide you to which sections you can edit and also remember to replace ItemNumber1, ItemNumber2, ItemNumber3, ItemNumber4, ItemNumber5, ItemNumber6 with the eBay item numbers you harvested before.

Code:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<table width="100%" border="0" cellspacing="0" cellpadding="2">
  <tr>
    <td><strong>Our Daily Deals</strong></td>
  </tr>
  <tr>
    <td valign="top">
    	<!-- Daily Deal Introduction -->
    	Welcome to ebay shop XYZ we have two amaizing deals for you, these are Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam et rutrum lorem. Morbi eget mauris enim, ac interdum lacus. In non interdum est. Nulla facilisi. Donec vel nibh ac purus faucibus volutpat. Praesent nec neque dolor. Aliquam id lectus sit amet augue aliquam accumsan. Morbi lobortis eros lacinia erat facilisis suscipit. Donec eu urna nec elit vestibulum ornare ut ultrices arcu. Donec in nibh ante.
	</td>
	</tr>
	<tr>
    <td valign="top">
    	<!-- Daily Deal Item Numbers -->
    	{eBayStoresItemShowcase ITEM="ItemNumber1,ItemNumber2" DISPLAY="1" BACKFILL="On"}
 
    </td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td><strong>Our Weekly Deals</strong></td>
  </tr>
  <tr>
    <td>
    	<!-- Weekly Deal Introduction -->
    	Take advanatge of our amazing weekly deals, thee only last for one week  Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam et rutrum lorem. Morbi eget mauris enim, ac interdum lacus. In non interdum est. Nulla facilisi. Donec vel nibh ac purus faucibus volutpat. Praesent nec neque dolor. Aliquam id lectus sit amet augue aliquam accumsan. Morbi lobortis eros lacinia erat facilisis suscipit. Donec eu urna nec elit vestibulum ornare ut ultrices arcu. Donec in nibh ante.
	</td>
  </tr>
  <tr>
    <td>
    	<!-- Weekly Deal Item Numbers -->
        {eBayStoresItemShowcase ITEM="ItemNumber3,ItemNumber4,ItemNumber5,ItemNumber6" DISPLAY="1" BACKFILL="On"}
 
    </td>
  </tr>
</table>

Real Life Example

This is the example code live on eBay, as you can see, it only needs the descriptions and you’re ready to roll!

ebay-shops-daily-deals-example

The Example Code Output with Live eBay Items

Easy-Peasy

You’ve now got the keywords, the HTML and the instructions. Easy-Peasy. Enjoy.

If you enjoyed this article, receive email updates (it's free).

Tags: , Categorised in: Business Consultation, eBay, Market Places
Posted on

Work With Matthew
Matthew can help you and your business grow, to achieve the results you know your hard work deserves. If are at the stage where you know you are the blockage or just need help, the way forward is only a click away.
Get Updates (it's free)

Subscribe to Matt's newsletter and keep yourself up-to-date. Its only sent every two weeks and certainly no spam.

Leave a Reply

Your email address will not be published. Required fields are marked * Click here if you would like a picture to appear next to your name.

* (required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">

4 Responses to How to Make Your Own eBay Daily Deals & Weekly Deals

  1. Pingback: How To: Using eBay Shop Keywords to Leverage the Extra eBay Shop Pages

    [...] covered this in detail in an earlier article called How to Make Your Own eBay Daily Deals & Weekly Deals check this article out to see a more detailed description.The Example Code Output with Live eBay [...]

  2. Pingback: 5 Tips for Preparing Your Business for January Not Christmas - The Last Drop of Ink

    [...] job when its too late.You might also want to look at the two articles I wrote earlier this year on How to Make Your Own eBay Daily Deals & Weekly Deals and another on How To: Using eBay Shop Keywords to Leverage the Extra eBay Shop Pages, as you can [...]

  3. Pingback: How To Get on eBay Daily Deals - The Last Drop of Ink

    [...] in an earlier article that you can create your own using the eBay shops tags in the article called How to Make Your Own eBay Daily Deals & Weekly Deals.In this article I cover the ground around daily deals and try and be constructive as possible [...]

  4. How to Make Your Own #eBay #Daily Deals & Weekly #Deals – http://t.co/A9S8LN9W