I have been doing some SEO work for http://www.pennytempletonstudio.com/
and the best way to get around the intro screen thing is just to make sure that you have links to the rest of the site there as well.
JOsh
I have been doing some SEO work for http://www.pennytempletonstudio.com/
and the best way to get around the intro screen thing is just to make sure that you have links to the rest of the site there as well.
JOsh
Hi all,
I have had some time lately and I have made some major changes on the core files the system. How ever I will not be integrating them in the zen cart branch till I have time to.
But you may want to have them so I will tell you what they are and If you want to be part of integrating them you can PM me.
Changes:
- I moved the project code site (due to a spelling error in the project name that I could not change) to: http://code.google.com/p/sanguineasy...emplatesystem/
- I have made all the global variables in the program in to one array, $sang_embed. So that one could do a var_dump() for testing and have all of them right there.
- I have added configuration options. mainly that will affect the zen cart branch in the ability to edit the path rewriting features. instead of defaulting to ../ its not a variable that you can set or comment out to turn off.
- There will be a new branch made, that will be geared toward hard coded pages, so that all one would have to do is enter the content and have the rest of the template called by the easy embed. I think that this will make it easier for people to create new branches for joomla, phorum ect.
I will post the the url of the hard codding template files soon, but if you want to just see the template files.
you can just check out the trunk.
other wise I will let you know the URL when I figure out where to put it.
JOsh
I'm new to posting on threads. Hopefully I don't break etiquette rules and offend anyone. I recently downloaded and installed zen-cart and then the easy embed template. The template works fine as a standalone site. When I try to embed it doesn't work. It says file not found.
I created a file called cart.html. The for the embed_config file, I wrote c:/hosting/webhost4life/member/mysite/cart.html. I am not experienced in html code, so only put the code that you required plus the default language. The file is as follows:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>
<body>
<div id="content"><!-- START EMBED -->
<!-- END EMBED --></div>
</body>
</html>
I read all the threads and can't understand what I'm doing wrong. I also uploaded the files twice in case I missed a file when installing the template.
Please help
Lee Ann
Here is web site with the template working. I haven't finished adding things. www.rhinonaturals.com/store
I wrote cart.html and added to www.rhinonaturals.com at root. It works but without the template. www.rhinonaturals.com/cart.html is blank. www.rhinonaturals.com/cart says file not found.
ahhh as I thought you are using this template wrong.
it will modify the look of /store/ using the file cart.html as its base.
but there is no reason that /cart should work.
This is a simple program that allows one to easily modify their cart w/o having to break the template apart for the individual zen cart template files.
Ok, I have my actual web page and want to put "store" in it or put web page in "store." (the cart program that it has doesn't work so I wanted to get a new one that is cleaner and easy to use). My web page is www.rhinonaturals.com. Is that what your template can do? If so where do I place the *.html file that the embed file points to and where do I put the embed file.