Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

All Products On One Page


wayneinspain

Recommended Posts

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

Link to comment
Share on other sites

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.

My Contributions

 

Stylesheet With Descriptions Glassy Grey Boxtops Our Products Meta Tags On The Fly

Password Protect Admin

"No matter where you go....There you are" - Buccaroo Bonsai

Link to comment
Share on other sites

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?

My Contributions

 

Stylesheet With Descriptions Glassy Grey Boxtops Our Products Meta Tags On The Fly

Password Protect Admin

"No matter where you go....There you are" - Buccaroo Bonsai

Link to comment
Share on other sites

Try this to see if it works.

in catalg/includes/modules/our_products

find this

strip_tags($description['products_description'])

and change like this

$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

My Contributions

 

Stylesheet With Descriptions Glassy Grey Boxtops Our Products Meta Tags On The Fly

Password Protect Admin

"No matter where you go....There you are" - Buccaroo Bonsai

Link to comment
Share on other sites

Try this to see if it works.

in catalg/includes/modules/our_products

find this

strip_tags($description['products_description'])

and change like this

$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.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...