osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

OscMax 1.7 and org. osc2.2 m2 templates

This is a discussion on OscMax 1.7 and org. osc2.2 m2 templates within the osCMax v1.7 Installation forums, part of the osCMax v1.7 Forums category; I have some online stores with orginal osc2.2 m2 with some bought templates from oscoders.biz OscMax is a ...


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 09-23-2004, 12:53 AM
New Member
 
Join Date: Aug 2004
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
shaytaan
Default OscMax 1.7 and org. osc2.2 m2 templates

I have some online stores with orginal osc2.2 m2 with some bought templates from oscoders.biz
OscMax is a super product "just like what I need" but there is not much templates for it YET and I wanna keep the looks of my store

My question is, is there any way to implement an orginal osc template "ex. from oscoders.biz" into oscmax?
It's very expensive to implement all the mods into my stores and I don't have time/knowlage to do it my self..

1. How hard is to implement osc template into oscmax? from scala 1 to 10?
2. Any way to remove/disable bts from oscmax?
3. Does it help if I remove bts from oscmax?
4. Is it possible to use just all other things like admin section, except "the catalog section" to keep the looks of the template

Please reply
thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2  
Old 09-23-2004, 08:28 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,246
Thanks: 66
Thanked 294 Times in 280 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

It is harder to remove bts than adapt your template to max.

It is pretty easy to adapt templates to max, since you just really need to adapt the index.php, header and footer structure and your stylesheet to be a template.
__________________
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.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 09-23-2004, 09:47 AM
New Member
 
Join Date: Aug 2004
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
shaytaan
Default

Thanks for the reply masek, would you please explain a little more, I'm sure it will be very usefull for alot of other users too
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 09-23-2004, 10:37 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,246
Thanks: 66
Thanked 294 Times in 280 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

Ok,

So you have a stock ms2 template. You have the header and footer php files and the index.php file in ms2. These make up the site structure. You also have a stlyesheet.css file which handles background graphics and fonts and colors.

In max, all you need to do is make a new template folder. I will call it custom

Then, copy all the files from the aabox template folders to the custom folder.

Next, you need to modify the main_page.tpl.php file in the custom folder by adding the html from the header.php, index.php and footer.php files from your ms2 template.

This html should replace the existing html in this file. You need to use your skills in html to do this correctly, but it is straight html, so it is not that hard.

Then you need to replace the styesheet.css file with the one from your template.

That should do it.
__________________
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.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 11-04-2004, 12:39 PM
Lurker
 
Join Date: Nov 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
sili2213
Default

are there any resources or tools to help in changing the css file?

i see the online info with different properties, but is there any way to use something like dreamweaver to help change it and add/change things?

i have a site based on our main html template that is positioned pretty much okay, the only problem is the stylesheet. i dumped my html template into the default aabox template dir, and am working off the default aabox template, with modified properties

for one thing i cant manage to make the infobox bg white, and keep from having large white squares around the page bottom buttons (add to cart, remove. checkout)

can anyone shed some light on this for me?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 11-04-2004, 08:57 PM
red_fraggle's Avatar
Active Member
 
Join Date: Feb 2004
Location: wilmington, NC
Posts: 319
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 0
red_fraggle
Default

You have to create new styles to go into stylesheet.css for all the customizations you want to do, then change the default style calls for those elements to the new styles you have created. This allows you to create a style for every single little element there is.
__________________
Clifton Murphy CEO/CTO
Hyperactive Inc.
osCommerce hosting, OSCMAX hosting, osCommerce modification, and OSCMAX modification specialists!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7  
Old 11-12-2004, 04:45 AM
New Member
 
Join Date: Oct 2004
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
amcnally
Default Disappearing Header

I have been working on our site for some time now, and while I had it all working just fine in a test directory, when I moved everything to the root directory /home/domain/public_html, my header buttons disappeared, and I have tried everything that I can think of, but they continue to avoid me.

