I am having a real blonde moment maybe?
I am creating a Online booking tours site ..
So far ..
Because I only want one holiday per section I have created top lvl called
Scheduled Tours - http://www.greenestravel.co.uk/acata...led_Tours.html
- This holds sub sections for each month
Each month section holds sub secions for each tour
http://www.greenestravel.co.uk/acatalog/February.html
Each tour holds 2 products - one used for description only and one used for the booking ..
http://www.greenestravel.co.uk/acata..._03_02_05.html
---------------
Right so thats how the site is working .. Reason in brief without the top lvl section called secheduled tours .. Each sub month section is displayed in navigation .. Way to long, messy with some products/tours having quite long names - so span multiple lines in the nav ..
---------------
Back to http://www.greenestravel.co.uk/acatalog/February.html
As you can see I have added text for depart and return which is just put in the description box .. plain text ..
"Price: £139.00 per person" - this is a custom var ..
-----------------
I edited the template "Standard - with image on left of text aka Act_SectionLine.html" to include my customvar - and as you can see it works well
----------------
Problem is the custom varible appears on my top lvl section
http://www.greenestravel.co.uk/acata...led_Tours.html
----------------
So I assumed now I just needed to duplicate my Act_SectionLine.html and remove the custom var and give the page a new name and select it in 'section link layout' for my top lvl section ..
---------------
It doesn't work .. it doesnt matter what template i used in that section it always displays what ever february <first sub section from it>
If I change feb to use my new template with out the custom vars then the top lvl auto changes to that template and all the rest remain right
-----------------
So can anybody tell me where I am going wrong ..
ps ignore sites other elements ie layouts/navs because I want to get the guts right before i fuss on the look ..
-----------------
I know if i were to drop the top section and manually edit the nav then it wouldnt be a problem .. or if i were to drop my custom varible and manually put in the price .. however this site is being handed over to a client so therefore I need to make this site as user friendly as possible and use the custom var because actinic can apply the right style without me havint to show the client how to bold font .. what ever ..
many thanks in advance ..
I am creating a Online booking tours site ..
So far ..
Because I only want one holiday per section I have created top lvl called
Scheduled Tours - http://www.greenestravel.co.uk/acata...led_Tours.html
- This holds sub sections for each month
Each month section holds sub secions for each tour
http://www.greenestravel.co.uk/acatalog/February.html
Each tour holds 2 products - one used for description only and one used for the booking ..
http://www.greenestravel.co.uk/acata..._03_02_05.html
---------------
Right so thats how the site is working .. Reason in brief without the top lvl section called secheduled tours .. Each sub month section is displayed in navigation .. Way to long, messy with some products/tours having quite long names - so span multiple lines in the nav ..
---------------
Back to http://www.greenestravel.co.uk/acatalog/February.html
As you can see I have added text for depart and return which is just put in the description box .. plain text ..
"Price: £139.00 per person" - this is a custom var ..
-----------------
I edited the template "Standard - with image on left of text aka Act_SectionLine.html" to include my customvar - and as you can see it works well
----------------
Problem is the custom varible appears on my top lvl section
http://www.greenestravel.co.uk/acata...led_Tours.html
----------------
So I assumed now I just needed to duplicate my Act_SectionLine.html and remove the custom var and give the page a new name and select it in 'section link layout' for my top lvl section ..
---------------
It doesn't work .. it doesnt matter what template i used in that section it always displays what ever february <first sub section from it>
If I change feb to use my new template with out the custom vars then the top lvl auto changes to that template and all the rest remain right
-----------------
So can anybody tell me where I am going wrong ..
ps ignore sites other elements ie layouts/navs because I want to get the guts right before i fuss on the look ..
-----------------
I know if i were to drop the top section and manually edit the nav then it wouldnt be a problem .. or if i were to drop my custom varible and manually put in the price .. however this site is being handed over to a client so therefore I need to make this site as user friendly as possible and use the custom var because actinic can apply the right style without me havint to show the client how to bold font .. what ever ..
many thanks in advance ..
Comment