osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

Question on the templates...

This is a discussion on Question on the templates... within the osCMax v2 Customization/Mods forums, part of the osCMax v2.0 Forums category; Do I get support on them here or at template-faq.com? I bought the first "flower shop" template and am going ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v2.0 Forums > osCMax v2 Customization/Mods

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 04-04-2007, 08:12 AM
New Member
 
Join Date: Dec 2004
Posts: 17
Thanks: 2
Thanked 0 Times in 0 Posts
Rep Power: 0
bluesin
Default Question on the templates...

Do I get support on them here or at template-faq.com?

I bought the first "flower shop" template and am going to customize it for a candle shop for a friend of mine.

How does one go about getting the mainpage.php file included in it? Additionally the infobox system just does not work, I am certain that this is because the column_left.php file has this in it,

Code:
<?php
  if ( (USE_CACHE == 'true') && !defined('SID')) {
    echo tep_cache_categories_box();
  } else {
    include(DIR_WS_BOXES_AZ . 'categories_az01.php');
  }
?>

   	<?php require(DIR_WS_BOXES_AZ . 'shopping_cart.php'); ?>
   	<?php require(DIR_WS_BOXES_AZ . 'specials.php'); ?>
	
<?php
if (tep_session_is_registered('customer_id')) include(DIR_WS_BOXES_AZ . 'order_history.php');
?>

	
<?php 
	if (isset($HTTP_GET_VARS['products_id'])) include(DIR_WS_BOXES_AZ . 'manufacturer_info.php'); 
?>		
	<?php require(DIR_WS_BOXES_AZ . 'promotion_left.php'); ?>
    
 

 
<?php
$column_location = '';
?>
and is missing the code that pulls the data from the database for the column,

Code:
 $column_query = tep_db_query('select configuration_column as cfgcol, configuration_title as cfgtitle, configuration_value as cfgvalue, configuration_key as cfgkey, box_heading from ' . TABLE_THEME_CONFIGURATION . ' order by location');
  while ($column = tep_db_fetch_array($column_query)) {

    $column['cfgtitle'] = str_replace(' ', '_', $column['cfgtitle']);
    $column['cfgtitle'] = str_replace("'", '', $column['cfgtitle']);

    if ( ($column[cfgvalue] == 'yes') && ($column[cfgcol] == 'left')) {
      define($column['cfgkey'],$column['box_heading']);

      if ( file_exists(DIR_WS_BOXES . $column['cfgtitle'] . '.php') ) {
        require(DIR_WS_BOXES . $column['cfgtitle'] . '.php');
      } 
    }
  }
Same for the right_column.php file, which I don't plan on using so that's ok.

Also, does anyone know where the following code gets generated?

Code:
    <td width="100%" valign="top" class="maincont_mid_td">




	<table border="0" width="100%" cellspacing="0" cellpadding="0">
      </tr>
	  <tr>
        <td>
          <table border="0" width="100%" cellspacing="0" cellpadding="0">
          <tr>
            <td><br><!-- new_products //-->
<table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr>
    <td height="14" class="infoBoxHeadingLcorner"> </td>
    <td height="14" class="infoBoxHeading">New Products For April&nbsp;</td>
    <td height="14" class="infoBoxHeadingRcorner"> </td>
  </tr>
</table>
I know where this is generated,
Code:
<td width="100%" valign="top" class="maincont_mid_td">
and I know where the product code is generated in the new_products file, but the code in between I cannot seem to find it. I ask because as you can see in the above a stray </tr> is getting generated and appears to be causing an alignment problem, the stray </tr> is not on the source demo for this template.

I have opened up a problem ticket with template-faq and sent in an email but have not had a response...

Thanks,

Bluesin
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #2  
Old 04-04-2007, 09:11 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 11,089
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: Question on the templates...

Your best bet is to wait for a reply from template-faq. They will get you fixed up quickly. They are excellent at supporting their templates.
__________________
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 04-04-2007, 01:51 PM
New Member
 
