Announcement

Collapse
No announcement yet.

Version 4 Customise

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Version 4 Customise

    I am trying to set the maximum width of the displayed catalog to a maximum of 400/450 pixels. I have tracked most of the table settings, but still get parts of the page displaying wider than this.

    Also how can I remove all but the main catalog sections from the pages, i.e no navigation buttons top and bottom.

    #2
    if you are talking about the checkout being wider then this is in the perl scripts

    Comment


      #3
      Creating a Custom Site

      I am trying to set the maximum width of the displayed catalog to a maximum of 400/450 pixels. I have tracked most of the table settings, but still get parts of the page displaying wider than this.

      I am assuming this is happening in the checkout stages where the tables are set to wider width than you want. You can change this by altering the text used in the layouts.

      I am sure Jo Moorcroft (Pinbrook Designs) helped me edit the Perl Scripts to reduce the table widths but I don't have the code to hand.

      You should check you image sizes as I have found that this can really throw the tables off. 140 pixels is best for catalog.


      Also how can I remove all but the main catalog sections from the pages, i.e no navigation buttons top and bottom



      create a blank HTML page and add the following code just inside the body tag:

      NETQUOTEVAR:LOADFUNCTION
      NETQUOTEVAR:SUBMITFUNCTION

      Add this again inside the body of the document:
      <FORM METHOD=NETQUOTEVAR:CGIMETHOD ACTION="NETQUOTEVAR:CGIURL" NETQUOTEVAR:ONSUBMIT>

      Then inside wherever you want the catalog to go add this:

      NETQUOTEVAR:BULK


      Add this to corespond with the <Form> tag

      </FORM>


      Alternatively call us and we can help with something like this:

      http://www.grampianwebwizards.com/bl...site1/rrr.html
      Owner of a broken heart

      Comment

      Working...
      X