I literally uploaded a new cart, installed it, and then added my template files. That should have been all I had to do, but it wasn't, so I uploaded the images to the main image directory, and some of it started working, but not the buttons.

Here is the piece of code within "main_page.tpl.php" that controls it:

<TABLE width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<TR class="headerMenu">


<TD align="left"><?php echo tep_image(DIR_WS_IMAGES . 'separator.gif'); ?></TD>
<TD align="left"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image_button('menu1.gif', '') . '</a>'; ?></TD>

<TD align="left" width="100%"><?php echo tep_image(DIR_WS_IMAGES . 'separator.gif'); ?></TD>
<TD align="right"><?php echo tep_image(DIR_WS_IMAGES . 'separator.gif'); ?></TD>
<TD align="right"><?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">' . tep_image_button('menu2.gif', '') . '</a>'; ?></TD>
<TD align="right"><?php echo tep_image(DIR_WS_IMAGES . 'separator.gif'); ?></TD>
<TD align="right"><?php echo '<a href="' . tep_href_link(FILENAME_SHOPPING_CART) . '">' . tep_image_button('menu3.gif', '') . '</a>'; ?></TD>
<TD align="right"><?php echo tep_image(DIR_WS_IMAGES . 'separator.gif'); ?></TD>
<TD align="right"><?php echo '<a href="' . tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . tep_image_button('menu4.gif', '') . '</a>'; ?></TD>
<TD align="right"><?php echo tep_image(DIR_WS_IMAGES . 'separator.gif'); ?></TD>
<TD align="right"><?php echo '<a href="' . tep_href_link(FILENAME_CONTACT_US) . '">' .tep_image_button('menu5.gif', '') . '</a>'; ?></TD>
<TD align="right" width="100%"><?php echo tep_image(DIR_WS_IMAGES . 'separator.gif'); ?></TD>
</TR>
</TABLE>

I have tried changing the directory pointers (design/menu*.gif, DIR_WS_IMAGES) and that doesn't do it. Separator.gif and the menu*.gif files are all in the same directory, so the program should see them equally, especially if they are both using the DIR_WS_IMAGES pointer (I thought), but that isn't what happens.

The site is at http://www.cybeargifts.com
(Keep in mind I am changing it by the minute so it may look different when you visit.)

Any help or suggestions would be greatly appreciated.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #8  
Old 11-12-2004, 04:57 AM
New Member
 
Join Date: Oct 2004
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
amcnally
Default Geeze...I finally found it

It figures that within minutes after posting, I would figure out the fix!

I had to copy all of my files in my template english language button folder into the main one. And now it works!

I would still like to understand why when I put the WS_DIR_IMAGES, it still didn't work. I was telling it exactly where to look...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #9  
Old 11-12-2004, 10:05 AM
Active Member
 
Join Date: May 2004
Location: worcester ma
Posts: 162
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
fridgemags
Default

sili2213

Try the below link. It has stylesheet definitions, which tell you what all the css tags control in the stylesheet.

It is for the osc2.2 but is petty much the same.

http://www.oscommerce.info/kb/osComm..._and_Layout/54

Hope this helps a little
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #10  
Old 11-12-2004, 10:30 AM
New Member
 
Join Date: Oct 2004
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
amcnally
Default Thanks

Thanks for the information, but that really doesn't tell me anything about the tep_image_button instruction. I must assume that this tells it to look in a specific location, but nowhere can I find the place defining it to do so.
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
Moving from OSC2.2MS2 to OSCMax problems with database dinki osCMax v2 Installation issues 6 10-03-2006 09:44 AM
upgrade from osC2.2 to MS2-MAX chrismole osCMax v1.7 Discussion 2 02-13-2004 11:10 PM
How to upgrade from OSC2.1 to OSC-MAX 1.5 ? thetraveller osCMax v1.7 Discussion 2 10-04-2003 02:27 PM


All times are GMT -8. The time now is 08:54 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
Copyright 2008 osCMax