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
how to make ebay item visible after sefic time?
Moderator: General Moderators
-
jaiswarvipin
- Forum Commoner
- Posts: 32
- Joined: Sat Sep 12, 2009 3:43 pm
- Location: India
- 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?
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.

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.