Jump to content

Problem with a theme i bought


asosservis

Recommended Posts

Hello,

 

i have bought a premium theme from one developer in prestashop addon section. I have a problems that on the place where it should be a paypal logo its a questioneri sign ( i am attaching picture ) and its looking very ugly.

 

I have contacted developer to solve the problem and upload the logo but i am not getting any replay for 5 days and i am very angry for such a support.

 

So i am asking here if somebody can help and tell me how i can put the paypal logo here.

 

My website is www.topprodaja.eu

 

Thanks

Edited by asosservis (see edit history)
  • Like 1
Link to comment
Share on other sites

<div id="paypal-column-block">
    <p><a href="{$base_dir_ssl|escape:'htmlall':'UTF-8'}modules/paypal/about.php" rel="nofollow"><img src="{$base_dir}modules/paypal/views/img/default_logos/default_logos.jpg" alt="PayPal" title="{l s='Pay with PayPal' mod='paypal'}" style="max-width: 100%" /></a></p>
</div>

 

fix it on paypal/views/templates/hook/column.tpl

 

Problem will be solved

 

then upload your "default_logos.jpg" on "paypal/views/img/default_logos/default_logos.jpg"

Link to comment
Share on other sites

 

we are the author of Gadgets theme. we solved the problem for

asosservis

 

One problem solved now we have a next problem. After update of paypal module today at the last step of order when choosing a payment option there is no PayPal logo only this dummy ? sign. We have attached a screenshot of them. Can You please fix this or tell us exactly what we have to do. Thanks

post-1323856-0-61944700-1486682876_thumb.jpg

Link to comment
Share on other sites

  • 2 weeks later...

Can nobody here help me and tell me how to add a paypal payment logo in the payment checkout options. Now there is only a dummy ? sign instead of the logo. I attaching a screeenshot so You know what i mean. I am not so good technicaly so i would need somebody to tell me exactly where to add the payment logo.

 

I have also contacted a developer of the theme but he told me its fixed but as You can see here its not fixed. Thanks

post-1323856-0-33242900-1487546371_thumb.jpg

Link to comment
Share on other sites

 

we are the author of Gadgets theme. we solved the problem for

asosservis

 

I have send You a message in Prestashop and ask You more times if You can add a paypal logo in the payment checkout page as now its only the dummy ? sign. I am attaching a screenshot so You can see what i mean so please add the logo or tell me where exactly i have to add it so i know it in the future. Thanks

post-1323856-0-19205500-1487546530_thumb.jpg

Link to comment
Share on other sites

Try modify logos.xml (root of PP-folder)

 

<LocalPayPalHorizontalSolutionPP>/views/img/default_logos/default_horizontal.png</LocalPayPalHorizontalSolutionPP>

<LocalPayPalVerticalSolutionPP>/views/img/default_logos/default_logo.gif</LocalPayPalVerticalSolutionPP>

 

to

 

<LocalPayPalHorizontalSolutionPP>/modules/paypal/views/img/default_logos/default_horizontal.png</LocalPayPalHorizontalSolutionPP>

<LocalPayPalVerticalSolutionPP>/modules/paypal/views/img/default_logos/default_logo.gif</LocalPayPalVerticalSolutionPP>

  • Like 1
Link to comment
Share on other sites

Try modify logos.xml (root of PP-folder)

 

<LocalPayPalHorizontalSolutionPP>/views/img/default_logos/default_horizontal.png</LocalPayPalHorizontalSolutionPP>

<LocalPayPalVerticalSolutionPP>/views/img/default_logos/default_logo.gif</LocalPayPalVerticalSolutionPP>

 

to

 

<LocalPayPalHorizontalSolutionPP>/modules/paypal/views/img/default_logos/default_horizontal.png</LocalPayPalHorizontalSolutionPP>

<LocalPayPalVerticalSolutionPP>/modules/paypal/views/img/default_logos/default_logo.gif</LocalPayPalVerticalSolutionPP>

Thank You very much. It solved my problem.

Link to comment
Share on other sites

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...