how to make ebay item visible after sefic time?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jaiswarvipin
Forum Commoner
Posts: 32
Joined: Sat Sep 12, 2009 3:43 pm
Location: India

how to make ebay item visible after sefic time?

Post by jaiswarvipin »

Hi,
I have developed module for communicating with ebay API for managing the auction.

Now I want one feature that after adding the item it should not directly get visible to customer for buying, I want that item should get visible after some time interval.

I thing this is little bit complicated, let is explain you this way…

After adding item using ebay API it should visible after 10 min (this is one example time) such that I can correct if any thin goes wrong or remove that item form auction because you know that ebay charges us $200 if we add any item in the auction.

SO an any one help me on same
User avatar
akuji36
Forum Contributor
Posts: 190
Joined: Tue Oct 14, 2008 9:53 am
Location: Hartford, Connecticut

Re: how to make ebay item visible after sefic time?

Post by akuji36 »

Hello

Try this method for controlling time =

php offeset:

see video tutorial here:

http://www.youtube.com/watch?v=X8OQMwhdI5M


you may also add if statement which would

not show image after time passed.

:)
Post Reply