Jump to content

Search the Community

Showing results for tags 'feeder'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Community Help and Support
    • PrestaShop Download
    • PrestaShop Marketplace
  • News and Announcements
    • PrestaShop news and releases
    • PrestaShop Beta
    • PrestaShop Blogs
    • PrestaShop Meetups
  • International community (English)
    • General topics
    • PrestaShop Merchants
    • PrestaShop Developers
    • Taxes, Translations & Laws
    • Community Modules and Themes
  • Forum francophone
    • Discussion générale
    • Aide et support communautaire
    • PrestaShop pour les marchands
    • PrestaShop pour les développeurs
    • Adaptation aux lois Québécoises
    • Modules et thèmes gratuits
    • Modules et thèmes payants
  • Foro en Español
    • Discusión general
    • Soporte de la comunidad y ayuda
    • Comerciantes PrestaShop
    • Desarrolladores PrestaShop
    • Módulos y plantillas gratuitas
  • Forum italiano
    • Forum generale
    • Aiuto e supporto della Community
    • Commercianti PrestaShop
    • Sviluppatori PrestaShop
    • Aspetti legali sull'eCommerce
    • Moduli e template gratuiti
  • Deutsches Forum
    • Generelle Fragen
    • Support und Hilfe aus der Community
    • e-Commerce/Versand-Handel mit Prestashop
    • Prestashop-Entwickler
    • Anpassung an deutsches Recht
    • Kostenlose Module und Templates
    • Generelle Fragen Copy
  • Nederlandstalig forum
    • Algemeen
    • Hulp en ondersteuning, van en voor de community
    • PrestaShop-winkeliers
    • PrestaShop-ontwikkelaars
    • Het aanpassen van PrestaShop
    • Gratis modules en templates
  • Fórum em Português
    • Fórum Geral
    • Ajuda e Suporte da Comunidade
    • Lojistas que utilizam o PrestaShop
    • Desenvolvedores PrestaShop
    • Legislação específica
    • Módulos e temas gratuitos
  • Polskie forum
    • Forum ogólne
    • Wsparcie i pomoc użytkowników
    • Oferty twórców PrestaShop
    • Deweloperzy PrestaShop
    • Darmowe Moduły i Szablony
  • Dansk forum
    • Generelt forum
    • Hjælp og support fra fællesskabet
    • PrestaShop for købmænd
    • PrestaShop for udviklere
    • Love og regler
    • Gratis moduler og temaer
  • České fórum
    • Instalasi, Konfigurasi dan upgrade
    • Obecná diskuze
    • Bezplatné moduly a šablony
    • PrestaShop vývojáři
    • PrestaShop obchodníci
  • Bahasa Indonesia
    • Diskusi Umum
    • Podpora a pomoc komunity
    • Laporan Bug
    • Jasa, Promosi & Lowongan Kerja
  • Svenskt forum
    • Allmän diskussion
    • Installation, konfigurering och uppdatering
  • Forumul românesc
    • Discuţii generale
    • Instalare, configurare şi upgrade
  • Pусский язык
    • Обсуждение скрипта
    • Установка, Настройка, Обновление
    • Прием багов
  • Slovenské fórum
    • Všeobecná diskusia
    • Podpora a pomoc komunity
    • PrestaShop obchodníci
    • PrestaShop vývojári
    • Bezplatné moduly a šablóny
  • Türkçe Topluluğu
    • Genel Konular
    • Topluluk desteği ve yardım
    • PrestaShop Tüccarları
    • Prestashop Geliştiricileri
    • Ücretsiz Modül ve Temalar
  • Diễn đàn tiếng Việt
    • Thảo luận chung
    • Hỗ trợ từ cộng đồng
    • Dành cho chủ doanh nghiệp / cửa hàng
    • Dành cho lập trình viên
  • PrestaShop Communities
    • اللغه العربيه [Arabic]
    • Ελληνικά [Greek]
    • עִבְרִית [Hebrew]
    • 中文
    • Magyar [Hungarian]
    • 日本語 [Japanese]
    • Lietuviškai [Lithuanian]
    • انجمن فارسی [Persian]
    • ไทย [Thai]
    • Malaysia [Malaysian]
    • Eesti [Estonian]
    • Slovenščina [Slovenian]
    • Српски [Serbian]
  • IP. Board Forum
    • IP. Board Forum Questions and Issues
  • Archive
    • Zapłać Moduły i Szablony [ARCHIVE]
    • Moduly, upravy a dizajn [ARCHIVE]
    • Phát triển và các mô-đun [ARCHIVE]
    • Yazılım, Modül ve Tema [ARCHIVE]
    • Модули, Шаблоны [ARCHIVE]
    • Module şi teme [ARCHIVE]
    • Pengembangan dan Modul [ARCHIVE]
    • Moduler och teman [ARCHIVE]
    • Ecommerce x PrestaShop [ARCHIVE BOARD]
    • Vývoj a moduly [ARCHIVE]
    • Kostenpflichtige Module, Templates [ARCHIVE]
    • Módulos y temas pagos [ARCHIVE]
    • Módulos e temas pagos [ARCHIVE]
    • Servizi commerciali [ARCHIVE]
    • Forum - Feedback Contributor
    • PrestaShop Cloud

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Found 8 results

  1. Currently I am modifying the feeder module because my client wants to display a list of certain values. However, one of these values is the name of the supplier(s), but it doesn't seem to display the name. What I have already tried is adding the following smarty variable to rss.tpl: {$product->supplier_name} With the use of a print_r or debug_print_var I just get: <b>Array (0)</b> Does anyone know how to solve this? I'm also aware that there is a controller that I can modify (rss.php) Any help would be appreciated.
  2. Bonjour, Actuellement j'utilise le module RSS Feeder (Flux RSS de produits) v0.7.3 pour générer un flux de produits de la forme : Titre - Prix Image Aujourd'hui j'aimerai l'enrichir de quelques données comme le fabricant, le fournisseur suivi soit des caractéristique produit, soit de la description longue. Cela donnerai, par exemple : Titre - Fournisseur - Prix Caractéristiques produit OU Description longue Image Après avoir farfouillé dans le module en question, je pense que cela doit se trouver dans le fichier rss.php : <?php foreach ($products AS $product) { $image = Image::getImages((int)($cookie->id_lang), $product['id_product']); echo "\t\t<item>\n"; echo "\t\t\t<title><![CDATA[".$product['name']." - ".html_entity_decode(Tools::displayPrice(Product::getPriceStatic($product['id_product']), $currency), ENT_COMPAT, 'UTF-8')." ]]></title>\n"; echo "\t\t\t<description>"; $cdata = true; if (is_array($image) AND sizeof($image)) { $imageObj = new Image($image[0]['id_image']); echo "<![CDATA[<img src='".$link->getImageLink($product['link_rewrite'], $image[0]['id_image'], 'small_default')."' title='".str_replace('&', '', $product['name'])."' alt='thumb' />"; $cdata = false; } if ($cdata) echo "<![CDATA["; echo $product['description_short']."]]></description>\n"; echo "\t\t\t<link><![CDATA[".str_replace('&amp;', '&', htmlspecialchars($link->getproductLink($product['id_product'], $product['link_rewrite'], Category::getLinkRewrite((int)($product['id_category_default']), $cookie->id_lang)))).$affiliate."]]></link>\n"; echo "\t\t</item>\n"; } ?> A priori cela doit se passer au niveau de echo "\t\t\t<title><![CDATA[".$product['name']." pour ajouter le fabricant. Et au niveau de echo "\t\t\t<description>"; pour ajouter les caractéristiques produits ou la description longue. Questions : 1 est ce au bon endroit qu'il faut effectuer ces modifications ? 2 quel bout de code dois je coller (j'en ai essayé plusieurs "au petit bonheur" mais je ne maitrise pas le php ) ? 3 A quoi correspond cette partie du code ? if ($cdata) echo "<![CDATA["; echo $product['description_short']."]]></description>\n"; D'avance, merci !!
  3. Salve a tutti Vorrei chiedere se è possibile personalizzare il Feed Rss in modo da far visualizzare una miniatura delle immagini o un'immagine grande, la data di pubblicazione, le descrizioni lunghe e tanto altro. Nel mio feed rss, si vedono solo: Titolo, prezzo e descrizione breve. Come fare? Grazie in anticipo Tony PS 1.5.2 Feed rss v0.2
  4. hi im manager website http://farskala.ir that create via prestashop is a shop accerssies mobile at iran i want change url site for prevent copy link in to all sites feeder and iframe http://farskala.ir/modules/feeder/rss.php and want change address to ex: http://farskala.ir/feeder/rss.php or : http://farskala.ir/modules/feeder.php Who can help me that change the address feed website Thanks to all you
  5. Bonjour, je rencontre actuellement un problème avec le module Feeder RSS (installer de base je pense), celui-ci me faisait beaucoup d'erreur PHP du genre : Je pense que ce problème est en parti due à mon hébergeur, j'ai donc décidé de désactiver ce module, toute fois je me retrouve avec beaucoup de page 404 lié à celui-ci, j'ai finalement supprimer le module complètement mais ça ne change rien j'ai toujours des 404 de ce type sans origine ou ayant pour origine le module supprimé : J'ai fait quelques recherche dans le code du site mais je n'ai rien trouvé quelqu'un à une idée pour éviter ça ?
  6. Hola buenos días, despues de mucho buscar por la red (tanto en español como en inglés) o he dado con ninguna respuesta para este problema. Tenemos una tienda con la version 1.4.5.1 y hemos conseguido mostrar en el feed de RSS el listado de todos los productos de una determinada categoría con una URL como la siguiente: urldelproyecto/modules/feeder/rss.php?id_category=3&orderby=position&orderway=desc Hasta aquí todo bien, lo que ocurre es que nuestro cliente necesita que el RSS muestre también la referencia de cada producto... Se me ocurre que en vez de utilizar el sistema de RSS tal vez sea mejor hacer una consulta "a pelo" en la base de datos, a través de phpMyAdmin... pero no se muy bien como plantearla ya que hay varias tablas relacionadas. Espero vuestra ayuda. Gracias!
  7. J'aimerais que le prix des nouveaux produits dans le Flux RSS s'affiche sans taxes. J'ai vérifier le fichier rss.php dans le répertoire du module Feeder, mais j'ai pas trouver comment le modifier pour afficher le prix sans les taxes.... quelqu'un pourrais m'aider ?
  8. I have a lot of url Restricted by robots.txt ‎ like most from RSS Product Feed module modules/feeder/rss.php?id_category=59&orderby=date_add&orderway=DESC modules/sendtoafriend/sendtoafriend-form.php?isolang=fr&id_product=174&id_lang=1 What you advise me to do ?
×
×
  • Create New...