osCmax v2.5 User Manual
Results 1 to 10 of 10

Checkout problem on v2.0.25_1 COMPROMISE template

This is a discussion on Checkout problem on v2.0.25_1 COMPROMISE template within the osCmax v2 Installation issues forums, part of the osCmax v2.0 Forums category; Just testing new site www.eddiesteddies.co.uk checkout and have found a slight problem. When I make a test purchase and progress ...

      
  1. #1
    Active Member niallb's Avatar
    Join Date
    Sep 2010
    Posts
    207
    Rep Power
    2


    Default Checkout problem on v2.0.25_1 COMPROMISE template

    Just testing new site www.eddiesteddies.co.uk checkout and have found a slight problem. When I make a test purchase and progress to the 'Payment Method' step all the left-hand side of my site moves down to the lower half of the main page.
    This pushes the 'Continue' button off to the extreme right of the page where it can only be found by scrolling right.
    Im guessing this is a coding error rather than something I have done, any idea's?

  2. #2
    osCMax Development Team
    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    3,014
    Rep Power
    36


    Default Re: Checkout problem on v2.0.25_1 COMPROMISE template

    Notwithstanding the non-existent v2.0.25_1 version:
    More likely your 621px content width or colspan=3 in checkout_payment.tpl.php
    Could also be a missing </td>
    Equip yourself with Firebug, to diagnose layout issues.
    Last edited by ridexbuilder; 02-12-2011 at 10:24 AM.
    Hosting plans with installation, configuration, contributions, support and maintenance.

  3. #3
    osCMax Development Team
    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    3,014
    Rep Power
    36


    Post Re: Checkout problem on v2.0.25_1 COMPROMISE template

    Have just tested one of my clients' sites with a compromise-based template and it is fine.
    Last edited by ridexbuilder; 02-12-2011 at 10:31 AM. Reason: typo
    Hosting plans with installation, configuration, contributions, support and maintenance.

  4. #4
    Active Member niallb's Avatar
    Join Date
    Sep 2010
    Posts
    207
    Rep Power
    2


    Default Re: Checkout problem on v2.0.25_1 COMPROMISE template

    Quote Originally Posted by ridexbuilder View Post
    Notwithstanding the non-existent v2.0.25_1 version:
    I think there is such a version. I downloaded it again just now and the zip file is named v2.0.25_1 and the content structure is different to v2.0.25 which I downloaded in Sept for an earlier website but the same as the v2.0.25_1 I downloaded a few weeks ago for this site


    More likely your 621px content width or colspan=3 in checkout_payment.tpl.php
    Could also be a missing </td>

    I'll give that a try, I have not altered the files so will let you know later

    Equip yourself with Firebug, to diagnose layout issues.
    thanks, appreciate your help,
    niall

  5. #5
    Active Member niallb's Avatar
    Join Date
    Sep 2010
    Posts
    207
    Rep Power
    2


    Default Re: Checkout problem on v2.0.25_1 COMPROMISE template

    Struggling,
    Cannot find any reference to 621px width
    I think, rightly or wrongly that the problem is caused by the size of the
    Delivery Information____Payment____Confirmation______Finish ed
    line which is much wider on the checkout_payment page than any of the others, but I cannot figure out how or where to change this.
    Tearing my hair out, so Im off to bed. Start again in the morning.

  6. #6
    osCMax Development Team met00's Avatar
    Join Date
    Oct 2005
    Location
    wherever I happen to be at the moment
    Posts
    854
    Blog Entries
    2
    Rep Power
    26


    Default Re: Checkout problem on v2.0.25_1 COMPROMISE template

    download the firefox developer toolbar.
    install it
    restart firefox
    go to your page
    turn on outline

    Between that and "inspect element" you should be ale to find just about anything on a page.
    so endith the lesson
    <think>sometimes I just sit's and thinks</think>
    "Here you are with a hand full of holes, a thumb up your ass, and a big grin to pass the time of day with." - TWB

  7. #7
    osCMax Development Team
    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    3,014
    Rep Power
    36


    Default Re: Checkout problem on v2.0.25_1 COMPROMISE template

    ["diff -r osCMax_v2_0_25_0 osCMax_v2_0_25_1" - no differences. That is the zip filename not the version.]
    Hosting plans with installation, configuration, contributions, support and maintenance.

  8. #8
    Active Member niallb's Avatar
    Join Date
    Sep 2010
    Posts
    207
    Rep Power
    2


    Default Re: Checkout problem on v2.0.25_1 COMPROMISE template

    Hi,
    been looking at developer tools and found this error when debugging
     'document.checkout_payment.payment.length' is null or not an object
    it says the error is in character 3 which refers to this line (the 'i' in if is character 3)
    if (document.checkout_payment.payment.length) {

    I cant see what could be wrong with this.

    (By the way, thanks for pointing me to this tool)

    Back to the main problem Im having on Login : EddiesTeddies.co.uk, have checked coding over & over and cant work out why the
    "delivery info____payment____confirmation_____finished" bar is longer on this one page than it is on the others, nor can I see why the left hand sidebar is at the bottom of the mainpage on this one page only


  9. #9
    Active Member niallb's Avatar
    Join Date
    Sep 2010
    Posts
    207
    Rep Power
    2


    1 out of 1 members found this post helpful.

    Thumbs up Re: Checkout problem on v2.0.25_1 COMPROMISE template

    SOLVED!! Woo Hoo!
    For anyone else who finds the same problem on Compromise, this fixes the problem with checkout_payment page stretching to the right and the sidebar moving to the bottom of the mainpage

    go to compromise/content/checkout_payment.tpl.php

    At the bottom find
    </table></form>
    under this line add
    </td></table></td></tr></table>

    this resolves both issues.

    Thanks to all you guys who tried helping me out, really appreciate your time

  10. #10
    osCMax Development Team
    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    3,014
    Rep Power
    36


    1 out of 1 members found this post helpful.

    Post Re: Checkout problem on v2.0.25_1 COMPROMISE template

    Quote Originally Posted by ridexbuilder View Post
    ... in checkout_payment.tpl.php
    Could also be a missing </td>...
    As previously pointed to.
    Hosting plans with installation, configuration, contributions, support and maintenance.

Similar Threads

  1. checkout_payment.php is broken on compromise
    By blackhawk in forum osCmax v2 Installation issues
    Replies: 5
    Last Post: 08-27-2010, 11:16 AM
  2. launched a new compromise site
    By blackhawk in forum General Topics & Chit Chat
    Replies: 0
    Last Post: 06-18-2010, 02:30 PM
  3. move your tell-a-friend box with the compromise template
    By blackhawk in forum osCmax v2 Customization/Mods
    Replies: 1
    Last Post: 06-04-2010, 09:01 AM
  4. right column not showing in compromise?
    By dyna moe in forum osCmax v2 Customization/Mods
    Replies: 3
    Last Post: 06-03-2010, 12:35 PM
  5. Bug Fix: Compromise HTML template for thumbnails
    By ridexbuilder in forum osCmax v2 Customization/Mods
    Replies: 2
    Last Post: 11-26-2009, 08:21 AM

Tags for this Thread

Bookmarks

Posting Permissions

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