Join Date: Dec 2004
Posts: 17
Thanks: 2
Thanked 0 Times in 0 Posts
Rep Power: 0
bluesin
Default Re: Question on the templates...

I'm waiting patiently:>)

Bluesin
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 04-05-2007, 06:31 AM
New Member
 
Join Date: Dec 2004
Posts: 17
Thanks: 2
Thanked 0 Times in 0 Posts
Rep Power: 0
bluesin
Default Re: Question on the templates...

Still waiting, is it normal to have to wait this long for a response from them.

I'm getting concerned, I bought the template through this site as a way to give back on the fantastic product you put out, and really I was a bit suprised to find out that the support for the templates are provided outside of this domain.

I read through another post on this where the member got support quickly, however, his problem was the same and they had to send him some updated files. That leads me to wonder if the templates being sold are really completely up-to-date with this release of OSCMAX and it's template system, or if they are developing them somewhat on the fly as people buy them?

I have updated my ticket and sent in another email to them...

Bluesin
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 04-05-2007, 09:30 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 11,089
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: Question on the templates...

Quote:
I'm getting concerned, I bought the template through this site as a way to give back on the fantastic product you put out, and really I was a bit suprised to find out that the support for the templates are provided outside of this domain.
There is no need to be concerned, your issue will be resolved, as they are a top notch company or we would not recommend them or offer their products. They back their product 100%. It sometimes happens with all businesses that some issues take longer to resolve than others.

Although you may be frustrated at the moment, I am sure it will be resolved to your satisfaction shortly.

The templates are not developed on the fly. You probably purchased an RC2 template and they require a couple of changes to work 100% with RC3 depending on how the template was coded. They say right on the template page what version it was coded for.

I am not sure why it would be a surprise that the company that actually makes the templates supports them. We (oscmax.com and oscmax development team) do not make any of the templates or custom designs. We leave that to real graphic designers...
__________________
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!
  #6  
Old 04-05-2007, 10:24 AM
New Member
 
Join Date: Dec 2004
Posts: 17
Thanks: 2
Thanked 0 Times in 0 Posts
Rep Power: 0
bluesin
Default Re: Question on the templates...

It's just because the templates are all listed on this website, then you clock through to another site to purchase but there is nothing to indicate that it is an outside company on the transition so I really did not get the fact that I was working/purchasing from another company.

Again no prob on that, as far as the RC2/RC3 stuff, the infobox system has been around for a while methinks, and in comparing the implementation of it to the aabox template I just do not see where the support for it is delivered in the template that was sent me, but I could easily be missing something, or perhaps I was delivered an old version of the template.

Quote:
There is no need to be concerned, your issue will be resolved, as they are a top notch company or we would not recommend them or offer their products. They back their product 100%. It sometimes happens with all businesses that some issues take longer to resolve than others.
Understand, but that's not the concern, the concern is that no one has even responded to me in either the ticket or via email saying that they have it and are looking into it or to ask a followup question...

Bluesin
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7  
Old 04-05-2007, 12:00 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 11,089
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: Question on the templates...

Let me know how it turns out. I am always concerned with the quality of our partners, and want to make sure everyone benefits from the relationships we build.
__________________
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!
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

Similar Threads

Thread Thread Starter Forum Replies Last Post
Question - AlgoZone and osCMax Templates Invizix osCMax v2 Customization/Mods 20 04-12-2008 01:45 PM
Can we get some Templates? driwashsolutions osCMax v2 Customization/Mods 5 12-17-2006 06:54 PM
Templates? TCM osCMax v2 Customization/Mods 1 08-28-2006 11:35 PM
templates crux osCMax v2 Customization/Mods 0 10-05-2005 02:53 PM
Templates damnedpig osCMax v1.7 Discussion 5 08-16-2004 12:07 PM


All times are GMT -8. The time now is 02:39 PM.


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