Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

main page

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 04-08-2009, 02:33 PM
 
CTC CTC is offline
 

Advanced Member
  
Join Date: Nov 2006
Posts: 60
 

Default main page

Hi members, I havent done much modding but want to know how to edit the main page layout, as the categories are on the right side and I want to change them around.
I went into web master mode and could click on them individually but which one pulls them all together?
__________________
There are 3 types of ppl in the world those who can add and those who can not.

Running X-Cart Gold V 4.2
Reply With Quote
  #2  
Old 04-08-2009, 03:03 PM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default Re: main page

customer/home.tpl
__________________
xcart 5.1.2
Reply With Quote
  #3  
Old 04-08-2009, 03:09 PM
 
CTC CTC is offline
 

Advanced Member
  
Join Date: Nov 2006
Posts: 60
 

Default Re: main page

Its all russian to me, i thought maybe I could copy the code into DW and then at least move the different modules around but it looks like it just pulls other files in.

Where does it show the catgories when you hover over the position of either right or left?
__________________
There are 3 types of ppl in the world those who can add and those who can not.

Running X-Cart Gold V 4.2
Reply With Quote
  #4  
Old 04-08-2009, 03:16 PM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default Re: main page

going to have to use a text editor.

the left column is labeled left-bar
the right column is labeled right-bar

you can more the different sections around by editing this.

<div id="left-bar">

{if $categories && ($active_modules.Fancy_Categories || $config.General.root_categories eq "Y" || $subcategories)}
{include file="customer/categories.tpl" }
{/if}

{if $active_modules.Bestsellers}
{include file="modules/Bestsellers/menu_bestsellers.tpl" }
{/if}

{if $active_modules.Manufacturers ne "" and $config.Manufacturers.manufacturers_menu eq "Y"}
{include file="modules/Manufacturers/menu_manufacturers.tpl" }
{/if}

{include file="customer/special.tpl"}

{if $active_modules.Survey && $menu_surveys}
{foreach from=$menu_surveys item=menu_survey}
{include file="modules/Survey/menu_survey.tpl"}
{/foreach}
{/if}

{include file="customer/help/menu.tpl"}

</div>
<div id="right-bar">

{if $active_modules.SnS_connector}
{include file="modules/SnS_connector/button.tpl"}
{/if}

{if $active_modules.Feature_Comparison && $comparison_products ne ''}
{include file="modules/Feature_Comparison/product_list.tpl" }
{/if}

{include file="customer/menu_cart.tpl" }

{if $login eq "" }
{include file="customer/auth.tpl" }
{else}
{include file="customer/authbox.tpl" }
{/if}

{include file="customer/news.tpl" }

{if $active_modules.XAffiliate && $config.XAffiliate.partner_register eq 'Y'}
{include file="partner/menu_affiliate.tpl" }
{/if}

{if $active_modules.Interneka}
{include file="modules/Interneka/menu_interneka.tpl" }
{/if}

{include file="poweredby.tpl" }

</div>
__________________
xcart 5.1.2
Reply With Quote
  #5  
Old 04-09-2009, 01:33 AM
 
CTC CTC is offline
 

Advanced Member
  
Join Date: Nov 2006
Posts: 60
 

Default Re: main page

So you would cut and paster that code into the home.tpl?

Forgive me for my stupidity. I can see what its doing but dont quite see how to implement it.

Is anyone intersted in a paying job to either reskin or design our xcart?

If so please send me a PM
__________________
There are 3 types of ppl in the world those who can add and those who can not.

Running X-Cart Gold V 4.2
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 06:32 PM.

   

 
X-Cart forums © 2001-2020