X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   removing title just static page? (https://forum.x-cart.com/showthread.php?t=35007)

puppetmaster 10-29-2007 10:22 AM

removing title just static page?
 
Is it possible to remove the title just from the static pages and not the others? I removed the <td class="DialogTitle">{$title}</td> tag but it removes it from all the pages. I did a search but couldnâ–“t find anything.
Any help will be much appreciated.

Thanks
e

balinor 10-29-2007 10:35 AM

Re: removing title just static page?
 
Replace this:

<td class="DialogTitle">{$title}</td>

with this:

{if $main ne "pages"}<td class="DialogTitle">{$title}</td>{/if}

puppetmaster 10-29-2007 10:49 AM

Re: removing title just static page?
 
Thank again bolinor... worked perfictly

On a side note do you know anything about Normal X-cart Pro to X-mall conversion features.

I'm going to be building a new site that is going to have multiple carts on the same domain and was thinking about using this mode. Do you have any thoughts on this product?

Thanks again for your help

E

balinor 10-29-2007 10:51 AM

Re: removing title just static page?
 
I'd talk to Carrie at BCS directly about that.

puppetmaster 10-29-2007 10:54 AM

Re: removing title just static page?
 
Will do... thanks

puppetmaster 10-29-2007 05:37 PM

Re: removing title just static page?
 
Balinor... Another question dealing with the title. I know I can remove the <td class="DialogTitle">{$title}</td> which will remove all the title but is there a way that after I remover that code that I can import a image in it place that will change with each category and subcategory.

Thanks again.

e


All times are GMT -8. The time now is 02:19 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.