Jump to content

Flux RSS de produit, comment ça fonctionne ?


Recommended Posts

Bonjour,

je test sur une version 1.3.0.9 le "Flux RSS de produits v0.2" et je ne comprend pas pourquoi quand j'accède à la page du flux je n'ai aucun article ? (module activé)

Est ce un bug de version ?

le lien : http://easyrunning-toulouse.com/modules/feeder/rss.php

celui la fonctionne (version antérieur... 1.2.5) http://bicyclestore.fr/modules/feeder/rss.php

Merci :)

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 months later...

Voici le correctif du fichier rss.php.

if (is_array($image) AND sizeof($image)) echo "<img src=""._PS_BASE_URL_.__PS_BASE_URI__."img/p/".$image[0]['id_product']."-".$image[0]['id_image']."-small.jpg" title="".str_replace('&', '', $product['name'])."" alt="thumb" />";



Il faut ajouter un ; après le / & gt;

if (is_array($image) AND sizeof($image)) echo "<img src=""._PS_BASE_URL_.__PS_BASE_URI__."img/p/".$image[0]['id_product']."-".$image[0]['id_image']."-small.jpg" title="".str_replace('&', '', $product['name'])."" alt="thumb" />";

Link to comment
Share on other sites

Voici le correctif du fichier rss.php.

if (is_array($image) AND sizeof($image)) echo "<img src=""._PS_BASE_URL_.__PS_BASE_URI__."img/p/".$image[0]['id_product']."-".$image[0]['id_image']."-small.jpg" title="".str_replace('&', '', $product['name'])."" alt="thumb" />";



Il faut ajouter un ; après le / & gt;

if (is_array($image) AND sizeof($image)) echo "<img src=""._PS_BASE_URL_.__PS_BASE_URI__."img/p/".$image[0]['id_product']."-".$image[0]['id_image']."-small.jpg" title="".str_replace('&', '', $product['name'])."" alt="thumb" />";




correction

bsr,
il faut supprimer le & gt et laisser le ;


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