OSCOMMERCE SUPPORT CALL 702-453-3332

 

Help - Search - Members - Calendar
Full Version: All Products On One Page
osCommerce Community Support Forums > osCommerce Online Merchant v2.x > Installation and Configuration
wayneinspain
Hi

I've installed osCommerce and I want to something that I think should be quite simple. What I need to do is to have all my products listed on the opening page. No categories, just all listed together. I've removed all the boxes from the left and right hand side as I just need buyers to see the list of products which will stay the same. Is that possible? How would I go about doing that? You can see my page as it is now (with no products on) at https://www.murfmedia.com/catalog

Also, I would like to get rid of the registration bit. I just want buyers to just see the product on the page and buy it with a credit card. Is that possible too?

Thanks for any help.

Wayne
bill110
In my signature below is Our Products which will put all your products on the main page.
You can use the contribution Purhase without account for no registration.
wayneinspain
Thanks for that. It works but it seems to have removed my html formatting. Is there any way to get that to work?

https://www.murfmedia.com/catalog/
bill110
QUOTE (wayneinspain @ Jun 5 2007, 08:06 AM) *
Thanks for that. It works but it seems to have removed my html formatting. Is there any way to get that to work?

https://www.murfmedia.com/catalog/

What kind of html formatting did you have?
wayneinspain
QUOTE (bill110 @ Jun 5 2007, 05:11 PM) *
What kind of html formatting did you have?


If you click on one of the product photos you can see what I've done. It's HTML lists mainly for bullet points about the products. The formatting works on the individual product page but not on the full list of products.

https://www.murfmedia.com/catalog/
bill110
Try this to see if it works.
in catalg/includes/modules/our_products
find this
CODE
strip_tags($description['products_description'])

and change like this
CODE
$description['products_description']

Have'nt tried this but the strip_tags is what removes the html tags
be sure the periods preceeding and following the above code do not get erased
wayneinspain
QUOTE (bill110 @ Jun 6 2007, 11:18 AM) *
Try this to see if it works.
in catalg/includes/modules/our_products
find this
CODE
strip_tags($description['products_description'])

and change like this
CODE
$description['products_description']

Have'nt tried this but the strip_tags is what removes the html tags
be sure the periods preceeding and following the above code do not get erased


That worked fine, thanks. I've modified the our_products.php file so the layout is a bit nicer.

Thanks again.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.