Jump to content

Loyalty Points Icon


Recommended Posts

Hi there,

 

My site have the loyalty points for customers, but when i choose a product, on the background of the information about the points, only appear the gray image with the "?".

 

By buying this product you can collect up to 9 loyalty points. Your cart will total 9 points that can be converted into a voucher of 1,80 €.

 

Also, on the "My account" - "My loyalty points", appear like this:

 

  • my-account.gif Back to your account.
  • home.gif Home
Viewed products

 

 

 

 

 

 

 

 

 

 

 

 

How can i solve this?

Link to comment
Share on other sites

Ok, can you see loyalty.tpl ?

If yes, Open it and look for "my-account.png" and "home.png", and change them to "my-account.gif" and "home.gif". Save, close, upload and check again.

 

I found the loyalty.tpl at /modules/loyalty/views/templates/front and the both "my-account" and "home" are already as .gif

 

<li>
<a href="{$link->getPageLink('my-account', true)|escape:'html'}" title="{l s='Back to Your Account' mod='loyalty'}" rel="nofollow"><img src="{$img_dir}icon/my-account.gif" alt="" class="icon" /></a>
<a href="{$link->getPageLink('my-account', true)|escape:'html'}" title="{l s='Back to Your Account' mod='loyalty'}" rel="nofollow">{l s='Back to Your Account' mod='loyalty'}</a>
</li>
<li class="f_right">
<a href="{$base_dir}" title="{l s='Home' mod='loyalty'}"><img src="{$img_dir}icon/home.gif" alt="" class="icon" /></a>
<a href="{$base_dir}" title="{l s='Home' mod='loyalty'}">{l s='Home' mod='loyalty'}</a>
 
The link of the site is www.luxecupid.com (i'm still working on it) 
 
 
 
UPDATE:
 
I found a part of the problem. I search the icons on /img/icon and both "my-account" and "home" have .png so i change on the template file the extension of the files and now they are working.
But the Loyalty icon on the products page is still not worknig! :(
Edited by JRFerreira (see edit history)
Link to comment
Share on other sites

From your website, it is showing "my-account.png", I was talking about "/your_theme/modules/loyalty/".

 

But I just checked and it seems that it is working now.

 

Yes, i change the type to .png and ii is worknig. But if you see on the product page, the loyalty icon is still not appearing.

Link to comment
Share on other sites

  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...