Cipo Posted August 24, 2009 Share Posted August 24, 2009 Hello,I need in product details page one module with related products. I need to develop one fashion online store and is very important to offer mix and match products.Thank you Link to comment Share on other sites More sharing options...
CYTechnologies Posted August 24, 2009 Share Posted August 24, 2009 Hello Cipo,I actually have a basic module that shows related products on the product page, you can see more and download it here:http://www.cytech-services.com/store/product.php?id_product=20Yes, it is free Link to comment Share on other sites More sharing options...
Cipo Posted August 25, 2009 Author Share Posted August 25, 2009 CYTech,Many thanks... i will test your module, but, i have a question: i need to translate the name: related products... it is possible???Thank you.Cipo Link to comment Share on other sites More sharing options...
Cipo Posted August 25, 2009 Author Share Posted August 25, 2009 CYTech,One question please...I related products i need to see name of the produsct and THE SMALL SIZE PICTURE.. IS POSIBLE?Thank you Link to comment Share on other sites More sharing options...
CYTechnologies Posted August 25, 2009 Share Posted August 25, 2009 Hello Cipo,I will make an adjustment so you can see the small picture size, to translate the "name" simply open modules/cyrelatedproducts/cyrelatedproducts.tpl and change the text Link to comment Share on other sites More sharing options...
Cipo Posted August 25, 2009 Author Share Posted August 25, 2009 Hello CYTech,OK i made this name change... thank youI will wait for modification. One question, please: if i put 2,3 or many TAG-s, the related produsct module will interpretate all this tags? Ex: 1 product have tags a, b, c, other 2 product have tag a, d, e and other 3 product have tag b, f, g. In product detail of product 1 i will see related products 2 and 3. in details of product 3 i will see just product 1?That is the algorithm?Thank you,Cipo Link to comment Share on other sites More sharing options...
CYTechnologies Posted August 25, 2009 Share Posted August 25, 2009 Hello Cipo,Correct - see the below example.Item1 has tags "tag1, tag2, tag3".Item2 has tags "tag2".Item3 has tags "tag1, tag3".------------------Now if the customer clicks on Item1, the system will take all three tags (tag1, tag2, and tag3) and search the other products to see if any match. So in this case, you will see Item2, and Item3 three show.Now if the customer clicks on Item2, the system only searches for "tag2", so it will pull up the item "Item1".For item3 it will only pull up Item1 since it shares both tags with it.Hope that helps Link to comment Share on other sites More sharing options...
CYTechnologies Posted August 25, 2009 Share Posted August 25, 2009 Hello Cipo,You can now show the products images, please go here to download the new release:http://cytech-services.com/store/product.php?id_product=20I hope it works well for you Link to comment Share on other sites More sharing options...
Cipo Posted August 25, 2009 Author Share Posted August 25, 2009 Hello,You are so fast...but i have a problem: ii uninstall te relatedproducts module and i erase cyrelatedproduct folder from module... In FO Related produsct ab disapear... After that, copy new cyrelated products in /module and - in BO - install the this module. Surprise !!! The related produsct tab is the old TAB (without picture)...How can i fix?Thank you. :roll: Link to comment Share on other sites More sharing options...
CYTechnologies Posted August 25, 2009 Share Posted August 25, 2009 Hello Cipo,Try these steps.1. Uninstall the module.2. Delete the entire folder "cyrelatedproducts". (just to be safe)3. Upload the new folder "cyrelatedproducts" into your modules folder.4. Install the module.Doing it this way will erase the original changes you made to the template, so be sure to open cyrelatedproducts.tpl again and make your translation changes.Also, make sure you are uploading the newly updated mod. :-)Hope that helps! :-) Link to comment Share on other sites More sharing options...
Cipo Posted August 25, 2009 Author Share Posted August 25, 2009 Sorry, but after reinstalling the updated version, the behavior is the same... Related is without picture...Please see this link:http://cipo2k4.dyndns.org/shopan/product.php?id_product=7(is just a test)What can i do?Thank you,Cipo :down: Link to comment Share on other sites More sharing options...
CYTechnologies Posted August 25, 2009 Share Posted August 25, 2009 Hello Cipo,open the file: modules/cyrelatedproducts/cyrelatedproducts.tpland paste the below code into it (removing the code that is there) {if count($cyRelatedProducts) > 0} {foreach from=$cyRelatedProducts item=cyRelatedProduct} {if $cyRelatedProduct.image.id_image ne ""} getImageLink($cyRelatedProduct.images.link_rewrite, $cyRelatedProduct.image.id_image, 'medium')}" height="80" width="80"> {else} {/if} {$cyRelatedProduct.name|htmlspecialchars} >" src="{$img_dir}bullet.gif" border=0/> {/foreach} {else} {l s='There are no related products at this time.' mod='cyrelatedproducts'} {/if} Link to comment Share on other sites More sharing options...
Cipo Posted August 25, 2009 Author Share Posted August 25, 2009 Hy,I make this modification, but something goes wrong...please visit that link again... something is missing... maybe i don't have the right picture size??? Link to comment Share on other sites More sharing options...
CYTechnologies Posted August 25, 2009 Share Posted August 25, 2009 Hey,Actually it looks like when I pasted the code into here it removed my img tag hehe.I've attached the file instead, you can download it and just upload it to the cyrelatedproducts folder. :-) template.zip Link to comment Share on other sites More sharing options...
Cipo Posted August 25, 2009 Author Share Posted August 25, 2009 Man sorry but i have the same error...Thank you very much for your effort Link to comment Share on other sites More sharing options...
CYTechnologies Posted August 25, 2009 Share Posted August 25, 2009 No worries, sent you a Private Message :-) Link to comment Share on other sites More sharing options...
hosteleriex Posted October 9, 2010 Share Posted October 9, 2010 Hello, the module works greatWould have the possibility to put the module without being in a tab.Related products that are always visible below the description of the product. Link to comment Share on other sites More sharing options...
QuickTel Posted January 27, 2011 Share Posted January 27, 2011 Hi,I would like to know what I can change in the code to use the url rewriting in this module because the url of the related product looks like this: http://www.domaine.be/product.php?id_product=862 I have some duplicate content in the search engine (gg, yahoo,....)Thx for helping Link to comment Share on other sites More sharing options...
Sabrina001 Posted January 28, 2011 Share Posted January 28, 2011 Hello Cipo,I actually have a basic module that shows related products on the product page, you can see more and download it here:http://www.cytech-services.com/store/product.php?id_product=20Yes, it is free This seems good. I'd give it a try. Thank you in advance. Link to comment Share on other sites More sharing options...
Recommended Posts