Author Topic: How to Fix Last Payment Icon if Not showing  (Read 347 times)

OnlinePaidClick

  • Administrator
  • Sr. Member
  • *****
  • Posts: 387
    • View Profile
    • Email
How to Fix Last Payment Icon if Not showing
« on: April 28, 2012, 08:22:36 AM »
Sometimes payment icon at the front page is now showing,
this is because the text is CASE-SENSITIF.

AlertPal is different with Paypal
AlertPay is different with Alertpay
LibertyReserve is different with Libertyreserve

So you need to re-configure template file to get the text written as you database
You can change in template file to match your Payment proof page processor text:
1. Check into your payment proof page and see how it write there
2. Open up: viewz.php
    Location: in your viewz-av template folder
3. Below is how it written in template file by default
Quote
   ".iif($baris[6]=="Paypal"," <div class=\"pp\"></div>")."
   ".iif($baris[6]=="AlertPay"," <div class=\"ap\"></div>")."
   ".iif($baris[6]=="LibertyReserve"," <div class=\"lr\"></div>")."
4. Change the bold text to match the one written on you payment proof page.
5. Save and done.

Hope this help, please post below if you had any question.