WebHostingPeople Posted October 3, 2015 Share Posted October 3, 2015 Hi , I just updated new version with new orderforms. I am using Template Six, I selected default order form Premium Comparison & in VPS group Cloud Slider. 1) But on order now , you will see 2 Categories Column that is very odd. Please look here # https://www.webhostingpeople.net/billing/cart.php?a=add&pid=13&billingcycle=annually¤cy=1&language=English . On uncheck option Sidebar Toggle Option , click on link of left Categories Column , then 1 Categories Column hide. Double is showing on my existing link # https://www.webhostingpeople.net/billing/cart.php?a=add&pid=13&billingcycle=annually¤cy=1&language=English 2) in VPS group ,I have set order form Cloud Slider , but there is not showing slider. Please look here # https://www.webhostingpeople.net/billing/cart.php?gid=20 Please guide me how how can I fix this ? 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted October 3, 2015 Share Posted October 3, 2015 if you take a look at the WHMCS demo - http://demo.whmcs.com/cart.php?carttpl=premium_comparison - you seem to be missing the hide menu button... it's in your code, but it's not triggering. take a look at your six/header.tpl template and compare it to the v6.1 six/header.tpl - they're significantly different... e.g the end of your six/header.tpl is... <section id="main-body" class="container"> <div class="row"> {if $primarySidebar->hasChildren() || $secondarySidebar->hasChildren()} {if $primarySidebar->hasChildren()} <div class="col-md-9 pull-md-right"> {include file="$template/includes/pageheader.tpl" title=$displayTitle desc=$tagline showbreadcrumb=true} </div> {/if} <div class="col-md-3 pull-md-left sidebar"> {include file="$template/includes/sidebar.tpl" sidebar=$primarySidebar} </div> {/if} <!-- Container for main page display content --> <div class="{if $primarySidebar->hasChildren() || $secondarySidebar->hasChildren()}col-md-9 pull-md-right{else}col-xs-12{/if} main-content"> {if !$primarySidebar->hasChildren() && !$showingLoginPage && $templatefile != 'homepage'} {include file="$template/includes/pageheader.tpl" title=$displayTitle desc=$tagline showbreadcrumb=true} {/if} the default v6.1.0 header.tpl is... <section id="main-body" class="container"> <div class="row"> {if !$inShoppingCart && ($primarySidebar->hasChildren() || $secondarySidebar->hasChildren())} {if $primarySidebar->hasChildren()} <div class="col-md-9 pull-md-right"> {include file="$template/includes/pageheader.tpl" title=$displayTitle desc=$tagline showbreadcrumb=true} </div> {/if} <div class="col-md-3 pull-md-left sidebar"> {include file="$template/includes/sidebar.tpl" sidebar=$primarySidebar} </div> {/if} <!-- Container for main page display content --> <div class="{if !$inShoppingCart && ($primarySidebar->hasChildren() || $secondarySidebar->hasChildren())}col-md-9 pull-md-right{else}col-xs-12{/if} main-content"> {if !$primarySidebar->hasChildren() && !$showingLoginPage && !$inShoppingCart && $templatefile != 'homepage'} {include file="$template/includes/pageheader.tpl" title=$displayTitle desc=$tagline showbreadcrumb=true} {/if} what I would suggest it that you either rename your custom six theme to something else, upload v6.1 again, clear the template cache and try it with the default six theme. or work through your custom six template and update it to include the recent changes made to the default theme in v6.1 - to do this, you may need to use the release notes and six template changes github site. release notes - http://docs.whmcs.com/Version_6.1_Release_Notes v6.02 -> v6.1 template changes - https://github.com/WHMCS/templates-six/compare/v6.0.2-release.1...v6.1.0-release.1 and see if that resolves the issue. 0 Quote Link to comment Share on other sites More sharing options...
WebHostingPeople Posted October 4, 2015 Author Share Posted October 4, 2015 Thanks for remind & give suggestion. I was using old header & footer file. It`s now okay. But VPS Cloud slider is still not showing slider. Please look here # https://www.webhostingpeople.net/billing/cart.php?gid=20 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted October 4, 2015 Share Posted October 4, 2015 But VPS Cloud slider is still not showing slider. Please look here # https://www.webhostingpeople.net/billing/cart.php?gid=20 I think the template itself is working fine, what you probably haven't done is set the products in that product group correctly to use the cloud slider - specifically the product descriptions. http://docs.whmcs.com/Standard_Order_Form_Templates#Using_Feature_Highlights as an example, log into the Demo Admin Area and take a look at how the product descriptions are setup... Disk Space:1GBBandwidth: 3GB Email Accounts:5 Subdomains:0 Databases:0 Addon Domains:0 once you have all 10 products in your VPS group setup correctly, the slider should work... i'm unsure if it could visually handle ten products, but you'll find out if it can. 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.