Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Another POPUP issue.


jkmowery

Recommended Posts

1am and I'm giving in for the evening...

 

I'm working with STS 4.5.2 and I've gotten everything "working" excpet the image popups. I've enabled and configured it in the admin side. I've copied the sample template popup_image.php.html file from the "full" template. I've even verified all the sts_default settings are correct (i.e. no curly bracket, etc.). I've been searching the forums for hours and I'm giving in for the evening. I'm sure it's something simple.

 

Any ideas?

 

Check it out. www.treadznthreadz.com

Link to comment
Share on other sites

Sorry for the late night frustration. I appreciate all the efforts of those who have contributed to OSC and all the contributions. All those who help out on the boards are great as well! Noobs like us would be in deep XXXX if it weren't for you all.

 

I'm trying to resolve an STS issue. As I mentioned, Ive installed and configured everything as best I can determine from the manual/guide/boards. I've enbale all four modules (default/index/popup/product). My configs are as shown:

 

Default

Use Templates?=true

Code for debug output=debug

Files for normal template=sts_user_code.php

Base folder=includes/sts_templates/

Template folder=tnt

Default template file=sts_template.html

Use template for infoboxes=true

 

Index

Use template for index page=true

Files for index.php template=sts_user_code.php

Check parent templates=true

 

Popup

Use template for the image popup page=true

Files to include=popup_image.php

 

ProductInfo

Use template for product info page=true

Enable STS3 compatibility mode=false

Files for normal template=sts_user_code.php

Files for content template=sts_user_code.php;product_info.php

 

My catalog/includes/sts_template/mytemplate/popup_image.php.html contents is very vanila

 

<?php DEFINE ('STS_END_CHAR', '}'); ?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html $htmlparams>
<head>
<meta http-equiv="Content-Language" content="en-us">
<!--$headcontent-->
</head>
<table width="100" border="5" align="center" cellpadding="5" bgcolor="#FFFFFF" id="table1">
 <tr>
   <td>
   <table border="0"
cellpadding="0" cellspacing="0" style="width: 100%; border-collapse:collapse" bordercolor="#111111">
     <tbody>
       <tr>
         <td>
             <img border="0" src="images/oscommerce.gif" name="bannerimage"></td>
         </tr>
     </tbody>
   </table>
   <p align="center"><font face="Arial">$productname}</font><font color="#808080" size="2">[$productmodel}]<br>
   </font>$popupimage}</td>
 </tr>
</table>
</body>
</html>

 

No matter what, I get the template. I'm at a loss...

Link to comment
Share on other sites

  • 3 months later...
Sorry for the late night frustration. I appreciate all the efforts of those who have contributed to OSC and all the contributions. All those who help out on the boards are great as well! Noobs like us would be in deep XXXX if it weren't for you all.

 

I'm trying to resolve an STS issue. As I mentioned, Ive installed and configured everything as best I can determine from the manual/guide/boards. I've enbale all four modules (default/index/popup/product). My configs are as shown:

 

Default

Use Templates?=true

Code for debug output=debug

Files for normal template=sts_user_code.php

Base folder=includes/sts_templates/

Template folder=tnt

Default template file=sts_template.html

Use template for infoboxes=true

 

Index

Use template for index page=true

Files for index.php template=sts_user_code.php

Check parent templates=true

 

Popup

Use template for the image popup page=true

Files to include=popup_image.php

 

ProductInfo

Use template for product info page=true

Enable STS3 compatibility mode=false

Files for normal template=sts_user_code.php

Files for content template=sts_user_code.php;product_info.php

 

My catalog/includes/sts_template/mytemplate/popup_image.php.html contents is very vanila

 

<?php DEFINE ('STS_END_CHAR', '}'); ?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html $htmlparams>
<head>
<meta http-equiv="Content-Language" content="en-us">

</head>
<table width="100" border="5" align="center" cellpadding="5" bgcolor="#FFFFFF" id="table1">
 <tr>
   <td>
   <table border="0"
cellpadding="0" cellspacing="0" style="width: 100%; border-collapse:collapse" bordercolor="#111111">
     <tbody>
       <tr>
         <td>
             <img border="0" src="images/oscommerce.gif" name="bannerimage"></td>
         </tr>
     </tbody>
   </table>
   <p align="center"><font face="Arial">$productname}</font><font color="#808080" size="2">[$productmodel}]<br>
   </font>$popupimage}</td>
 </tr>
</table>
</body>
</html>

 

No matter what, I get the template. I'm at a loss...

 

Have you been able to resolve this issue? I am having the same problem. Thanks ! :'(

White Wolf Spirits

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...