English Version: With this plugin, it is possible for users to tag their listings. Possible marks here are sold and available again.
The integration is pretty simple. You can insert a Button where you want that give the user the possibility to mark his listings as sold or available. This inform all user, that this Listing is no longer available and when the user want to reinsert the listing, he simply can make it re-available.
To display the toggle button, place this code anywhere you want (e.g. in item.php of your theme)
<?php tis_show(osc_item_id(), osc_item_user_id()); ?>
You should insert a status box to the item page with this code (e.g. in item.php of your theme)
<?php tis_status_box(osc_item_id()); ?>
You can change the appearance of the button via CSS in the following file.
../oc-content/plugins/toggle_item_status/assets/css/tis.css This plugin can be translated in different languges, available for now are: german, english
Deutsche Version: Mit diesem Plugin ist es den Benutzern möglich, ihre Inserate zu markieren. Mögliche Markierungen hierbei sind verkauft und wieder verfügbar.
Die Funktionsweise ist relativ simpel. Man kann sich an beliebiger Stelle im Inseratemarkt einen Button anzeigen lassen, welcher es den Inserenten erlaubt das Angebot auf verkauft zu stellen und somit alle anderen darüber informiert, dass dieser Artikel nicht mehr erhältlich ist. Sollte man wider erwarten auf dem Artikel sitzen bleiben, kann man das Angebot wieder zurückholen, in dem man es wieder auf verfügbar stellt.
Um den Togglebutton anzuzeigen, platziere diesen Code wo Du möchtest (z.B. in item.php von deinem Theme)
<?php tis_show(osc_item_id(), osc_item_user_id()); ?>
Du solltest mit diesem Code eine Statusbox auf der Angebotsseite einfügen (z.B. in item.php von deinem Theme)
<?php tis_status_box(osc_item_id()); ?>
Um den Button oder die Statusbox zu designen, bearbeite folgende Datei
../oc-content/plugins/toggle_item_status/assets/css/tis.cssDas Plugin kann jetzt schon in alle Sprachen übersetzt werden, verfügbar sind bis jetzt: deutsch, englisch
Download here:
OSClass Market