Actinic Ecommerce Software

Actinic Community and Knowledge Base

  • Community Home
  • Knowledge Base
  • Support Centre
  • Advanced User Guide

Go Back   Actinic Community > Design and Customisation > Editing v8/v9/v10 Layouts
Reload this Page syntax error in object's condition (Section Layout)

Search powered by Google
Register FAQ Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Useful Thread? Display Modes
  #1  
Old 16-Mar-2010, 05:10 PM
Romerz Romerz is offline
Registered User
 
Join Date: Aug 2007
Full Name: Gordon
Posts: 82
Thanks: 1
Thanked 0 Times in 0 Posts
syntax error in object's condition (Section Layout)

Just wondering if anyone would mind having a quick scan over the below code. Ive recently started changing our site over to SPP and have used the AUG code to sort out a section link into the product page. The code works, but brings up errors. Ive been staring at it all day, so perhaps a pair of fresh eyes can spot something?

Code:
</actinic:block>


<table style="background: url('itembg.jpg') no-repeat;" cellpadding="0" cellspacing="0" border="0" height="212" width="146">
   <tr>
      <td valign="top" align="center"><br>
         <a href="<actinic:block if="%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e%20AND%0d%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e" ><actinic:variable name="SectionPageName" /></actinic:block><actinic:block if="%28%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e%20%3d%3d%20false%29%20OR%0d%28%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e%20%3d%3d%20false%29" ><actinic:variable name="SectionURL" /></actinic:block>" target="_self">
            <img alt="<actinic:variable name="SectionName" encoding="strip"/>" src="<actinic:variable Name="SectionImageFileName"/>" border="0" />
         </a>
      </td>
   </tr>
   <tr >
      <td align="center">
<table width="140"><tr><td valign="bottom" align="center">
         <strong><a href="<actinic:block if="%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e%20AND%0d%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e" ><actinic:variable name="SectionPageName" /></actinic:block><actinic:block if="%28%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e%20%3d%3d%20false%29%20OR%0d%28%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e%20%3d%3d%20false%29" ><actinic:variable name="SectionURL" /></actinic:block>" target="_self"><actinic:variable name='SectionName'/></a></strong>
         <actinic:variable name='SectionDescription'/><br>
<actinic:block type="ProductList" >
<actinic:block
if="%3cactinic%3avariable%20name%3d%22ProductType%22%20%2f%3e%20%21%3d%202" >

<actinic:block
if="%3cactinic%3avariable%20name%3d%22IsAddToCartButtonShown%22%20%2f%3e%20AND%20%
0d%28%3cactinic%3avariable%20name%3d%22NumberAttributesInPushButtonGrid%22%20%2f%3
e%20%3d%3d%200%29" >



</actinic:block>
</actinic:block>
</div>
<actinic:block type="PriceList" >
<b><actinic:variable name="PriceLayout" /></b>


</actinic:block>

      </td></tr></table>
</td>
</tr>
</table>

</actinic:block>
Reply With Quote
Romerz
View Public Profile
Find all posts by Romerz
  #2  
Old 16-Mar-2010, 05:48 PM
leehack's Avatar
leehack leehack is offline
Moderator
 
Join Date: Nov 2005
Full Name: Lee Hackett
Posts: 13,643
Thanks: 23
Thanked 64 Times in 63 Posts
is that all of it? if so there's an errant closing tag at the top for starters.
__________________
Website Designed Tamworth, Staffordshire - Actinic Templates & Actinic Tutorials
Reply With Quote
leehack
View Public Profile
Visit leehack's homepage!
Find all posts by leehack
  #3  
Old 16-Mar-2010, 06:20 PM
drounding's Avatar
drounding drounding is offline
Moderator
 
Join Date: Sep 2005
Full Name: Duncan Rounding
Posts: 8,522
Thanks: 12
Thanked 81 Times in 75 Posts
You got some white characters in your code (line feeds I suspect). Becareful of copying and pasting from Word. Try this:

Code:
<table style="background: url('itembg.jpg') no-repeat;" cellpadding="0" cellspacing="0" border="0" height="212" width="146">
   <tr>
      <td valign="top" align="center"><br>
         <a href="<actinic:block if="%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e%20AND%0d%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e" ><actinic:variable name="SectionPageName" /></actinic:block><actinic:block if="%28%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e%20%3d%3d%20false%29%20OR%0d%28%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e%20%3d%3d%20false%29" ><actinic:variable name="SectionURL" /></actinic:block>" target="_self">
            <img alt="<actinic:variable name="SectionName" encoding="strip"/>" src="<actinic:variable Name="SectionImageFileName"/>" border="0" />
         </a>
      </td>
   </tr>
   <tr >
      <td align="center">
<table width="140"><tr><td valign="bottom" align="center">
         <strong><a href="<actinic:block if="%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e%20AND%0d%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e" ><actinic:variable name="SectionPageName" /></actinic:block><actinic:block if="%28%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e%20%3d%3d%20false%29%20OR%0d%28%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e%20%3d%3d%20false%29" ><actinic:variable name="SectionURL" /></actinic:block>" target="_self"><actinic:variable name='SectionName'/></a></strong>
         <actinic:variable name='SectionDescription'/><br>
<actinic:block type="ProductList" >
<actinic:block
if="%3cactinic%3avariable%20name%3d%22ProductType%22%20%2f%3e%20%21%3d%202" >

<actinic:block if="%3cactinic%3avariable%20name%3d%22IsAddToCartButtonShown%22%20%2f%3e%20AND%20%0d%28%3cactinic%3avariable%20name%3d%22NumberAttributesInPushButtonGrid%22%20%2f%3e%20%3d%3d%200%29" >



</actinic:block>
</actinic:block>
</div>
<actinic:block type="PriceList" >
<b><actinic:variable name="PriceLayout" /></b>


</actinic:block>

      </td></tr></table>
</td>
</tr>
</table>

</actinic:block>
__________________
Actinic Report Modifications - Add your logo to your invoice - email for information
Integrated e-Commerce Web Design by Genesis Technical Ltd
Actinic Upgrades, Custom Designs, Layout Modifications and General Actinic Help
Reply With Quote
drounding
View Public Profile
Visit drounding's homepage!
Find all posts by drounding
Reply

« Previous Thread | Next Thread »
Thread Tools
Show Printable Version Show Printable Version
Email this Page Email this Page
Display Modes Rate This Thread
Linear Mode Linear Mode
Hybrid Mode Switch to Hybrid Mode
Threaded Mode Switch to Threaded Mode
Rate This Thread:

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

Forum Rules


All times are GMT +1. The time now is 03:27 PM.

Contact Us - Actinic Software - Archive - Top

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.