Jump to content

[gelöst] PayPal Logo. Link führt ins nirgendwo.


Recommended Posts

Hallo Community,

 

habe das Logo von PayPal auf der Seite, jedoch wenn man dieses Logo anklickt führt es ins nirgendwo.

 

Frage Wo kann man für das Logo Bild einen Link hinterlegen oder den vorhandenen entfernen.

 

 

siehe Hier: http://rosa-huile.herpes-herpes.de

 

Danke!

 

Olaf Welling

Edited by okwelling (see edit history)
Link to comment
Share on other sites

Hallo Olaf,

 

nee, das führt nicht ins Nirvana, sondern genau dahin, wo es hinführen soll. Klick mal auf das kleine Paypal-Logo darunter neben dem MasterCard-Logo - da tut sich was. Denn der Code dahinter veranlasst das Programm, eine Aktion auszuführen.

Aber bei dem großen Paypal-Logo verlinkst du lediglich auf eine CMS-Seite about.php, die offenbar leer ist:

 

<a rel="nofollow" href="http://rosa-huile.herpes-herpes.de/modules/paypal/about.php">

 

Da kann dann auch nicht mehr kommen. ;)

 

Aber nun zur Lösung. Die gilt jetzt allerdings für die am weitesten fehlerbereinigte Version 3.4.5x, denn ich vermute mal, du hast noch eine alte Version. Und ich vermute weiter, die läuft entweder nicht rund, odr beim Updaten sind noch Elemente einer früheren Version zurückgeblieben. Aber das sind eben nur Vermutungen.

 

Im Verzeichnis

 

modules\paypal\views\templates\hook\

 

gibt es eine Datei namens column.tpl. Diese enthält neben Kommentar nur einen einzigen DIV-Tag. Bei dir heißt der:

 

<div id="paypal-column-block">
<p>
<a rel="nofollow" href="http://rosa-huile.herpes-herpes.de/modules/paypal/about.php">
<img style="max-width: 100%" title="Mit PayPal bezahlen " alt="PayPal" src="/modules/paypal/img/default_logos/DE_vertical_solution_PP.gif"></a></p>
</div>

 

Er sollte aber lauten:

 

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

 

Vielleicht änderst du das einfach mal ab. :)

Link to comment
Share on other sites

Danke hat sehr geholfen. Hätte ich ohne Deine Hilfe nicht gefunden.

 

Habe es jetzt so verändert.

 

<div id="paypal-column-block">

<p><a href="http://rosa-huile.herpes-herpes.de/index.php?id_cms=5&controller=cms&id_lang=2"><img src="{$logo}" alt="PayPal" title="{l s='Pay with PayPal' mod='paypal'}" style="max-width: 100%" /></a></p>

</div>

 

Gruß

Olaf

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