Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

shop width fixed on 750 pixels ??


Guest

Recommended Posts

Posted

I have made some changes which results in the shop width fixed on 750 pixels. it is done for the default.php, footer.php and header.php.

 

But if you choose another page it is width again 100%, I can't find where I must change this, anyone a hint.

 

look at shop.webconnexxion.com

 

Thanks in advance,

 

Greetings John2b

Posted

Get the Add-on in contributions for Center Shop or the Goodies Bag.

 

They both include methods for doing this.

 

I also have a version of Center Shop on my site, but I am pretty sure I updated the contributions with it the other day.

Posted

Hi Linda,

 

thanks for tou answer, I gonna llok at it right away. ;-)

 

Greetings John2b

Posted

Hi Linda,

 

thanks for your answer, I gonna look at it right away. ;-)

 

Greetings John2b

Posted

================================================================================

==================

 

CHANGED FILES:

 

/catalog/includes/header.php

/catalog/includes/footer.php

 

================================================================================

==================

 

FILES TO ADD:

 

/includes/languages/english/center_shop.php

 

NOTE: Add to all other languages.

 

================================================================================

==================

 

Edit /includes/languages/english.php and other language files and add to the bottom:

 

// BOF: WebMakers.com Added: CENTER SHOP CONTROL

require(DIR_WS_LANGUAGES . $language . '/' . 'center_shop.php');

// EOF: WebMakers.com Added: CENTER SHOP CONTROL

 

 

 

I supose that the the files must be added into the ADMIN directory or not?

And after that I shoot be appear in de admin tool under which category..??

 

Greetings JJ

Posted

================================================================================

==================

 

CHANGED FILES:

 

/catalog/includes/header.php

/catalog/includes/footer.php

 

================================================================================

==================

 

FILES TO ADD:

 

/includes/languages/english/center_shop.php

 

NOTE: Add to all other languages.

 

================================================================================

==================

 

Edit /includes/languages/english.php and other language files and add to the bottom:

 

// BOF: WebMakers.com Added: CENTER SHOP CONTROL

require(DIR_WS_LANGUAGES . $language . '/' . 'center_shop.php');

// EOF: WebMakers.com Added: CENTER SHOP CONTROL

 

 

 

I supose that the the files must be added into the ADMIN directory or not?

And after that I shoot be appear in de admin tool under which category..??

 

Greetings JJ

Posted

i just opened up english.php, header.php and footer.php in dreamweaver and centered the tables..I must have missed a line somewhere before.

Posted

Sorry, it'a allright now...!!

 

I That it whas a addon in de admin tool, but after I look att my shop it is alreay done..!!

 

Greetings John

Archived

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

×
×
  • Create New...