osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

Product_info page won't stay at 800 width on osC template!

This is a discussion on Product_info page won't stay at 800 width on osC template! within the osCMax v1.7 Installation forums, part of the osCMax v1.7 Forums category; Page width won't stay at 800, just on the product_info page, I'm using osCMax 1.7, osC template. I updated the ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v1.7 Forums > osCMax v1.7 Installation

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 01-19-2005, 05:08 PM
New Member
 
Join Date: Jan 2005
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
toddhata
Default Product_info page won't stay at 800 width on osC template!

Page width won't stay at 800, just on the product_info page, I'm using osCMax 1.7, osC template.

I updated the main_page.tpl.php under templates/osC.

It looks like the body goes to 100% only on this page. I also had to change the files includes/header.php, and includes/footer.php to a width of 800. For some reason the product_info page is the only one that's not using the main_page.tpl.php

I've been trying for 5 hours, edited almost every file trying to get this page to work. Someone please help, it's driving me crazy. :shock:


someone else had this post months ago, but the fix someone suggested didn't work
http://oscdox.com/index.php?name=PNp...amp;highlight=
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2  
Old 01-19-2005, 06:13 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,329
Thanks: 68
Thanked 322 Times in 305 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default RE: Product_info page won

How about a url so we can see what the issue is...
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates. New designs every month!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 01-19-2005, 06:15 PM
New Member
 
Join Date: Jan 2005
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
toddhata
Default RE: Product_info page won

Here's the link, it's an adult toys store, no pics up though.

http://64.23.52.150/catalogg/product...roducts_id=427

thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 01-19-2005, 06:35 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,329
Thanks: 68
Thanked 322 Times in 305 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default RE: Product_info page won

The post you referenced above is exactly right. Simple html:

Line 39 of main_page.tpl.php in the /osC template:

Quote:
<table border="0" width="100%" cellspacing="3" cellpadding="3">
Change to:

Quote:
<table border="0" width="800" cellspacing="3" cellpadding="3">
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates. New designs every month!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 01-19-2005, 06:44 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,329
Thanks: 68
Thanked 322 Times in 305 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default RE: Product_info page won

You have more issues though. It looks like you have corrupted the install somehow.

osCMax does not use the header.php and footer.php files. I bet when you installed a few of your mods, you changed the product_info.php file and it is no longer using the BTS template system. You need to restore the original file and add your changes to the product_info.tpl.php file in the osC/content directory.
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates. New designs every month!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 01-19-2005, 06:57 PM
New Member
 
Join Date: Jan 2005
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
toddhata
Default RE: Product_info page won

Perfect, you're a lifesaver. I reloaded the product_info.php and it's working. Thanks a lot for the help.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Integrate contrib into template | home page damnedpig osCMax v1.7 Discussion 2 07-28-2005 05:18 AM
Can't stay logged-in... artloftart osCommerce 2.2 Installation Help 2 07-21-2004 12:17 PM
Error on product_info page Anonymous osCMax v1.7 Installation 2 02-13-2004 01:53 PM
How to set page width? hanool osCMax v1.7 Discussion 2 09-08-2003 11:12 AM
Width of Category Page - Can't seem to figure it out nyc-sunflower osCommerce 2.2 Modification Help 1 04-11-2003 11:55 AM


All times are GMT -8. The time now is 11:03 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax