-
Content count
4,854 -
Joined
-
Last visited
-
Days Won
2
Everything posted by bkellum
-
Actually, the problem lies with the Freeosc_009 template. All of the other template sets are not effected by this so the problem lies within that specific sample template set.
-
What do you mean you turn off "form" boxes? Also, from the image you posted earlier, I see your boxes are all screwed up. This is NOT a default osCommerce RC2a shop. You made some changes that is effecting the layout. I have tested STSv4.5.8 as well as STSv4.6 in IE and Firefox with no layout issues that you are seeing.
-
[contribution] Simple Template System (sts)
bkellum replied to DiamondSea's topic in Templates and Images
The STS User Manual explains each of the "sample" template sets that came with the contribution STSv4.6. The documents explain how to install and if needed, how to change the default configuration (optional). -
You must have made some changes to your shop regarding the checkout process that added some code that was not coded per osCommerce standards. That is the only way your page would get broken like that. It does not do that with a stock osC RC2a shop with STSv4.6 installed.
-
You shouldn't be having any errors as STS is very easy to install if you follow the instructions. THIS IS NOT THE STS SUPPORT THREAD. Please ask for help in the STS support thread as you will get correct answers as well as the q&a will benefit all other STS users (link is in the STS User Manual as well as in my signature below).
-
Please remember that this forum is for osCommerce only and each thread is for support for each of it's contributions but under no circumstances and this forum be used for tech support for any of the osCommerce bundles not directly available on the osCommerce.com site. I provide tech support for any of my products via my website or direct email only so please do not get any of us banned from these helpfull forums.
-
[contribution] Simple Template System (sts)
bkellum replied to DiamondSea's topic in Templates and Images
This is not a STS issue. Please post in the proper support thread. Thanks. -
[contribution] Simple Template System (sts)
bkellum replied to DiamondSea's topic in Templates and Images
This is not a STS issue. Please post in the proper support thread. Thanks. -
Upgraded to v2.2 RC2a, now STS Error Message
bkellum replied to dan@swift's topic in Templates and Images
Dan, yes that will do it for now. Also, you should ask these types of questions in the STS Support Thread to get the right answer faster. -
[contribution] Simple Template System (sts)
bkellum replied to DiamondSea's topic in Templates and Images
Well, I guess it is a matter of opinion but if they can't handle placing a $infobox_somebox variable into a template then I wouldn't be real confident about them fiddling around in the admin. -
This would have to do with your installation of osCommerce and not STS. Check your configure.php files as well as the link below: Installation and Upgrades
-
I would have to disagree. The layout wouldn't be a problem. Your variable defines are the issue. Use the stock variables to confirm this. If they work, then your custom variables are the problem. Look there to find your fix.
-
[contribution] Simple Template System (sts)
bkellum replied to DiamondSea's topic in Templates and Images
Why would you need to install that when STS already provides a means to either display an infobox or not by simply placing the infobox variable in the template or leaving it out? It couldn't be any easier. -
OK...I see a lot of non-stock variables within your template including a lot of variables created in a different language. Did you define these variables in order for STS to know what to do with them? Does ALL of the variables not work? How about the $content$ variable, does it display correctly?
-
OK, this tells me that you must have copied a file or folder to the wrong directory or you did not do a complete install. In order to install STS, you to upload all of the files from the STS folder as well as copy all of the files from ONE of the MS2 or RC2 folders. Be sure to keep the folder/file tree intact within these folders.
-
Post your template code.
-
Sorry, but you didn't "BUY" anything as I do not "sell" it I give it away for "FREE"! The tips I was providing above was for STSv4.6. At this point, the problem is with your template, not STS as the other templates are working fine.
-
You need the header code from the blank template. You should also check to make sure you have listed your variables correctly: Correct: $content$ Wrong: $content <?php DEFINE ('STS_END_CHAR', '$'); ?> <?php DEFINE ('STS_CONTENT_END_CHAR', '$'); ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html $htmlparams> <head> <meta http-equiv="Content-Language" content="en-us"> $warning_header$ <!--$headcontent--> The DOCTYPE can be different but your need the PHP DEFINES as well as $htmlparams and $headcontent
-
First, how did you install STSv4.6; Manually or Copy? If you did a "Copy" installation, open your /includes/application_top.php file and find the following line of code: if (tep_session_is_registered('navigation')) { Replace it with: if (tep_session_is_registered('navigation') && is_object($navigation)) { See this for more information Let me know if this worked for you,
-
Does your template include the code used in the "blank" template?
-
Warning: I am able to write to the configuration file:
bkellum replied to POOL72's topic in Templates and Images
Has nothing to do with STS as STS does not modify any of the configure.php files. As was mentioned above, you need to set the correct permissions on both configure.php files according to what is read only per your host. -
I just took a look at your site and it appears you have it worked out.
-
Is this for RC2a or osCv3.x? This thread is for osCv3.x.
-
Important Posts for the STS newbie: Post #3755: http://forums.oscomm...p;#entry1226986 Post #4326: http://forums.oscomm...p;#entry1303555 Post #4974: http://forums.oscomm...p;#entry1361366 Post #3772: http://forums.oscomm...p;#entry1227769 Post #3757: http://forums.oscomm...p;#entry1227006 Please review the above for insight on how the Simple Template System allows you to make templates for pages, categories, home page, products and infoboxes. Hope this was helpful,
-
I don't think anyone is going to provide a step by step as there is a lot of details left up to the design. STS allows you to simply plug in variables into your Flash site so your 100% Flash design would be up to you.