Important security update, please update to Osclass 3.7.4
At Osclass we have changed our Privacy Policy and Terms of Use in order to adapt them to the new General Data Protection Regulation (GDPR). We want you to know what user data we store, what we need them for, and who we share them with in each specific case. Furthermore, we are making it even easier for you to exercise your right to manage your own data.
Our goal is that you enjoy the best possible experience with our website. As the GDPR comes into force, legislation requires us that you grant us permission—both to us and our partners—to store cookies in your browser. Remember you can find more information about what we do with your data by clicking here.
I accept Osclass SL’s Terms of Use and Cookies Policy and grant them permission to manage my data.
HORRAY!!This plugin for your customers items set as sold outwhen your member set the items as sold out, automatically the item link set as item expired.this tutorial for plugin mark item as sold outfor identification the item is sold :put this code in search_list.phpremove the image search for itemlike 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 listing2. 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 output this code to your script : user-dashboard.phpor 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 powered by : kenbotong
<a href="<?php echo osc_item_url() ; ?>"><img src="<?php echo osc_resource_thumbnail_url() ; ?>" title="" alt="" /></a>
<img src="<?php echo osc_resource_thumbnail_url() ; ?>" title="" alt="" />
<img src="<?php item_is_soldout() ; ?>" title="" alt="" />
<?php item_is_soldout() ; ?>
<?php premium_is_soldout() ; ?>
<?php mark_this_item_is_sold() ; ?>
@feintYou can use this plugin, it has more functionalities:http://forums.osclass.org/plugins-20/(plugin)-sold-plugin/
<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>