Author Topic: Location of Specific Forms  (Read 5881 times)

Offline Ollie

  • Sr. Member
  • ****
  • Posts: 253
  • Karma: +27/-1
    • View Profile
    • Assistech
Location of Specific Forms
« on: December 03, 2014, 08:33:59 AM »
Can somebody tell me the location of the coupon form that appears in the cart template and payment template? I also need to know the location of the payment DIV in the confirmation template. These templates are pulling information from somewhere else and I need to know the location so I can make some edits.
Assistive technologies for people with special needs:
https://assistech.com/store/

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline Ollie

  • Sr. Member
  • ****
  • Posts: 253
  • Karma: +27/-1
    • View Profile
    • Assistech
Re: Location of Specific Forms
« Reply #2 on: December 03, 2014, 11:55:47 PM »
I know the location of both templates, but thank you anyway. My question is about something specific in these templates regarding the coupon form. Where is this form located? Here's the code I'm talking about.

<?php
   if ($coupon_status) {
      echo $coupon_form;
   }
    if ($balance) { ?>

My second question is about the payment form within the confirmation template. I want to <label> code specific fields of the payment section. The payment section consists of card number, expiration date, etc. Where is this information coded? Where is it coming from?

<div id="payment"><?php echo $payment; ?></div>      
         <?php echo $this->getHookVar('payment_post'); ?>
« Last Edit: December 03, 2014, 11:59:48 PM by Ollie »
Assistive technologies for people with special needs:
https://assistech.com/store/

 

Powered by SMFPacks Social Login Mod