You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
Hello all,
I have been designing web sites for 4 years now and I have not created a shopping cart before so be easy on me. I create web sites using html, xhtml, css, cgi scripts, javascripts and php. I am not an expert but I have an understanding of how most things on a web page works.
I am justing starting to look through all the elements and see that many of the attributes of the page design uses CGIVAR to write the code. I was wondering if it is possible to use less of the CGIVAR and write the specifications and attributes myself in a External CSS.
I was wondering if there was a list of elements and there descriptions or use. I found one for all the cgivars. Is it possible to add SSI, CGI Scripts or JavaScripts to elements for navagation, image display, test rotation, etc.
How do I customise meta tags for title and description?
Lastly, is there any way to condense or shorten the checkout process. It would be nice to be able to skip a step or two that is not need. Such as shipping, we offer it for free.
Thanks in advance,
Marc C.
Offline
for customising your cart try which is always pinned at the top of this forum.
you can do almost anyting you want to your site then just drop elements in where you like. but ive still not got it worked out and have to refer to this forum - recently for example to add a border to all my product images - dont think stuff like that is documented anywhere.
for meta tags.... ste_layout.txt in the data/elements folder is your man.
couldn't tell you about the check-out process
Offline
Thank you for your help,
It was easy altering the main ste_layout.txt file. It seems that I have to purchase to SEO Mods to customize the meta tags, title tags and urls for the category and product pages. I am going to take a closer look at the .txt files in the element folders so that I can get an understanding of the look and feel of what controls what and how things will look together.
I hope for the next verision that the programmers make the customization and optimization easier with less .txt files to alter. It seems that many of the files have one or two lines of code. That is crazy. Plus there are many tags that makes it difficult to validate pages.
Thanks again for the help,
marc
Offline
I hope for the next verision that the programmers make the customization and optimization easier with less .txt files to alter. It seems that many of the files have one or two lines of code. That is crazy. Plus there are many tags that makes it difficult to validate pages.
Don't worry - we're working on it...
Offline
I have the same question regarding the meta generator referred to in the ste_layout file. I couldn't find any data files that the CGIVAR refers to that I could edit to include the information I need generated.
If I edit the ste_layout to remove the request, can I just then insert standard html meta tags? Will they propogate throughout the site and work the same way? Is there a drawback to doing it this way? If so, where is the CGIVAR file that I need to edit so that my meta information is populated correctly?
Thanks
TJ
Offline
If I edit the ste_layout to remove the META NAME="GENERATOR" CONTENT="(CGIVAR)admin_generator_meta_text(/CGIVAR)" request, can I just then insert standard html meta tags? Will they propogate throughout the site and work the same way? Is there a drawback to doing it this way? If so, where is the CGIVAR file that I need to edit so that my meta information is populated correctly?
Yes, you can remove that. You can add meta tags there too - without drawbacks. Just hand code the meta info into the layout without worring about CGIVARs.
Offline
Check out this mod. This is a mod to get the product/category/page name in the page title of the HTML pages generated dynamically by the program.
Offline
Nice mod... thanks for referring me to that!
TJ
Offline