Announcement

Collapse
No announcement yet.

Checkout Pages running wild

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

    Checkout Pages running wild

    Hi

    I am currently trying to improve the look of our checkout, the way it looks at the moment really lets the site down.

    How do I control the width of this page? And how can I cutomise the line running across <HR> can this be replaced by an image?

    Anyones help would be much appreciated

    razmaz

    #2
    Hi there

    How do I control the width of this page?
    The main table for the checkout stages are found in Act_Order00.html, Act_Order01.html and Act_Order02.html.
    Edit these and you will see the tables.

    And how can I cutomise the line running across <HR> can this be replaced by an image?
    By editing the templates, you will see the following:
    Code:
    <HR SIZE="1" WIDTH="CUSTOMVAR:ACTSTDWIDTH" align="left">
    You could simply remove this, and put a line image instead using normal html coding like: <img src="line.gif">

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment


      #3
      thanks for the help, but I can't quite understand how to define the width of the table as the only code I can see that controls the width is "CUSTOMVAR:ACTSTDWIDTH" and I don't want to remove this incase the pages don't work.

      Currently the width of the table stretches right across the width of the page. Changing the line break doesn't solve the problem.

      Thanks

      Comment


        #4
        Hi there

        You can remove CUSTOMVAR:ACTSTDWIDTH and put in a value in there instead. The value from CUSTOMVAR:ACTSTDWIDTH is coming from "Design | Option | Site Default".

        Kind Regards
        Nadeem Rasool
        SellerDeck Development

        Comment

        Working...
        X