osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

BTS 1.2a Upgrade Package for MS2-MAX v1.5.5

This is a discussion on BTS 1.2a Upgrade Package for MS2-MAX v1.5.5 within the osCMax v1.7 Discussion forums, part of the osCMax v1.7 Forums category; This upgrade package is for users of MS2-MAX v1.5.5. It upgrades the BTS 1.0b system to 1.2a. To install this ...


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

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 01-18-2004, 08:10 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,328
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 BTS 1.2a Upgrade Package for MS2-MAX v1.5.5

This upgrade package is for users of MS2-MAX v1.5.5. It upgrades the BTS 1.0b system to 1.2a.

To install this package on your store, follow the install.txt instructions in the zip file.

Please note:

BACKUP your TEMPLATE FILES and DATABASE BEFORE you install this upgrade.

The upgrade is very easy, but if you have customized your templates, you will need to back them up, and re-upload them after the installation of the new system.

The upgrade package is attached below.
Attached Files
File Type: zip btsv1.2a_for_max_upgrade.zip (335.2 KB, 468 views)
__________________
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!
  #2  
Old 01-19-2004, 04:44 AM
Member
 
Join Date: Jun 2003
Location: Helsinki
Posts: 65
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Lynoure
Default

I tried it and noticed that the CSS template has trouble dealing with wide (150 pixels) small product images. Those seem to break the layout completely.

I made templates/LynoureOld for my old templates and modified common_top_bts.php to
allow switching to use the old templates. However, I cannot switch back to the other templates and I don't get the box in my old store look. What can I do?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 01-19-2004, 04:49 AM
Member
 
Join Date: Jun 2003
Location: Helsinki
Posts: 65
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Lynoure
Default

I found the solution to the second problem:

add following

<?php
// include i.e. template switcher in every template
if(file_exists(DIR_WS_TEMPLATES_BASE . 'common_top_bts.php')) require(DIR_WS_TEMPLATES_BASE . 'common_top_bts.php');
?>

into main_page.tpl.php after line

<!-- warning_eof //-->
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 01-19-2004, 07:11 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,328
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

Lynoure, all the templates are just samples. It is up to you to customize them to work with your images.

I don't recommend any of the included templates for a production site, as they are just to show the easy switching ability of the new system.

Also, in the CSS theme, as in any theme that contstrains the width of the page, your images must be constrained to fit as well. I mean think about it. If the total width of the table is 750, and the middle box is 350, and your product image is 250, that doesnt leave a lot of space for a heading, now does it... 100 pixels. It is just simple math...
__________________
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-2004, 07:51 AM
New Member
 
Join Date: Oct 2003
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
innovations
Default

Quote:
This upgrade package is for users of MS2-MAX v1.5.5. It upgrades the BTS 1.0b system to 1.2a.
Let me get this right, if we have already run the update from v1.5 to v1.5.5, we still need to update the BTS once more with the BTS v1.2a?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 01-19-2004, 07:58 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,328
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

innovations, no, you do not have to. It is a new upgrade the bts system in 1.5.5.

MAX 1.5.5 will work fine without this upgrade. This is for people who want all the latest features of the template system...
__________________
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!
  #7  
Old 01-19-2004, 08:08 AM
New Member
 
Join Date: Oct 2003
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
innovations
Default

Quote:
This is for people who want all the latest features of the template system...
That is what I meant, do we need to update the Max 1.5.5 with the BTS 1.2a if we want all the latest features? I just updated my MAX on Friday with the 1.5.5 upgrade and I was wandering if I still lack the BTS 1.2a version.

Sorry for the miscommunication!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #8  
Old 01-19-2004, 08:12 AM
Member
 
Join Date: Jun 2003
Location: Helsinki
Posts: 65
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Lynoure
Default

By "trouble dealing" I didn't mean normal width of the page issues but that the boxes break (the image leaks partially out of the box and boxes overlap each other weirdly) same image sizes work just beautifully in other templates.

I attached a screenshot for those interested. It's reduced to 60% of actual size. The gift voucher image could be smaller than the 150 pixel width, but images of wide hem full length dresses cannot be scaled to much smaller than the GV image size, otherwise they will not be any better than having no images at all.

It might be unrelated, but I realized the CSS template one is the only one with the currency box. The others seems to have lost it somehow.

Edit: It seems that the else clause for using the default box in currencies.php has been left out:

// bof BTSv1.2
if(file_exists(DIR_WS_BOX_TEMPLATES . $box_base_name . '.tpl.php')) {
// if exists, load unique box template for this box from templates/boxes/
require(DIR_WS_BOX_TEMPLATES . $box_base_name . '.tpl.php');
}
else {
// load default box template: templates/boxes/box.tpl.php

}
// eof BTSv1.2

So no wonder the currencies box is missing.
Attached Images
File Type: png screenshot.png (109.7 KB, 1281 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #9  
Old 01-19-2004, 09:18 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,328
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

I am looking at this. Looks like I forgot to add the updated file to the template...

A fix is coming shortly...
__________________
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!
  #10  
Old 01-20-2004, 12:42 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,328
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

I have updated the zip to fix the currencies.php file. If you already have it installed, all you need to do is unzip it and then replace the /includes/boxes/currencies.php file with the one in this zip.

Or you could just edit /includes/boxes/currencies.php by finding this line:
Code:
// load default box template: templates/boxes/box.tpl.php
and adding this below it:
Code:
require(DIR_WS_BOX_TEMPLATES . TEMPLATENAME_BOX);
__________________
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!
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
Will there be a 1.5.5 -> 1.7 upgrade package? Lynoure osCMax v1.7 Installation 0 10-09-2004 12:20 PM
[MS2-MAX UPDATE]Easypopulate 2.72 upgrade package michael_s osCMax v1.7 Discussion 0 05-03-2004 07:46 AM
BTS 1.2a Upgrade Package : popup_image.php FIX duntuk osCMax v1.7 Discussion 1 02-02-2004 02:23 PM
ms2-max UPGRADE PACKAGE-- annea03 osCMax v1.7 Discussion 0 09-18-2003 11:22 AM
[MS2-MAX UPDATE] Upgrade Package v1.0 to v1.5 released michael_s osCMax v1.7 Discussion 0 09-16-2003 01:01 PM


All times are GMT -8. The time now is 03:54 AM.


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