osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

osCmax without BTS

This is a discussion on osCmax without BTS within the osCMax v1.7 General Mods Discussion forums, part of the osCMax v1.7 Forums category; Hello, does anyone have a osCmax without Basic Template System(BTS). Because I want to install Simple Template System(STS) on it. ...


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

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 12-30-2004, 05:52 AM
Lurker
 
Join Date: Nov 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
voltaq
Default osCmax without BTS

Hello,
does anyone have a osCmax without Basic Template System(BTS). Because I want to install Simple Template System(STS) on it.
Or an osCmax with STS?
Thanks in advance.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #2  
Old 12-30-2004, 07:23 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 11,091
Thanks: 81
Thanked 348 Times in 327 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: osCmax without BTS

Sorry, one of the core elements of osCMax, in fact one of it's best features is BTS. If you don't want BTS, you don't want osCMAx.
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates designed for osCMax 2. Loyalty discounts up to 30% off!
    Each purchase supports the osCMax project with much needed funds!

  • 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. Default multi server configuration for exceptional performance!

  • 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-09-2005, 03:16 PM
Member
 
Join Date: Nov 2004
Posts: 89
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
vinces
Default RE: osCmax without BTS

Is there a reason you would rather have STS, because their features are very similar. I think you will be able to accomplish just as much with BTS, but that's just my opinion.
__________________
Vince
http://www.inkyvinny.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 01-10-2005, 03:18 PM
Member
 
Join Date: Dec 2004
Posts: 46
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
miahac
Default RE: osCmax without BTS

he wants sts because it lets you re-arrange all the boxes real quick ( it puts the content, left and right colums on the main editing page and you can move all the components around just by moving some text-- I have seen some asp carts that let a store manager do this from an admin web page), you can edit more of the layout from the one page and is much simpler. The good news is that bts 1.4 has this feature and I am sure Max will incorporated that eventually.
__________________
Network Administrator
Kansas Hosting
http://www.kansashosting.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 01-24-2005, 11:43 AM
New Member
 
Join Date: Jan 2005
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
JasonM
Default BTS is causing confusion when installing mods...

BTS seems great and all...but I am used to the old Oscommerce way of doing things. I have not yet figured out how to install new mods on OscMax, because of the way BTS breaks up the pages. Mod instructions don't take into account that you have BTS installed, so I am having real difficulties working with OscMax.

But I love that OscMax already comes with so many mods installed. I just need to install a few more, and it looks like I will be struggling for awhile.

JasonM
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 01-24-2005, 01:50 PM
Member
 
Join Date: Jan 2004
Location: Netherlands
Posts: 71
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 0
paulM
Default Re: RE: osCmax without BTS

Quote:
Originally Posted by miahac
The good news is that bts 1.4 has this feature and I am sure Max will incorporated that eventually.
There isn't much difference between the current MS2-MAX BTS version and the BTS1.4

The only (except for some very small mods) new thing in the BTS1.4 is that it uses a fallback, or overrides, system. Older versions require you to have all files in all templates directories, with v1.4 you only add the files that are different from the fallback template to your new template directory.

So let's assume you have created a new template directory and set it as defeault in admin. As long as this directory is empty all files will be loaded from the fallback template dir. But when you want to load a modified stylesheet you only have to copy it to the new directory and it overrides the stylesheet in the fallback directory automaticly. If you decide the change was a mistake you can just delete the file and the original stylesheet.css will be loaded again. The same way any other template file you like can be overridden.

An advantage is that you can have a lot of different templates without the need to copy hundreds of files to all different template dirs. Since most templates only need changes to one (the stylesheet) or a couple of files this will save a lot of disk space (and ftp trouble) and make managing the templates a lot easyer. Just a quick look into a template dir will make clear what the differences are to the fallback template because only changed files will be in the directory.

Back to the STS: I think a handy programmer wouldn't have much trouble in combining the BTS and STS. The one does not exclude the other in any way I believe. The BTS offers the template structure (separating most output and other code, which a.o. enables to edit the main layout through one php file), and the STS offers a system that enables you to edit the layout through an HTML file. Why not have the best of both?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7  
Old 01-26-2005, 01:55 PM
Member
 
Join Date: Dec 2004
Posts: 46
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
miahac
Default RE: Re: RE: osCmax without BTS

Thanks for the clarification, I was just reading about 1.4 it sounded like what I was used to with sts.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #8  
Old 01-26-2005, 02:30 PM
New Member
 
Join Date: Jan 2005
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
JasonM
Default BTS is cooler than it looks!

BTS is cooler than it looks at first glance. I think you have to become familiar with it to realize its' potential. Although, it does change how things work quite alot, but everything is still there.

J
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #9  
Old 02-02-2005, 12:48 PM
Member
 
Join Date: Jan 2005
Location: Holland
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
doumawis
Default Re: RE: osCmax without BTS

Quote:
Originally Posted by msasek
Sorry, one of the core elements of osCMax, in fact one of it's best features is BTS. If you don't want BTS, you don't want osCMAx.
yes i think also that bts is too complicated for the ordinairy shopowner: a person who want to sell something and not want to be a programmer
( i do like also programming, but this is too much for a ordinairy shopowner)


I think also that STS offers more freedom in design via HTML-templating and is much easier than bts
You are totally free to design whatever layout page you want in STS and as excercise you can try to make the original oscommerce site in STS
doumawis
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #10  
Old 04-14-2005, 12:55 PM
Member
 
Join Date: Jan 2004
Location: Netherlands
Posts: 71
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 0
paulM
Default Re: RE: osCmax without BTS

Quote:
Originally Posted by doumawis
I think also that STS offers more freedom in design via HTML-templating and is much easier than bts
You are totally free to design whatever layout page you want in STS and as excercise you can try to make the original oscommerce site in STS
doumawis
There isn't anything that you can do with the STS that you can't do with the BTS. If you don't want to change the PHP, just leave everything inside the <?php ?> tags as it is (you don't split your STS tags either ), and copy/paste your HTML around it.

BTW the first release of the STS for the BTS is on its way
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
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


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


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