Advertisement:

Author Topic: [New Plugin] Mark As Item to sold out  (Read 12144 times)

thedon

  • Sr. Member
  • ****
  • Posts: 341
Re: [New Plugin] Mark As Item to sold out
« Reply #15 on: June 11, 2013, 05:08:23 pm »
your download link takes me to this one

http://f75ffde3.linkbucks.com/

thedon

  • Sr. Member
  • ****
  • Posts: 341
Re: [New Plugin] Mark As Item to sold out
« Reply #16 on: June 15, 2013, 04:37:59 am »
ok all done but when i click on Mark As Sold it brings me to my Dashboard??

osCanyon

  • Hero Member
  • *****
  • Posts: 701
  • osCanyon, the class of Osclass
Re: [New Plugin] Mark As Item to sold out
« Reply #17 on: August 16, 2013, 02:39:50 am »
what is this? all I see are pages and pages of ads, is there such a file/plugin?
can someone share a download link?


HORRAY!!

This plugin for your customers items set as sold out
when your member  set  the items as sold out, automatically the item link set as item expired.

this tutorial for plugin mark item as sold out

for identification the item is sold :

put this code
in search_list.php

remove the image search for item
like this code :
Code: [Select]
<a href="<?php echo osc_item_url() ; ?>"><img src="<?php echo osc_resource_thumbnail_url() ; ?>"  title="" alt="" /></a>
remove this code :
Code: [Select]
<img src="<?php echo osc_resource_thumbnail_url() ; ?>"  title="" alt="" />
to this code :
Code: [Select]
<img src="<?php item_is_soldout() ; ?>"  title="" alt="" />

nb :
1. you can put this code in :
    - saerch_list.php
    - item.php
    - themes/xxxx/index.php --> in frame(realestate) / search latest listing

2. when you wan identification for premium item
    change the code
   
Code: [Select]
<?php item_is_soldout() ; ?>
    to :
   
Code: [Select]
<?php premium_is_soldout() ; ?>=====================================================

For member set item as sold out

put this code to your script : user-dashboard.php
or wherever you wan to put this code for member dashboard  ;)

put this code :
Code: [Select]
<?php mark_this_item_is_sold() ; ?>
======================================================

and horray.......
your listings image change status to sold out  :D


powered by : kenbotong

« Last Edit: February 25, 2014, 08:36:22 pm by trains58554 »

Gilden

  • Sr. Member
  • ****
  • Posts: 464
  • Availability: 30%
Re: [New Plugin] Mark As Item to sold out
« Reply #18 on: August 16, 2013, 03:04:58 am »
I figured out how to get access to the plugin after a while...
Right now I don't have the original file (I created a custom plugin for my needs).

creat15

  • Full Member
  • ***
  • Posts: 218
Re: [New Plugin] Mark As Item to sold out
« Reply #19 on: August 16, 2013, 10:43:16 am »
hi :)

i try your plugins

but error, (judul iklannya koq otomatis berubah nama jadi "WER")

the error where(error dimana ya)?

can you help me?

feint

  • Jr. Member
  • **
  • Posts: 64
Re: [New Plugin] Mark As Item to sold out
« Reply #20 on: September 01, 2013, 06:39:06 pm »
If someone has this plugin?

Link to download does not work...

aks

  • Full Member
  • ***
  • Posts: 179
Re: [New Plugin] Mark As Item to sold out
« Reply #21 on: September 24, 2013, 10:20:24 am »
white page appears on downloading... plz share the working link

feint

  • Jr. Member
  • **
  • Posts: 64
Re: [New Plugin] Mark As Item to sold out
« Reply #22 on: September 27, 2013, 11:29:48 pm »
Author updated link! ))

feint

  • Jr. Member
  • **
  • Posts: 64
Re: [New Plugin] Mark As Item to sold out
« Reply #23 on: November 08, 2013, 11:27:50 pm »
Someone has modified this plugin?

frosticek

  • Hero Member
  • *****
  • Posts: 3948
Re: [New Plugin] Mark As Item to sold out
« Reply #24 on: November 08, 2013, 11:55:18 pm »
@feint

You can use this plugin, it has more functionalities:
http://forums.osclass.org/plugins-20/(plugin)-sold-plugin/

amoric69

  • Full Member
  • ***
  • Posts: 185
Re: [New Plugin] Mark As Item to sold out
« Reply #25 on: April 09, 2014, 06:04:09 pm »
@feint

You can use this plugin, it has more functionalities:
http://forums.osclass.org/plugins-20/(plugin)-sold-plugin/

Is it possible to give function mark as sold out on the button
Code: [Select]
<a class="delete" onclick="javascript:return confirm('<?php echo osc_esc_js(__('This action can not be undone. Are you sure you want to continue?''bender')); ?>')" href="<?php echo osc_item_delete_url();?>" ><?php _e('Delete''bender'); ?></a>in user panel ?

ROK

  • Newbie
  • *
  • Posts: 1
Re: [New Plugin] Mark As Item to sold out
« Reply #26 on: February 08, 2017, 07:04:39 pm »
Hi guys , how do i get this plugin. Cant seem to find a way to download it. Or is in the market?

Liath

  • issues
  • Hero Member
  • *
  • Posts: 1346
  • </html> the end is always near
Re: [New Plugin] Mark As Item to sold out
« Reply #27 on: February 08, 2017, 08:24:05 pm »