carloalberto Posted July 8, 2009 Share Posted July 8, 2009 Ciao a tuttiHo provato ad inserire il negozio su FaceBook - ma ho il seguente problema:Non linka le immagini in quanto genera un link errato:Invece di generare questo link:http://www.miosito.com/img/p/62-122-large.jpgMi genera questo:http://www.miosito.com//img/p/http://www.miosito.com/img/p/62-122-large.jpg-large.jpgDove sbaglio? Se guardo il codice sorgente su FACEBOOK mi dice: Possibile che ci sia un errore in questa riga del modulo FACEBOOK: echo"\t\t\n\t\t\t<![CDATA[".$_GET['id_product']."]]>\t\t\t<![CDATA[".$product->name."]]>\n\t\t\t<![CDATA[".$category->name."]]>\n\t\t\t<![CDATA[".$product->id_category."]]>\n";//nom du produit $img=''; $images = $product->getImages(intval($cookie->id_lang)); $productImages = array(); foreach ($images AS $k => $image) { if ($image['cover']) { $mainImage=$images[0]; $cover = $image; $cover['id_image'] = intval($product->id).'-'.$cover['id_image']; $cover['id_image_only'] = $image['id_image']; echo"\t\t\thttp://".htmlspecialchars($_SERVER["HTTP_HOST"], ENT_COMPAT, "UTF-8").__PS_BASE_URI__."img/p/".$cover['id_image']."-large.jpg\n"; } $productImages[$image['id_image']] = $image; echo "\t\t\t<![CDATA[http://".htmlspecialchars($_SERVER["HTTP_HOST"], ENT_COMPAT, "UTF-8").__PS_BASE_URI__."img/p/".intval($product->id)."-".$image["id_image"]."-thickbox.jpg]]>\n"; }GRAZIE MILLE!!!!!!!! Link to comment Share on other sites More sharing options...
disarci Posted July 8, 2009 Share Posted July 8, 2009 ciaodi sicuro é un problema di chiamatail modylo completo l'hai fatto tu o é uno gratuito?se puoi postalo completo che verifichiamo Link to comment Share on other sites More sharing options...
carloalberto Posted July 8, 2009 Author Share Posted July 8, 2009 Allego il .Rar con il Moduloho scaricato il modulo da sito francese: http://www.magavenue.com/boutique/13-prestashop-facebook.htmle ho seguito le istruzioni:http://www.magavenue.com/blog/prestashop/module-gratuit-pour-vendre-les-articles-de-votre-boutique-prestashop-sur-votre-compte-facebook#more-47Grazie ancora! Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now