Results 1 to 6 of 6
  1. #1
    Join Date
    Dec 2006
    Location
    Ohio
    Posts
    198
    Plugin Contributions
    0

    Default checkout_payment question

    I want to try to "clean up" this page by eliminating the words in coupon and gv sections, and replacing them with popup helps.

    The only thing I see in tpl_checkout_payment_default is this code:
    PHP Code:
    <fieldset>
    <legend><?php echo $selection[$i]['module']; ?></legend>
    <?php echo $selection[$i]['redeem_instructions']; ?>
    <div class="gvBal larger"><?php echo $selection[$i]['checkbox']; ?></div>
    <label class="inputLabel"<?php echo ($selection[$i]['fields'][$j]['tag']) ? ' for="'.$selection[$i]['fields'][$j]['tag'].'"'''?>><?php echo $selection[$i]['fields'][$j]['title']; ?></label>
    <?php echo $selection[$i]['fields'][$j]['field']; ?>
    </fieldset>
    How do I split the 2 sections up so that I can insert unique links?

    TIA!

  2. #2
    Join Date
    Mar 2005
    Location
    Tempe, AZ
    Posts
    324
    Plugin Contributions
    0

    Default Re: checkout_payment question

    what i want to do it move the coupon and gv sections, below the CC,GC and Paypal options. I did once before upgrading to 1.3.7 when i upgraded it went back to normal. i know it's this part of the code "<fieldset>
    <legend><?php echo $selection[$i]['module']; ?></legend>
    <?php echo $selection[$i]['redeem_instructions']; ?>
    <div class="gvBal larger"><?php echo $selection[$i]['checkbox']; ?></div>
    <label class="inputLabel"<?php echo ($selection[$i]['fields'][$j]['tag']) ? ' for="'.$selection[$i]['fields'][$j]['tag'].'"': ''; ?>><?php echo $selection[$i]['fields'][$j]['title']; ?></label>
    <?php echo $selection[$i]['fields'][$j]['field']; ?>
    </fieldset>" That need to be moved around but when i move it around it doesn't show on my page at all. any ideas
    Lextechs.com Powered By ZenCart

  3. #3
    Join Date
    Jun 2006
    Posts
    56
    Plugin Contributions
    0

    Default Re: checkout_payment question

    I want to remove my coupon and redemption code sections from checkout too. I have upgraded to 1.3.7 from 1.3.0.1

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: checkout_payment question

    Did you try just going to the Modules ... Order Totals ... and uninstalling the Discount Coupon ot_coupon and the Gift Certificate ot_gv ... if it isn't installed it won't show ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  5. #5
    Join Date
    Jun 2006
    Posts
    56
    Plugin Contributions
    0

    Default Re: checkout_payment question

    Yeah I did that eventually. I didn't think they were modules or that I could remove them.

  6. #6
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: checkout_payment question

    We try to make things easy on you so that you do not have to touch the code ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 

Similar Threads

  1. checkout_payment.php
    By mikestaps in forum General Questions
    Replies: 4
    Last Post: 15 Oct 2010, 05:03 PM
  2. blank checkout_payment page
    By wdh in forum Upgrading from 1.3.x to 1.3.9
    Replies: 8
    Last Post: 7 Mar 2009, 09:00 AM
  3. checkout_payment page
    By EagleEye in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 8 Feb 2008, 12:53 AM
  4. Add note to my Checkout_Payment
    By kevinmc3 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 16 Dec 2006, 03:01 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