azer Posted January 25, 2006 Posted January 25, 2006 here is the support for : http://www.oscommerce.com/community/contributions,2795 The included files will produce a complete listing in html of your sites products - sorted by category and include the retail price. Great for a downloadable or hardcopy catalogue. 2 files are included - one produces a text report, the other includes pictures. I do not pretend to be even a programmer?s rear end but have found these programs very useful. Hopefully the open source community will help this utility evolve! on the version of 25 Jan 2006 , here are teh 2 problem i got : BUG : 1. the price are shown in dollar while it should be in the default currencie chosen by the admin 2. the image path is not right : <img src = /images/$picture width=100 height=80> it lacks the http server adress and / or the ws catalog path using those varaible HTTP_SERVER DIR_WS_HTTP_CATALOG for example it gives me : http://localhost/images/Image/products_img...5-1970-34-2.jpg while it should be http://localhost/ms2fr/catalogimages/Image/products_img/dana-0215-1970-34-2.jpg TODO - REQUEST : 3. show the listing in the shop like all other all products list contribution 4.maybe show the price in the several languages shown in the shop 5.being able to slect the order element like : click by name of product , by price , by catagorie 6. being able to change the language by clicking in a flag on the top of the list 7. use the variable of the admin for : "Order online at www.yoursite.com" 8. make a link back to the shop on the logo on the top Quote MS2
azer Posted January 25, 2006 Author Posted January 25, 2006 for the question number 2 i changed : print "<tr><td $color class=report>$category</td><td $color class=report><img src =[b]/[/b] images/$picture width=100 height=80></td><td $color by print "<tr><td $color class=report>$category</td><td $color class=report><img src = /images/$picture width=100 height=80></td><td $color and it works Quote MS2
azer Posted January 25, 2006 Author Posted January 25, 2006 (edited) 9. being able to modify all the dimension ( table , picture width and height, justification) in the admin bug 3 : i got in the list 3 times the same product, because it seems taht in the listing it list the same product in all the language defined in the shop !!! i think we should : - show only the language selected in the shop when the customer clicked - or show a break with the langauge name and flag in the list - or show only the language selected by adding a flag in top of the list Edited January 25, 2006 by azer Quote MS2
claudioimai Posted January 26, 2006 Posted January 26, 2006 Hi, Azer. Try this version: http://www.creativstudios.org/portal/downl...uct_listing.rar There's 2 versions: one with the look of the store (header, columns, etc) and the other is simple, just for printing. And both are just listings without pictures. Hope it can help for a while. Some of the bugs you pointed are stilll there, but I will fix them soon. :thumbsup: Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.