Results 1 to 3 of 3
  1. #1
    Join Date
    May 2010
    Posts
    10
    Plugin Contributions
    0

    Default Need to edit shopping cart "Checkout" button

    Hi all...can anyone help with the location of the php that is launched when you enter shopping cart?

    index.php?main_page=shopping_cart&number_of_uploads=0

    I went into every shopping cart PHP I could find and searched for the image "button_checkout" and I could not find it anywhere...Any advice?

    Thanks!

  2. #2
    Join Date
    Feb 2009
    Posts
    186
    Plugin Contributions
    1

    Default Re: Need to edit shopping cart "Checkout" button

    in includes/templates/YOUR_TEMPLATE/templates/tpl_shopping_cart_default.php

    (if this file is not in your template, copy it from template default toy our template.)

    find this line:

    Code:
    <div class="buttonRow forward"><?php echo '<a href="' . zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . zen_image_button(BUTTON_IMAGE_CHECKOUT, BUTTON_CHECKOUT_ALT) . '</a>'; ?></div>

  3. #3
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Need to edit shopping cart "Checkout" button

    A better approach would be to use your browser's View Source option, then find the image it's displaying, and then make your own override version of it.

    ie: create your own /includes/templates/NAME_OF_YOUR_TEMPLATE_HERE/buttons/english/button_checkout.gif
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 

Similar Threads

  1. v139h Need to align "Quantity Discount" table w/ "add to cart" button
    By marvin in forum General Questions
    Replies: 4
    Last Post: 4 Mar 2015, 12:12 AM
  2. v153 Shopping Cart Checkout "Hand Off" or "Transfer"
    By themusicstore in forum General Questions
    Replies: 0
    Last Post: 5 Jan 2015, 06:32 PM
  3. Replies: 5
    Last Post: 21 Apr 2013, 11:37 PM
  4. Replies: 3
    Last Post: 11 Sep 2008, 04:33 AM
  5. "Shopping Cart" and "Checkout" link...
    By john9 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 27 Mar 2007, 09:12 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