Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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

MS2

Posted

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

MS2

Posted (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 by azer

MS2

Posted

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:

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...