jordy007 0 Posted March 3, 2009 Posted March 3, 2009 J'ai installé le module v0.2 sous Prestashop v1.1 mais cela ne fonctionne pas ? j'ai un carré blanc, et j'ai modifié le "unrunxml.php" avec la ligne <![CDATA[/monsite/img/p/'.$products[$i][id_image].'-home.jpg]]>Je test en local seulement, et quand je fait un clic droit, il m'affiche bien que c'est du flash...Rien ne s'affiche, quelqu'un aurait une idée ?Merci Share this post Link to post Share on other sites
Ginno 3 Posted March 6, 2009 Posted March 6, 2009 this module works great...i want something....the image shadow is to up.... how to get a little bit down Share this post Link to post Share on other sites
Toomas 0 Posted March 11, 2009 Posted March 11, 2009 getProducts(intval($params['cookie']->id_lang), 1, ($nb ? $nb : 10)); $sonuc=' '; $i=0; while($products[$i][id_product]){ $no=$products[$i][id_product]; $price=$products[$i][price]; $link=$products[$i][link]; $id_image=$products[$i][id_image]; $sorgu=mysql_query("SELECT * FROM ps_product_lang where id_product='$no'"); $veri= mysql_fetch_array($sorgu); $description=$veri['description']; $description_short=$veri['description_short']; $name=$veri['name']; $sonuc.=' '; $sonuc.="".$name."".$description_short."".$price." YTL]]> "; $sonuc.=''; $sonuc.=""; $sonuc.=' '; $i++; } $sonuc.=''; echo $sonuc; ?> Share this post Link to post Share on other sites
Ginno 3 Posted March 11, 2009 Posted March 11, 2009 getProducts(intval($params['cookie']->id_lang), 1, ($nb ? $nb : 10)); $sonuc=' '; $i=0; while($products[$i][id_product]){ $no=$products[$i][id_product]; $price=$products[$i][price]; $link=$products[$i][link]; $id_image=$products[$i][id_image]; $sorgu=mysql_query("SELECT * FROM ps_product_lang where id_product='$no'"); $veri= mysql_fetch_array($sorgu); $description=$veri['description']; $description_short=$veri['description_short']; $name=$veri['name']; $sonuc.=' '; $sonuc.="".$name."".$description_short."".$price." YTL]]> "; $sonuc.=''; $sonuc.=""; $sonuc.=' '; $i++; } $sonuc.=''; echo $sonuc; ?> what is this?? Share this post Link to post Share on other sites
dizo 0 Posted March 12, 2009 Posted March 12, 2009 AWESOME MODULE!thanx for upload OZCANAR! Share this post Link to post Share on other sites
hmmboy 0 Posted March 18, 2009 Posted March 18, 2009 i'm using prestashop v1.1. i've been rename homefeaturedcarousel v.02 to homefeaturedcarousel and it works. but it wont appear in front office only white rectangle. i dunno what to do with urunxml.php. anybody know what my problem is?? Share this post Link to post Share on other sites
Ipood 0 Posted March 21, 2009 Posted March 21, 2009 Hi ozcanarI also don't have the display of featured products. I can see the area of the flash object but not the pictures of products. I can see some texts but not all. I'm running RC4. Bende ayni sorunla karsilastim fakat gittim modulu www.presta-tr.com dan indirdim. o modul calisiyor. Bu forunmda ki calismiyor. Ya da ben calistiramadim. Ama Presta-tr.com dan indirdigim sorunsuz zahmetsiz calismaya basladi. Share this post Link to post Share on other sites
pheludar 0 Posted March 21, 2009 Posted March 21, 2009 hiI am trying to put a border around the whole carousel. Do u know how can i do it?I have tried tweaking the xml file but it doesn't work.RegardssamI have solved this by editing the .tpl file, putting a Share this post Link to post Share on other sites
pheludar 0 Posted March 21, 2009 Posted March 21, 2009 also is there anyway to put borders around the individual images without wteaking the image files?regardssam Share this post Link to post Share on other sites
VIXUS 6 Posted March 22, 2009 Posted March 22, 2009 hiI am trying to put a border around the whole carousel. Do u know how can i do it?I have tried tweaking the xml file but it doesn't work.RegardssamI have solved this by editing the .tpl file, putting a Can you share solution mate? Share this post Link to post Share on other sites
pheludar 0 Posted March 22, 2009 Posted March 22, 2009 HiPlease go to the homefeatured carousel .tpl file.In that please put just before where the code for the carousel starts ( before the <embed> line.in the dive please insert the appropriate style. please search on the html samples for all different styles, attributes which u may want.then after the end of </embed>please put This should do the trick.Please note depending on the size of the centre block you may need to change the size of the embedded file.in my shop i am using width of 546 and height of 230.Similarly u can do the necessary adjustments.BTW I saw the header in your shop. Would u share the code as to how u did it? Its good. Share this post Link to post Share on other sites
pratama 0 Posted April 8, 2009 Posted April 8, 2009 hmm,,,i think just install module feature product, ow,, in this forum have tips with special code for use feature product. thank's guy's for share another trick,,, Share this post Link to post Share on other sites
ricopelo 0 Posted April 12, 2009 Posted April 12, 2009 bonsoir a toutes et tousmême problème que certain instal ok mais rectangle blanc aucune image.je ne comprend rien je ne vois pas d'où vient le problème.i' have the same probleme like somebodywhen i instal i have a white blocksomebody have a fix please Share this post Link to post Share on other sites
pratama 0 Posted April 13, 2009 Posted April 13, 2009 bonsoir a toutes et tousmême problème que certain instal ok mais rectangle blanc aucune image.je ne comprend rien je ne vois pas d'où vient le problème.i' have the same probleme like somebodywhen i instal i have a white blocksomebody have a fix please helo bro,, please you check line 102 of edit code (dreamweaver or notepad) go to moduel : modul/homefeaturedcarousel/file/urunxml.phpthis code : <![CDATA[http://www.yourdomain/youdirectory/img/p/'.$id_image.'-home.jpg]]>like this :<![CDATA[http://www.yourdomain/shop/img/p/'.$id_image.'-home.jpg]]>hope success ... Share this post Link to post Share on other sites
ricopelo 0 Posted April 13, 2009 Posted April 13, 2009 sorry but not working Share this post Link to post Share on other sites
pratama 0 Posted April 13, 2009 Posted April 13, 2009 sorry but not working you not use module modul crousle. but you use module slide product,, that different broo.. Share this post Link to post Share on other sites
Rogerio Lima 3 Posted April 28, 2009 Posted April 28, 2009 Tank you, working fine.But a release v0.3 of carousel that auto sort the products in every refresh or new access will be fantastic.Sorry for my poor english. Share this post Link to post Share on other sites
rhaey 0 Posted May 1, 2009 Posted May 1, 2009 Thank you for the nice module. It's amazing. I have one question though, when I'm at the end of the list by scrolling to right, it scrolls back really fast on to the first picture. Is there a way I can disable the "fast scrolling" and just make it loop around to the first picture? Thank you again. Here is the link.http://www.reefersworld.com Share this post Link to post Share on other sites
Ian B Mazursky 0 Posted May 4, 2009 Posted May 4, 2009 Hi,Great module! Thanks. I was wondering if there is a way to adjust the width of the Block?Its just a bit to wide for the PS template. Or can i adjust the width of the middle section in the Standard PS template?Thanks-ian Share this post Link to post Share on other sites
TonB 0 Posted May 12, 2009 Posted May 12, 2009 Displays Featured Products in the middle of your homepage as Flash Carousel.You can change appearance of carousel from urunxml.php in files folder is it possible to show pictures from another categorie from my shop ? (not only from the homepage)or is possible to make an configuration which make it posiible ?also the speed is to high when you come in the aria of the picture, i prefer for everything a speed of `1 (for nothing the sun only shine)with regardsTon Share this post Link to post Share on other sites
maguila 1 Posted May 14, 2009 Posted May 14, 2009 Thanks for share the module!Regards. Share this post Link to post Share on other sites
ananly 0 Posted May 17, 2009 Posted May 17, 2009 Merci pour ce module, il fonctionne parfaitement dans ma boutique :-) Share this post Link to post Share on other sites
juanhidgo 0 Posted May 17, 2009 Posted May 17, 2009 bonsoir a toutes et tousmême problème que certain instal ok mais rectangle blanc aucune image.je ne comprend rien je ne vois pas d'où vient le problème.i' have the same probleme like somebodywhen i instal i have a white blocksomebody have a fix please helo bro,, please you check line 102 of edit code (dreamweaver or notepad) go to moduel : modul/homefeaturedcarousel/file/urunxml.phpthis code : <![CDATA[http://www.yourdomain/youdirectory/img/p/'.$id_image.'-home.jpg]]>like this :<![CDATA[http://www.yourdomain/shop/img/p/'.$id_image.'-home.jpg]]>hope success ... Only have Blank space....anybody knows how to fix??? Share this post Link to post Share on other sites
tchemis 0 Posted May 19, 2009 Posted May 19, 2009 Hello, thank you for this great module it works perfect!,..I just have one question is there anyway to add a "Add to Cart" button after you click on a product and it shows its description. Or even something along the lines of "View Full Details". Thanks. Share this post Link to post Share on other sites
mickey21 0 Posted May 25, 2009 Posted May 25, 2009 hi,blank space too... and it seems to be a great module ! ggrrr !!someone knows the solution ? Share this post Link to post Share on other sites
Dio 0 Posted May 25, 2009 Posted May 25, 2009 Thanks m8! it works perfect!,.. Share this post Link to post Share on other sites
mickey21 0 Posted May 26, 2009 Posted May 26, 2009 ce module me rend fou ! Deux jours dessus, et une partie de la nuit et au final, rien ! pas avancé d'un poil... toujours ce put.... d'espace blanc sur localhost ! aaaahhhhh !!! même google qui est pourtant mon ami ne me donne pas la réponse... ggrrComme ensuite je veux essayer de le modifier pour afficher les catégories plutôt que les produits (si c'est possible...) et que le site n'est pas encore en ligne, c est plutôt embêtant de pas pouvoir tester vraiment en local.Je désespère, si qqn a la solution, merci merci merci de me donner une piste !! Bonne fin de journée :-) Share this post Link to post Share on other sites
iwans 0 Posted May 28, 2009 Posted May 28, 2009 Thanks All it's nice and solved Share this post Link to post Share on other sites
juanhidgo 0 Posted May 28, 2009 Posted May 28, 2009 Thanks All it's nice and solved ahh....no its not!i still have that white blank space and i tried everything!!!still wondering what is wrong with my installation. Share this post Link to post Share on other sites
mickey21 0 Posted May 28, 2009 Posted May 28, 2009 Thanks All it's nice and solved ahh....no its not!i still have that white blank space and i tried everything!!!still wondering what is wrong with my installation. Same problem... It seems to be on local installation only... it is your case ? Share this post Link to post Share on other sites
RastaDuch 0 Posted May 31, 2009 Posted May 31, 2009 I have problem: Parse error: syntax error, unexpected '?' in /home/sklep/classes/Module.php(318) : eval()'d code on line 1 Parse error(s) in module(s) 1. homefeaturedcarousel Share this post Link to post Share on other sites
shutzu 1 Posted June 3, 2009 Posted June 3, 2009 this happens on the latest version, probably not compatible Share this post Link to post Share on other sites
flying_hlf 0 Posted June 12, 2009 Posted June 12, 2009 I have problem:Parse error: syntax error, unexpected '?' in /home/sklep/classes/Module.php(318) : eval()'d code on line 1 Parse error(s) in module(s) 1. homefeaturedcarousel I encountered the same problem,I would like to ask how to resolve,Thanks! Share this post Link to post Share on other sites
Jalux 0 Posted June 12, 2009 Posted June 12, 2009 Parse error: syntax error, unexpected '?' in /home/japanes3/public_html/mise/classes/Module.php(318) : eval()'d code on line 1Parse error(s) in module(s) 1. homefeaturedcarouselSame Problem?Is there any fix as this looks like the best way to show featured products to the customer. Share this post Link to post Share on other sites
sniffles 0 Posted June 15, 2009 Posted June 15, 2009 Hi thereI'm allredy became desparate.I tried and tried everything postet here about the blank frontoffice thing!!!Th module is installed, visible in the backoffice and i can configure it.The link to the images should be right as well: <![CDATA[http://www.stripanga.com/img/p/'.$products[$i][id_image].'-home.jpg]]> Does someone still has this problem too? I tried also with another theme, but it's the same thing.Pleeeaseeeee somebody help. Share this post Link to post Share on other sites
Elita 0 Posted June 18, 2009 Posted June 18, 2009 Displays Featured Products in the middle of your homepage as Flash Carousel.You can change appearance of carousel from urunxml.php in files folder Share this post Link to post Share on other sites
Marlow Beauty 0 Posted June 21, 2009 Posted June 21, 2009 Thanks - Just had to change CarouselCenterLeft="0" to CarouselCenterLeft="20" to centre it in the middle of the page Awesome plugin. Prestashop rocks. Share this post Link to post Share on other sites
Marlow Beauty 0 Posted June 21, 2009 Posted June 21, 2009 One more thing.....when you select a product from the carousel, and it comes up and displays the price - the price is currently displaying 10.73 YTL (I assume this is indonesian currency) . Does anyone know where abouts I can change this to £ ? Thanks in advance Share this post Link to post Share on other sites
shacker 1,051 Posted July 6, 2009 Posted July 6, 2009 One more thing.....when you select a product from the carousel, and it comes up and displays the price - the price is currently displaying 10.73 YTL (I assume this is indonesian currency) . Does anyone know where abouts I can change this to £ ? Thanks in advance this is in the SWF file. Share this post Link to post Share on other sites
Haider 2 Posted July 9, 2009 Posted July 9, 2009 It's also does not display on my site. Share this post Link to post Share on other sites
shacker 1,051 Posted July 11, 2009 Posted July 11, 2009 It's also does not display on my site. Send me PM with FTP access to your website and we solve the problem. Share this post Link to post Share on other sites
trident 0 Posted July 11, 2009 Posted July 11, 2009 I too have problems installing this module. As previously mentioned above.1 error 1. zip is not installed on your server. Ask your host for further information.Parse error: parse error in C:\wamp\www\prestashop\classes\Module.php(318) : eval()'d code on line 1Parse error(s) in module(s) 1. homefeaturedcarouselAny thoughts?? Share this post Link to post Share on other sites
Mephivio 10 Posted July 22, 2009 Posted July 22, 2009 hi guys,it seems defintively it doesn't work under PS 1.2 beta 4....i have the same error :......classes/Module.php(318) : eval()'d code on line 1 Erreur(s) de parsing dans le(s) module(s)Any idea to solve this problem ?Thx Share this post Link to post Share on other sites
wildkatana 1 Posted July 22, 2009 Posted July 22, 2009 I too have problems installing this module. As previously mentioned above.1 error 1. zip is not installed on your server. Ask your host for further information.Parse error: parse error in C:\wamp\www\prestashop\classes\Module.php(318) : eval()'d code on line 1Parse error(s) in module(s) 1. homefeaturedcarouselAny thoughts?? I was able to fix this problem by hacking the files a bit, and got it working on my site. I also added support for setting a default currency in the urunxml.php file. If anyone is interested in the files for this, download below.Notes:Put the urunxml.php file into your root prestashop directory, or this won't work. Also, change the default currency in the urunxml.php file -Leighton Whitinghttp://www.wildkatana.com homefeaturedcarousel_mod.zip Share this post Link to post Share on other sites
Mephivio 10 Posted July 22, 2009 Posted July 22, 2009 i had this error : (with the genuine release 0.2) :……classes/Module.php(318) : eval()‘d code on line 1 Erreur(s) de parsing dans le(s) module(s)Resolved !!!1. edit with notepad++ (for instance) homefeaturedcarousel.php2. convert UTF-8 without BOM3. saveftp the file to the right directory in the sub modulecool ... all is working now !cheers Share this post Link to post Share on other sites
chustaweb 0 Posted July 30, 2009 Posted July 30, 2009 i had this error : (with the genuine release 0.2) :……classes/Module.php(318) : eval()‘d code on line 1 Erreur(s) de parsing dans le(s) module(s)Resolved !!!1. edit with notepad++ (for instance) homefeaturedcarousel.php2. convert UTF-8 without BOM3. saveftp the file to the right directory in the sub modulecool ... all is working now !cheers PERFECT...IT WORKS !! Share this post Link to post Share on other sites
Haider 2 Posted July 30, 2009 Posted July 30, 2009 It does not load on my page. Share this post Link to post Share on other sites
kingsnake 1 Posted August 1, 2009 Posted August 1, 2009 Agreed - this didn't work either on my test site. I tried the original, update and the mod / hack and none worked - the swf would load (i.e. right click shows the player is loading but nothing else) however this wouldn't connect with the database to populate the MC.Currently I am using Version 1.2.0.8 - 0.272s Share this post Link to post Share on other sites
Ginno 3 Posted August 1, 2009 Posted August 1, 2009 the flash carusel don't work with 1.2 versions Share this post Link to post Share on other sites
halalan 0 Posted August 23, 2009 Posted August 23, 2009 Doesn't work with version 1.2.1 Gives Parse error - When is a update available? Share this post Link to post Share on other sites
andybr1ggs 3 Posted August 28, 2009 Posted August 28, 2009 Doesn't work with version 1.2.1 Gives Parse error - When is a update available? Go back a page read and edit with notepad ++ simples simples Share this post Link to post Share on other sites
rubenmdeg 0 Posted August 28, 2009 Posted August 28, 2009 Displays Featured Products in the middle of your homepage as Flash Carousel.You can change appearance of carousel from urunxml.php in files folder Hello, how can i change the size of the carousel, i put 900px in the file tpl file, but the images only appears on the center, and i want that the content of the carousel have the full widht of my page.Thank Share this post Link to post Share on other sites
geiri 0 Posted September 2, 2009 Posted September 2, 2009 I can not get this to work.Only white space.Runing Windows IIS7 server site onlinePrestashop 1.2 final Share this post Link to post Share on other sites
Darkmarauder 0 Posted September 2, 2009 Posted September 2, 2009 Any update on this module working for Prestashop v1.2 final as yet? Share this post Link to post Share on other sites
andybr1ggs 3 Posted September 3, 2009 Posted September 3, 2009 The search box is your friend, read the thread!!1. edit with notepad++ (for instance) homefeaturedcarousel.php2. convert UTF-8 without BOM3. saveandy Share this post Link to post Share on other sites
Darkmarauder 0 Posted September 3, 2009 Posted September 3, 2009 Paul,Yes I saw the earlier posting, but unfortunetly didn't understand what it meant.So, are you able to explain what steps one and two mean? Share this post Link to post Share on other sites
andybr1ggs 3 Posted September 3, 2009 Posted September 3, 2009 Paul,Yes I saw the earlier posting, but unfortunetly didn't understand what it meant.So, are you able to explain what steps one and two mean? Goto your FTP and then open the homefeaturedcarousal.php then click edit. Then if it opens in regular note pad copy and paste into notepad ++The in notepad ++ goto format (tabs at top) then select in Encode in UTF-8 without Bom then save that as homefeaturedcarousal.php then upload and replace the original.Andy Share this post Link to post Share on other sites
sachintha 0 Posted September 4, 2009 Posted September 4, 2009 this module is showing my products. but i press product image it will show product price and product name when i press product name error message will display like this Not FoundThe requested URL /_PS_BASE_URL_/product.php was not found on this server.Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.Apache/2.2.13 (Unix) mod_ssl/2.2.13 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at www. myweb Page Name.com Port 80and how can i change 1000 YTL how can i change it to another currency please help me some one Share this post Link to post Share on other sites
andybr1ggs 3 Posted September 4, 2009 Posted September 4, 2009 this module is showing my products. but i press product image it will show product price and product name when i press product name error message will display like this Not FoundThe requested URL /_PS_BASE_URL_/product.php was not found on this server.Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.Apache/2.2.13 (Unix) mod_ssl/2.2.13 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at www. myweb Page Name.com Port 80and how can i change 1000 YTL how can i change it to another currency please help me some one You need to open your ftp client and goto the homefeaturedcarousal module open it then navigate to the files directory open urunxml.php file click edit open with notepad then click find in the search box type ytl delete that and then put in what you want (this is to change currency) Share this post Link to post Share on other sites
sachintha 0 Posted September 4, 2009 Posted September 4, 2009 thanks for the introduction to change currency. how can i fix my other problem The requested URL /_PS_BASE_URL_/product.php was not found on this server.Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.Apache/2.2.13 (Unix) mod_ssl/2.2.13 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at www. myweb Page Name.com Port 80 Share this post Link to post Share on other sites
andybr1ggs 3 Posted September 4, 2009 Posted September 4, 2009 thanks for the introduction to change currency. how can i fix my other problem The requested URL /_PS_BASE_URL_/product.php was not found on this server.Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.Apache/2.2.13 (Unix) mod_ssl/2.2.13 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at www. myweb Page Name.com Port 80 well i have just clicked on every image and all seems ok Share this post Link to post Share on other sites
sachintha 0 Posted September 4, 2009 Posted September 4, 2009 my web site URL http://www.spicesheaven.com/ please go and check your self Featured Carousel Module images are working.when i click product name that error will appear (help me to fix this problem ).my web site is still under construction Share this post Link to post Share on other sites
andybr1ggs 3 Posted September 4, 2009 Posted September 4, 2009 I have just said that I have clicked on every image within your homefeaturedcarousal and all seems ok!! Share this post Link to post Share on other sites
sachintha 0 Posted September 4, 2009 Posted September 4, 2009 after click image press that image name (product name) then you can see the error message Share this post Link to post Share on other sites
geiri 0 Posted September 4, 2009 Posted September 4, 2009 There is still just a big white spot on my page, I have tried this all. Share this post Link to post Share on other sites
sachintha 0 Posted September 4, 2009 Posted September 4, 2009 That i fist upload module has error so i delete that module already. Please download this new zip file.and enjoy. This Module is working well.If you want to check whether it is working or not please visit to my web site.http://www.spicesheaven.comIf you like my post say thanks. homefeaturedcarousel.zip Share this post Link to post Share on other sites
geiri 0 Posted September 4, 2009 Posted September 4, 2009 It is not working for me either... Share this post Link to post Share on other sites
sachintha 0 Posted September 4, 2009 Posted September 4, 2009 Go and see my web site. This module is working i am sure http://www.spicesheaven.comtell me your problem. Share this post Link to post Share on other sites
myolal 0 Posted September 5, 2009 Posted September 5, 2009 I have mistake. pls help."If your mail server is not installed. For further information talk to your server. "Modül ayrıştırma hatası var falan diyor nedir bu." 1 HataPosta sunucunuz yüklü değildir. Ayrıntılı bilgi için sunucunuzla görüşünüz" modül yüklerkende bu hatayı alıyorum windows vps var. Share this post Link to post Share on other sites
BallooningMarvelous 0 Posted September 8, 2009 Posted September 8, 2009 That i fist upload module has error so i delete that module already. Please download this new zip file.and enjoy. This Module is working well.If you want to check whether it is working or not please visit to my web site.http://www.spicesheaven.comIf you like my post say thanks. Nobody else had said thanks, so I will.'Thanks!' :-)Tried the other one a few weeks back and it didn't work, not sure if it's been fixed or not but I tried the one with your changes and it worked fine. Share this post Link to post Share on other sites
sachintha 0 Posted September 9, 2009 Posted September 9, 2009 I fix small parts in this module not big parts. How ewer it work for you.your welcomewww.spicesheaven.com Share this post Link to post Share on other sites
Kristal Hull 0 Posted September 10, 2009 Posted September 10, 2009 What am i doing wrong?!?! I finally managed to trawl through all these posts and work out how to install the damn thing, now I can't seem to get any pics to come up. I can see that the carousel is there on my home page, because when I hover mouse over it shows the product titles... but there's no graphic there at all. Thought it might be a flash problem, but I can view it fine on the site above (the spices heaven site) Someone please advise what may be the problem?ThanksKristal Share this post Link to post Share on other sites
filigraf 0 Posted September 10, 2009 Posted September 10, 2009 Hi sachintha,your module works very well, thank you very much for sharing with the community.I am a Flash worker too and would be interested in further development of this module.Personally, I think the carousel animation has some disadvantages: for perfect integration, you would need transparent PNGs (to avoid overlapping), also the carousel is hard to control for some users who don't have the right mouse handling. I'd be interested to make some alpha or right-to-left transitions, but I would need your FLA file in order to be able to achieve this. Share this post Link to post Share on other sites
Kocour 0 Posted September 20, 2009 Posted September 20, 2009 Hi,I improved this module to sort options...Now you can show your goods in flash carousel alphabetical, random, by price or other choice...New version 0.31 also includes:+ fix by Sachintha+ czech languageTested in Prestashop ver. 1.2.4.0 and work well, check on my site: http://www.nerdi.czenjoy this Thx Ozcanar for this module! homefeaturedcarousel-ver-0-31.zip Share this post Link to post Share on other sites
opster 0 Posted September 22, 2009 Posted September 22, 2009 Thank you very very much for this Module! Keep up the good work! Share this post Link to post Share on other sites
rocho 0 Posted September 23, 2009 Posted September 23, 2009 Displays Featured Products in the middle of your homepage as Flash Carousel.You can change appearance of carousel from urunxml.php in files folder congratulations for this great module..just a suggestion for next version give the option to make horizontal scrolling and not carousell, this will save some valued header space.just and idea .. thank you very much for this module! Share this post Link to post Share on other sites
andybr1ggs 3 Posted September 23, 2009 Posted September 23, 2009 Displays Featured Products in the middle of your homepage as Flash Carousel.You can change appearance of carousel from urunxml.php in files folder congratulations for this great module..just a suggestion for next version give the option to make horizontal scrolling and not carousell, this will save some valued header space.just and idea .. thank you very much for this module! that is a different module!http://www.prestashop.com/forums/viewthread/28617/modules___development/module_slideshow Share this post Link to post Share on other sites
Hammy Havoc 0 Posted September 24, 2009 Posted September 24, 2009 Anybody know how to make the background transparent? Edited the .tpl and the urunxml.php and no cigar :/Superb module never the less! Share this post Link to post Share on other sites
Hammy Havoc 0 Posted September 25, 2009 Posted September 25, 2009 Also, does anybody know how to change the category so that it displays products that are not in the 'Home' category? Share this post Link to post Share on other sites
ysco 77 Posted September 29, 2009 Posted September 29, 2009 Like hammy havoc mentioned, i also would like to know how to change the directory to display all the products listed in categories en not only the home one`s.Btw great module.ysco.. Share this post Link to post Share on other sites
shacker 1,051 Posted October 6, 2009 Posted October 6, 2009 Like hammy havoc mentioned, i also would like to know how to change the directory to display all the products listed in categories en not only the home one`s.Btw great module.ysco.. You need to edit the file contained in files folder, urunxml.php....change the category id in this line: $category = new Category(1);1 is the home category, change for the category you need. Share this post Link to post Share on other sites
shacker 1,051 Posted October 11, 2009 Posted October 11, 2009 Like hammy havoc mentioned, i also would like to know how to change the directory to display all the products listed in categories en not only the home one`s.Btw great module.ysco.. You need to edit the file contained in files folder, urunxml.php....change the category id in this line: $category = new Category(1);1 is the home category, change for the category you need. If SWF dont load, remove the object tag from the tpl file Share this post Link to post Share on other sites
langbianiam 0 Posted October 13, 2009 Posted October 13, 2009 Hi,I improved this module to sort options...Now you can show your goods in flash carousel alphabetical, random, by price or other choice...New version 0.31 also includes:+ fix by Sachintha+ czech languageTested in Prestashop ver. 1.2.4.0 and work well, check on my site: http://www.nerdi.czenjoy this Thx Ozcanar for this module! Thanks for new ver. Share this post Link to post Share on other sites
lionhell 0 Posted October 16, 2009 Posted October 16, 2009 i'm sorry, I've read this whole long post but didn't succeed to make this module working properly !Last install is v0.31:- instal = ok- setup = ok- display = nothing !!!!!I did change path in urunxml.php, no change, nada, rien !!!!! Share this post Link to post Share on other sites
Patric 569 Posted October 16, 2009 Posted October 16, 2009 This is an English forum. French posts deleted. Share this post Link to post Share on other sites
yoh-652 0 Posted October 16, 2009 Posted October 16, 2009 Ok, et je pose mes question où ? pourquoi supprimer des messages en français, certains sont en espagnols, français et anglais et ça ne pose aucun problèmes... en plus j'avais fais l'effort surhumain de tenter une trad anglaise de mon premier post pour espérer avoir une réponse. maintenant c'est sur, je ne suis pas prêt d'en avoir une. tant pis, désolé pour ce post Share this post Link to post Share on other sites
lionhell 0 Posted October 16, 2009 Posted October 16, 2009 Encore un (mauvais) coup de la perfide Albion ! Share this post Link to post Share on other sites
Mypresta.cn 1 Posted October 24, 2009 Posted October 24, 2009 Displays Featured Products in the middle of your homepage as Flash Carousel.You can change appearance of carousel from urunxml.php in files folder hi, all, I enhanced another module jcarousel from http://marghoobsuleman.com, with the new module, you can upload/remove/update pictures in back office. For this moment, it only supports English in back office. I add new tables for this module, you have to run sql before installation. What's more, you need to change table prefix ps_ to yours if it's different from yours. Get the module here http://www.mypresta.cn/posts/list/36.page Share this post Link to post Share on other sites
J. Fernandes PT 4 Posted October 30, 2009 Posted October 30, 2009 This is considered an important module by the community, and I don't really know why.Do you really suppose that every client of your shop is going to spend their precious time playing around with this module? I really don't think so. Why not jut put the main products 100% visible in the front page so that the client sees everything straight away?There's a module in PS called "Home text editor". Now THAT'S an impressive tool. With some basic skills, you can do wonders with that tool and can give your homepage something unique. Share this post Link to post Share on other sites
Lisette 0 Posted November 3, 2009 Posted November 3, 2009 I downloaden the module, and add it tho modules. Now I get an error message on my backoffice: Parse error: syntax error, unexpected '?' in /home/vhosts/audiodiamonds.nl/httpdocs/shop/classes/Module.php(325) : eval()'d code on line 1Parse fout in modulehomefeaturedcarouselCan anyone help me out please Share this post Link to post Share on other sites
anth.payne 2 Posted November 13, 2009 Posted November 13, 2009 I am also experiencing the same error. Share this post Link to post Share on other sites
Recommended Posts