Re: Rustic Template Support Thread
Quote:
Originally Posted by
roadliner
Thanks for the quick response Clyde. In looking at those options it seems that the new pages will be in php format. Unfortunately the link manager software I am using only creates html format. Anyway of getting just the basic design of your template to be used in a static html page? Hope I am making sense. :unsure:
You'd have to style them using the stylesheet.css that comes with the template.
In other words you'd have to use the same tag structure on the static pages that is used in Zen Cart.
What software are you using?
Re: Rustic Template Support Thread
Ok..not sure how to do that with using Crimson. I've always used frontpage to create and edit.
I am using a software called Arelis.
Thanks!
Re: Rustic Template Support Thread
Quote:
Originally Posted by
roadliner
Ok..not sure how to do that with using Crimson. I've always used frontpage to create and edit.
I am using a software called Arelis.
Thanks!
I'm not familiar with this software but I assume that it will create either a text file or an html file.
either of which you should be able to open in your text editor.
Re: Rustic Template Support Thread
Do you have an example of a static page in your ZC template?
Re: Rustic Template Support Thread
Sorry, no.
But if you view the source of any page from your web site You can save that as a text file on your PC and that will give you the structure you would need.
Or you can just click Save Page As from your browser tool bar.
Re: Rustic Template Support Thread
Thank you so much for all your help Clyde!! I got it to work flawlessly!
Re: Rustic Template Support Thread
Quote:
Originally Posted by
roadliner
Thank you so much for all your help Clyde!! I got it to work flawlessly!
Glad you got it working
Re: Rustic Template Support Thread
Hi again Clyde,
I am trying to change the title, keywords and description in the meta tags for the general pages (index, etc.). I know how to do it for the product pages. From reading other posts, there seems to be a meta_tags.php file but can't find it. Please let me know where it is or if I need to copy a file from somewhere else.
Thanks!
Re: Rustic Template Support Thread
Quote:
Originally Posted by
roadliner
Hi again Clyde,
I am trying to change the title, keywords and description in the meta tags for the general pages (index, etc.). I know how to do it for the product pages. From reading other posts, there seems to be a meta_tags.php file but can't find it. Please let me know where it is or if I need to copy a file from somewhere else.
Thanks!
open includes/languages/english/meta_tags.php
copy this file to includes/languages/english/rustic/
Edit the file, save it and upload to your server.
Re: Rustic Template Support Thread
Hi Clyde,
I am trying to customize the header for Paypal IPN pages with your template design but need the Header Image URL. Where do I find this?
Thanks again!