The WorksForWeb Community Forums
Welcome to the WorksForWeb community forums. Here you can discuss WorksForWeb products with others and contribute to the rapidly growing WorksForWeb community. Please note that while WorksForWeb staff try to maintain presence on the forums, this is not the most reliable way to contact WorksForWeb staff. In case you require a timely response from WorksForWeb on an issue, please open a support ticket here. For pre-sales questions, please open a sales ticket here.

Welcome, Guest. Please login or register.
May 22, 2012, 07:42:03 PM

Login with username, password and session length
Search:     Advanced search
Added the iLister-related Boards

Rate My Site Boards Added

Merged iAuto and iRealty Support Forums together

Several new tips in the Tips and Tricks section
1,604 Posts in 625 Topics by 1,179 Members
Latest Member: bobsteam
* Home Help Search Login Register
+  The iAuto/iRealty/iLister Support Forum
|-+  iAuto, iRealty and iLister v.4.x
| |-+  iRealty Board
| | |-+  Listing expiration
« previous next »
Pages: [1] Print
Author Topic: Listing expiration  (Read 1503 times)
Juba
Newbie
*

Karma: -2
Posts: 11


View Profile
« on: January 19, 2011, 11:57:07 PM »

When setting up Fee based listing plans, how can I automate the expiration process?
I would like to set it up so that I don't have to deactivate every listing manually.
« Last Edit: January 20, 2011, 04:30:59 AM by Juba » Logged
Arthur
Jr. Member
**

Karma: 2
Posts: 81


View Profile
« Reply #1 on: January 20, 2011, 03:26:42 PM »

Hello Juba,
By default our products are setup so that listings are expired automatically.
You should set the appropriate Cron jobs.

Regards
Artur
Logged

Juba
Newbie
*

Karma: -2
Posts: 11


View Profile
« Reply #2 on: January 20, 2011, 03:48:10 PM »

Hi Arthur

What should the cron job look like and what should it contain?
I have the following cron job on my server and is set to "common settings" but it doesn't work:  wget -q 'http://www.mydomain.com/system/miscellaneous/task_scheduler/' -o - > /dev/nul

If this code is incorrect, can you give me the code so that I can just add my url to it with any other necessary settings on hour/day/month/year?

The user manual states that only the subscription based listings expire manually so you might have to change it for other users.
« Last Edit: January 20, 2011, 04:07:50 PM by Juba » Logged
jperot
Newbie
*

Karma: 0
Posts: 11


View Profile
« Reply #3 on: January 21, 2011, 03:14:14 PM »

dont waste you time with this people,they will not help you,only if you pay support.
Better you ask your host to help you,they do it quickly and dont ask for money.
Logged
Juba
Newbie
*

Karma: -2
Posts: 11


View Profile
« Reply #4 on: January 21, 2011, 10:06:58 PM »

I checked the manual and the only cron job it talks about is the one on my site server but it does not work. I have Fee listings which are free on my site which state they are for one year but they have been running for over 16 months and are still activated.
I contacted the host company and they told me this is something the script company should make sure is working before selling it and said it was very unprofessional that people still have this bad habit.
So I guess I have to do everything manually and keep a separate spreadsheet so that I can monitor when listings should expire and deactivate them manually.
Talk about defeating the object of the whole exercise, absolutely useless feature.

Thanks anyway perot.  Roll Eyes
« Last Edit: January 21, 2011, 10:09:02 PM by Juba » Logged
jperot
Newbie
*

Karma: 0
Posts: 11


View Profile
« Reply #5 on: January 22, 2011, 02:40:51 AM »

What I tell you about this people. they will not help, many complain about bad sarvice to customer. better you try do yourself my friend
« Last Edit: January 22, 2011, 02:44:45 AM by jperot » Logged
Juba
Newbie
*

Karma: -2
Posts: 11


View Profile
« Reply #6 on: January 22, 2011, 05:41:46 PM »

I also have a problem with the payment page. I had to change some words because of the very poor use of English.
This is the text I get when a user proceeds to payment:

"Dear customer!

Please make a payment of $currency_sign $product_info_price for $product_info_name.

Please select the payment method below:"


Here is the code:............



[[Dear customer!]]



{capture name=product_info_price}
   [[$product_info.price]]
{/capture}
{assign var="product_info_price" value=$smarty.capture.product_info_price}
{assign var="product_info_name" value=$product_info.name}
{assign var="currency_sign" value=$GLOBALS.custom_settings.transaction_currency}

[[Please make a payment of  $currency_sign $product_info_price for $product_info_name.]]

{if $errors}
<p>
[[The following errors occured]]:

   <blockquote style='color:red'>
   {foreach from=$errors key=error item=error_data}
   {if $error == 'NOT_IMPLEMENTED'}[[There is something missing in the code]]
{/if}
   {if $error == 'PRODUCT_PRICE_IS_NOT_SET'}[[No price is defined for this payment]]
{/if}
   {if $error == 'PRODUCT_NAME_IS_NOT_SET'}[[Product name is not defined]]
{/if}
   {/foreach}
   
</p>
{/if}



[[Please select the payment method below]]:




{foreach from=$gateways item=gateway}

   <form action="{$gateway.url}" method="post">

      {$gateway.hidden_fields}
      <input type='submit' value='{$gateway.caption}'style="width:150px; margin-bottom:5px;" />

   </form>

{/foreach}
Logged
Juba
Newbie
*

Karma: -2
Posts: 11


View Profile
« Reply #7 on: January 23, 2011, 12:30:12 AM »

I have resolved the Payment Page issue with the help of a developer on a popular forum.
Concerning the cronjob, I have added the missing l to the word "null"  and received my first ever notification of an expiration although I still don't know if it is working correctly as most of the listings on my site should have expired by now.  Angry
Logged
Pages: [1] Print 
« previous next »
Jump to:  

Powered by MySQL Powered by PHP Classified Software by Worksforweb Powered by SMF 1.1.8 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!