Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2008
    Posts
    219
    Plugin Contributions
    0

    Default Terms and Conditions page layout

    Hey fellow zenners. A little problem I have with my Conditions of use link this page http://fashionfavourites.com/index.p...age=conditions

    2 things I would like to do and this is what I have done yet was unable to accomplish the task.

    1. Delete the heading "Conditions of Use". I've searched for those words using developers tool kit and found this file (/public_html/includes/languages/english/comstock). deleted the content and yet no avail.

    2. I would like to apply styling in the main stylesheet.css file as I did to this page (http://fashionfavourites.com/index.p...e=shippinginfo) but do not know how to declare it.

    With firefox developers tool kit in the Display Id & class details link this is the information on the page (#conditionsMainContent .content
    .MsoNormal
    ) with this (.MsoNormal) at the beginning of each paragraph.

    So how do I define the above in the define pages then style it in the stylesheet.css file?

    Any ideas on either solution to the above 2 situations?

    Many thanks guys and gals

  2. #2
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: Terms and Conditions page layout

    First, you have 10 independant stylesheets there, so you'll have to be sure to check that you're not getting redundant definitions fighting each other.

    Second, "MsoNormal" does not usually occur in Zen Cart. It's a bit of "crap" (a technical term) from Microsoft applications, perhaps from Word. When you create something in Word and save it as HTML it comes out with all sorts of "crap" in it which has to be stripped out before you can use it anywhere else.

    Third, do you have a good text editor? And a local copy of the unmodified Zen Cart? I found 14 instances of "Conditions of Use" in v1.3.8a. The one you most likely need to change is in ../includes/languages/english.php

    I presume the style you want on your Conditions page is the blue headings seen in Shipping Info? If so, I see that you have an in-line style on the Shipping Info page, but the similar in-line styles on your Conditions page don't have any values filled in. I'm guessing you added those styles in define pages, so go there and fill in the values.

    Incidentally, you don't need to use in-line styles there. Simply enter the text as <h3>Some heading</h3> and then set the style definition in your main stylesheet.

    Rob
    Last edited by rstevenson; 8 Jun 2009 at 01:51 PM.

  3. #3
    Join Date
    Sep 2008
    Posts
    219
    Plugin Contributions
    0

    Default Re: Terms and Conditions page layout

    Quote Originally Posted by rstevenson View Post
    First, you have 10 independant stylesheets there, so you'll have to be sure to check that you're not getting redundant definitions fighting each other.

    Second, "MsoNormal" does not usually occur in Zen Cart. It's a bit of "crap" (a technical term) from Microsoft applications, perhaps from Word. When you create something in Word and save it as HTML it comes out with all sorts of "crap" in it which has to be stripped out before you can use it anywhere else.

    Third, do you have a good text editor? And a local copy of the unmodified Zen Cart? I found 14 instances of "Conditions of Use" in v1.3.8a. The one you most likely need to change is in ../includes/languages/english.php

    I presume the style you want on your Conditions page is the blue headings seen in Shipping Info? If so, I see that you have an in-line style on the Shipping Info page, but the similar in-line styles on your Conditions page don't have any values filled in. I'm guessing you added those styles in define pages, so go there and fill in the values.

    Incidentally, you don't need to use in-line styles there. Simply enter the text as <h3>Some heading</h3> and then set the style definition in your main stylesheet.

    Rob
    Thanks Rob for the well detailed response we'll get on that right away.

 

 

Similar Threads

  1. v151 Terms and Conditions checkbox on contact us page (anti-spam)
    By Axeman in forum General Questions
    Replies: 6
    Last Post: 15 May 2014, 02:55 AM
  2. Terms and Conditions
    By Bruce1952 in forum General Questions
    Replies: 2
    Last Post: 13 Feb 2011, 01:13 PM
  3. Terms and Conditions Blank Page
    By JorgeR in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 25 Aug 2010, 11:13 AM
  4. Moving Terms and Conditions Box on Checkout Page
    By higgins.trust in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 8 Jun 2010, 11:05 AM
  5. Adding a terms and conditions page
    By jbarrick in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 7 Jul 2009, 05:08 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg