Advertisement:

Author Topic: search item by item ID  (Read 4256 times)

akapar

  • Premium
  • Full Member
  • *****
  • Posts: 152
search item by item ID
« on: January 31, 2012, 07:42:58 am »
At admin panel, I usually have to do some modification (edit, delete) of items via Items->Manage Items. Here one key search functionality that I require a lot is search by item ID. I try search by keywords but usually this search is not that effective. Search by item ID would make it very easy to manage items.

Thanks.

http://05suq.com

_CONEJO

  • Administrator
  • Hero Member
  • *****
  • Posts: 4689
Re: search item by item ID
« Reply #1 on: January 31, 2012, 12:07:12 pm »
Hi akapar,


Good news to you! That feature is already included in the next version. So in OSClass 2.4 you will be able to search by item ID.


Thanks

RajaSekar

  • Hero Member
  • *****
  • Posts: 791
  • ராஜசேகர்
Re: search item by item ID
« Reply #2 on: January 31, 2012, 12:47:09 pm »

wow! Nice features in next release

We are waiting for osclass 2.4 version.

bilekas

  • Full Member
  • ***
  • Posts: 219
  • Bilekas
Re: search item by item ID
« Reply #3 on: January 31, 2012, 04:25:36 pm »
In the meantime, this can be done with the following form.

Code: [Select]
<form method="get" action="index.php?" onsubmit="return(this, 'index.php?');"><input type="hidden" name="page" value="item"><input type="hidden" name="id" value="Search">Listing ID: <input size="5" type="text" name="id"><input type="submit" value="Search" class="button"></form>

ingo

  • Full Member
  • ***
  • Posts: 216
Re: search item by item ID
« Reply #4 on: February 01, 2012, 05:17:20 am »
Hi Bilekas,

cool, that works, thank you  :)

zepht

  • Premium
  • Jr. Member
  • *****
  • Posts: 63
Re: search item by item ID
« Reply #5 on: April 27, 2012, 08:10:46 pm »
In the meantime, this can be done with the following form.

Code: [Select]
<form method="get" action="index.php?" onsubmit="return(this, 'index.php?');"><input type="hidden" name="page" value="item"><input type="hidden" name="id" value="Search">Listing ID: <input size="5" type="text" name="id"><input type="submit" value="Search" class="button"></form>

Where do I have to put this code to work? I also want to search by ID in admin panel. I appreciate if you could give me an answer.

trains58554

  • Osclass contributor
  • Hero Member
  • *****
  • Posts: 3642
  • osCanyon, the class of Osclass
Re: search item by item ID
« Reply #6 on: April 27, 2012, 08:13:30 pm »
Hi zepht,

In 2.4 they added the option to search by ID. Currently it is out for beta testing and I would imagin it will be released very soon. Here is the blog topic that talks about 2.4 rc http://osclass.org/blog/2012/04/23/beta-testers-osclass-2-4-rc/

Jay

zepht

  • Premium
  • Jr. Member
  • *****
  • Posts: 63
Re: search item by item ID
« Reply #7 on: May 09, 2012, 10:49:04 pm »
Hi zepht,

In 2.4 they added the option to search by ID. Currently it is out for beta testing and I would imagin it will be released very soon. Here is the blog topic that talks about 2.4 rc http://osclass.org/blog/2012/04/23/beta-testers-osclass-2-4-rc/

Jay

Lot of thanks, trains but I don't like beta testing ... so I need some features before 2.4 is out of beta testing. I appreciate anyway

trains58554

  • Osclass contributor
  • Hero Member
  • *****
  • Posts: 3642
  • osCanyon, the class of Osclass
Re: search item by item ID
« Reply #8 on: May 10, 2012, 07:27:43 am »
Hi zepht,

OSClass 2.4 is out of beta testing. You can download it here. http://osclass.org/blog/2012/05/02/osclass-2-4/

Jay

asimshaz

  • Sr. Member
  • ****
  • Posts: 311
  • 01tec
Re: search item by item ID
« Reply #9 on: May 10, 2012, 03:21:21 pm »
 ;D i am using 2.4

zepht

  • Premium
  • Jr. Member
  • *****
  • Posts: 63
Re: search item by item ID
« Reply #10 on: May 21, 2012, 10:31:47 pm »
Hi Bilekas,

cool, that works, thank you  :)

Hello ingo, I couldn't figure where you put this code to work for you. have you made any other changes?