Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2006
    Posts
    25
    Plugin Contributions
    0

    Default CSS Confirm Order Button Width

    On the checkout confirmation page there is a submit button - Confirm Order.
    How can we remove the stupid inline width style it has - style="width: 84px;" ??? I have searched in the developers tool kit for the code but can't find it anyway. Why do the add these annoying inline styles that override our external styles!!


    Browser source code output of the button below:

    <form name="checkout_confirmation" action="http://localhost/zenCart/index.php?main_page=checkout_process" method="post" id="checkout_confirmation" onsubmit="submitonce();"><input type="hidden" name="cc_owner" value="Nick king" /><input type="hidden" name="cc_expires" value="0110" /><input type="hidden" name="cc_type" value="Visa" /><input type="hidden" name="cc_number" value="4444333322221111" /><input type="hidden" name="cc_cvv" value="633" /><div class="buttonRow forward"><input class="cssButton button_confirm_order" onmouseover="this.className='cssButtonHover button_confirm_order button_confirm_orderHover'" onmouseout="this.className='cssButton button_confirm_order'" type="submit" value="Confirm Order" style="width: 84px;" /></div>
    </form>

  2. #2
    Join Date
    Dec 2003
    Location
    Norway
    Posts
    195
    Plugin Contributions
    0

    Default Re: CSS Confirm Order Button Width

    Yea
    It`s a bit stupid.

    You will find the code in includes/functions/html_output at line: 303 funtion zenCssButton.
    You can try changing the parameter: character_width there and it would probly do the job for you.

    This parameter shuld has been in the admin configuration together whit the other "min_width" parameter there.

 

 

Similar Threads

  1. v150 No confirm order button in checkout
    By LeslieG in forum General Questions
    Replies: 15
    Last Post: 23 Apr 2013, 09:38 PM
  2. Replies: 10
    Last Post: 21 Jan 2013, 11:43 AM
  3. confirm the order button
    By fadi21 in forum Customization from the Admin
    Replies: 3
    Last Post: 18 Aug 2010, 06:59 AM
  4. Confirm Order Button Broke
    By Sweet ZouZou in forum General Questions
    Replies: 3
    Last Post: 1 Feb 2008, 03:17 AM
  5. Hidden Confirm Order Button???
    By IllusionGuy in forum General Questions
    Replies: 9
    Last Post: 30 Jun 2007, 01:02 AM

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