Forums Index > Mewsoft Products > Auctionawy > Registration date
baris First Post Posted on: 11-16-08 12:57 PM
Registration date

Is there any way i can show seller`s registration date and registration place on the viewitem.html ?\ Like Member Since: May 10, 2005 . Registered in United States\ I have been trying for ages but no idea how I will do\ Thank you very much
mewsoft Reply #: 1 Posted on: 11-17-08 12:32 PM
Re: Registration date

I added this as a feature now. Download the latest version from our site->"My Account" unzip , and update the files ParseItem.pm and either check the template files ViewItem.html, ViewBuyItem.html for changes or update them, also the language file ViewItem.pm either check the changes or update it. See our demo for this, example:

http://mewsoft.com/cgi-bin/auction/auction.cgi?action=ViewItem&ID=1113732068&Lang=English

You can insert these classes in your view item template:


Code: HTML
</p><p>&lt;!--RegisterDate:xx--&gt;</p><p>where xx from 0 to 15</p><p>


Code: HTML
</p><p> &lt;!--SellerCompany--&gt;<br /> &lt;!--SellerJobTitle--&gt;<br />&lt;!--SellerStreet--&gt;<br />&lt;!--SellerCity--&gt;<br />&lt;!--SellerState--&gt;<br />&lt;!--SellerZip--&gt;<br />&lt;!--SellerCountry--&gt;<br />&lt;!--SellerPhone--&gt;<br />&lt;!--SellerMobile--&gt;<br />&lt;!--SellerFax--&gt;<br />&lt;!--SellerWebsite--&gt;</p><p>



Mewsoft Support
www.mewsoft.com

gropy1 Reply #: 2 Posted on: 11-17-08 04:43 PM
Re: Registration date

hi Great Thing this idae.\ \ i wonder if i can do that the date will be dd/mm/yyyy and not mm/dd/yyyy\ \ thanks
wannauseit Reply #: 3 Posted on: 11-17-08 05:42 PM
Re: Registration date

Thanks Ahmed!\ \ Also, can you tell me what the values of "where xx from 0 to 15" mean?\ \ I noticed it is set to "0" in the template.\ \ It works in 0, but I wondered what the other numbers would change?
baris Reply #: 4 Posted on: 11-17-08 09:20 PM
Thank you ahmet and another question

Thank you
baris Reply #: 5 Posted on: 11-17-08 09:38 PM
feedback

Is there any way can you show the of the seller`s feedback percentage like % 98 positive in the viewitem.html if you add this future you are the best thank you
mewsoft Reply #: 6 Posted on: 11-18-08 09:37 PM
Re: Registration date

The xx in the class RegisterDate:xx selects a date format as the other guys asking.

Mewsoft Support
www.mewsoft.com

gropy1 Reply #: 7 Posted on: 11-18-08 10:07 PM
Re: Registration date

Tip: if someone wants that the date will be showen like dd/mm/yyyy just write
Code: HTML
<!--RegisterDate:01-->

. I hope the tip will help you. Best Regards Gropy