Black Cat
Total Posts: 689
Joined: 2008-02-14
Gonnesa (Italy)
I have an installation of Magento in which the layout in the catalog is to three columns.
There is to the left the list categories while to the left all the other blocks (Newsletter, comparelist etc..).
Now the searchcatalog is always instead to three columns, but there is only to the left the newsletter. Yet I had modified in the file xml the attribute to line up it on the column of right.
Skipping this detail, as can I do for settare the searchcatalog and advancedsearch to 1 or 2 columns?
Signature
Cerchi un Webdesigner o grafico per Magento? Contattami
Maintainer Traduzione Italiana
Moderatore Forum Italiano Magento
Magento Webdesigner
-------------My Blog --------------
Posted: April 22 2008
| top
chiaraweb
Total Posts: 643
Joined: 2008-03-21
Aviano ~ Italy
Hi
go to catalog.xml at line (about) 255
<!-- Catalog search terms block --> < catalog_seo_searchterm_popular > < remove name = "right" /> < remove name = "left" /> < reference name = "root" > < action method = "setTemplate" >< template > page / 3columns . phtml </ template ></ action > </ reference > < reference name = "content" > < block type = "catalog/seo_searchterm" name = "seo.searchterm" template = "catalog/seo/searchterm.phtml" /> </ reference > </ catalog_seo_searchterm_popular > </ layout >
change 3columns.phtml with the right file you want set!
Signature
Non criticare cio’ che non puoi capire.
Bob Dylan
My Live Magento Shops
http://www.ecobaby.it
http://www.pesicampione.it
Posted: April 22 2008
| top
| # 1
Black Cat
Total Posts: 689
Joined: 2008-02-14
Gonnesa (Italy)
Thanks Chiara! later I try
PS: certo che sei diventata espertissima di magento
Signature
Cerchi un Webdesigner o grafico per Magento? Contattami
Maintainer Traduzione Italiana
Moderatore Forum Italiano Magento
Magento Webdesigner
-------------My Blog --------------
Posted: April 22 2008
| top
| # 2
chiaraweb
Total Posts: 643
Joined: 2008-03-21
Aviano ~ Italy
Black Cat - 22 April 2008 06:38 AM
Thanks Chiara! later I try
PS: certo che sei diventata espertissima di magento
I’m trying!!
Signature
Non criticare cio’ che non puoi capire.
Bob Dylan
My Live Magento Shops
http://www.ecobaby.it
http://www.pesicampione.it
Posted: April 22 2008
| top
| # 3
Black Cat
Total Posts: 689
Joined: 2008-02-14
Gonnesa (Italy)
Fact!!!
the problem is that the playpen newsletter has disappeared in the searchpage (it was to the left).
Yet I had settato on newsletter.xml the attribute “right.”
Do you have some idea?
Signature
Cerchi un Webdesigner o grafico per Magento? Contattami
Maintainer Traduzione Italiana
Moderatore Forum Italiano Magento
Magento Webdesigner
-------------My Blog --------------
Posted: April 22 2008
| top
| # 4
Black Cat
Total Posts: 689
Joined: 2008-02-14
Gonnesa (Italy)
astalacasa.com
Signature
Cerchi un Webdesigner o grafico per Magento? Contattami
Maintainer Traduzione Italiana
Moderatore Forum Italiano Magento
Magento Webdesigner
-------------My Blog --------------
Posted: April 22 2008
| top
| # 6
chiaraweb
Total Posts: 643
Joined: 2008-03-21
Aviano ~ Italy
Ok, but I’m a bit lost…
if your settings say:
newsletter to the rigt
search on 2 columns
the page is right!
I see the newsletter to the right… and the search page on 2 columns…
what is your goal?
Signature
Non criticare cio’ che non puoi capire.
Bob Dylan
My Live Magento Shops
http://www.ecobaby.it
http://www.pesicampione.it
Posted: April 22 2008
| top
| # 7
Black Cat
Total Posts: 689
Joined: 2008-02-14
Gonnesa (Italy)
in the search page (non advanced search) the box Newsletter isn’t visibile.
Signature
Cerchi un Webdesigner o grafico per Magento? Contattami
Maintainer Traduzione Italiana
Moderatore Forum Italiano Magento
Magento Webdesigner
-------------My Blog --------------
Posted: April 22 2008
| top
| # 8
chiaraweb
Total Posts: 643
Joined: 2008-03-21
Aviano ~ Italy
here?
http://www.astalacasa.com/index.php/catalogsearch/result/?q=123&x;=32&y;=8
the file you must edit is catalogsearch.xml at line 36 delete this line
< remove name = "right.newsletter" />
take a look to this block
< catalogsearch_result_index > < remove name = "right.newsletter" /> < remove name = "right.reports.product.viewed" /> < reference name = "root" > < action method = "setTemplate" >< template > page / 3columns . phtml </ template ></ action > </ reference > < reference name = "left" > < block type = "newsletter/subscribe" name = "left.newsletter" template = "newsletter/subscribe.phtml" /> </ reference > < reference name = "content" > < block type = "catalogsearch/result" name = "search.result" template = "catalogsearch/result.phtml" > < action method = "initList" >< template > catalog / product /list. phtml </ template ></ action > </ block > </ reference >
Signature
Non criticare cio’ che non puoi capire.
Bob Dylan
My Live Magento Shops
http://www.ecobaby.it
http://www.pesicampione.it
Posted: April 22 2008
| top
| # 9
Black Cat
Total Posts: 689
Joined: 2008-02-14
Gonnesa (Italy)
thanks!!!!!
Chiara perchè non apri un topic sulla sezione italiana in cui spieghi la struttura e la sintassi dei file xml? sarebbe molto utile. Pure io sto faticando a capire bene tutto eheh
Signature
Cerchi un Webdesigner o grafico per Magento? Contattami
Maintainer Traduzione Italiana
Moderatore Forum Italiano Magento
Magento Webdesigner
-------------My Blog --------------