snazy2000 Posted September 11, 2011 Share Posted September 11, 2011 Hey guys Wonder if you can help, This is the page im having prob with https://secure.ninjah-hosting.co.uk/cart.php?gid=3 I need help i want the row information collem to be on the second row as well as the first could yopu please help me Thanks stephen 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted September 12, 2011 WHMCS Support Manager Share Posted September 12, 2011 You appear to be experiencing a server issue at the moment, let us know when you're back online so we can take a look: http://www.hyperspin.com/quicktest.php?action=result&qtid=683450&r=5896 0 Quote Link to comment Share on other sites More sharing options...
snazy2000 Posted September 12, 2011 Author Share Posted September 12, 2011 Were online again now ! 0 Quote Link to comment Share on other sites More sharing options...
snazy2000 Posted September 14, 2011 Author Share Posted September 14, 2011 I have fixed the problem {foreach key=num item=product from=$products} {if $num == 3} {if count($products.0.features)} <div class="prodtablecol"> <div class="featureheader"></div> {foreach from=$products.0.features key=feature item=value} <div class="feature">{$feature}</div> {/foreach} </div> {/if} {/if} <div class="prodtablecol"> <div class="{if $num % 2 == 0}a{else}b{/if}header{if !count($products.0.features)}expandable{/if}"> <span class="title">{$product.name}</span><br /> {if $product.paytype eq "free"} {$LANG.orderfree} {elseif $product.paytype eq "onetime"} {$product.pricing.onetime} {$LANG.orderpaymenttermonetime} {else} {$product.pricing.monthly} {/if}<br /> </div> {foreach from=$product.features key=feature item=value} <div class="{if $num % 2 == 0}a{else}b{/if}feature{cycle name=$product.pid values="1,2"}">{$value}</div> {foreachelse} <div class="{if $num % 2 == 0}a{else}b{/if}feature{cycle name=$product.pid values="1,2"}">{$product.description}</div> {/foreach} <div class="{if $num % 2 == 0}a{else}b{/if}feature{cycle name=$product.pid values="1,2"}"> <br /> <input type="button" value="{$LANG.ordernowbutton} »"{if $product.qty eq "0"} disabled{/if} onclick="window.location='{$smarty.server.PHP_SELF}?a=add&pid={$product.pid}'" class="cartbutton" /> <br /><br /> </div> </div> {if !count($products.0.features) && ($num+1) % 5 == 0}<div class="clear"></div> {/if} {/foreach} 0 Quote Link to comment Share on other sites More sharing options...
Voodoo Posted September 15, 2011 Share Posted September 15, 2011 While this does fix the page so that it shows a 5th plan for me, it does not place the product correctly on the page. It adds a right sidebar to the top row just like the left side and directly under that is the product. Here is a snap shot of what it shows. http://www.coldsweat-chicago.com/images/Comparison.jpg 0 Quote Link to comment Share on other sites More sharing options...
Voodoo Posted September 15, 2011 Share Posted September 15, 2011 (edited) sorry, I looked at it wrong...it does show the 5th product but adds the 4th product under that new sidebar. The 5th product shows much further down and is not shown on the jpeg Edited September 15, 2011 by Voodoo 0 Quote Link to comment Share on other sites More sharing options...
Voodoo Posted September 15, 2011 Share Posted September 15, 2011 Never mind...figuring this out with the code you have down..Just need to change a few numbers 0 Quote Link to comment Share on other sites More sharing options...
supernix Posted January 11, 2012 Share Posted January 11, 2012 I have been using the comparison theme as well and it seemed great compared to the others but I can't get it to format the way I think it should. I can't seem to figure out the programming that tells it to chop off the descriptions as it does not display everything that I have typed in for the descriptions. I am having the problem that the CSS is not allowing the prices to show. https://www.cutabovehost.com/sales/cart.php Getting rather frustrating. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.