News:

AbanteCart v1.4.2 is released.

Main Menu

Do you like AbanteCart? Please rate AbanteCart or share your experience with other eCommerce entrepreneurs. Go to Softaculous rating page to add your rating or write a review

Location of Specific Forms

Started by Ollie, December 03, 2014, 08:33:59 AM

Previous topic - Next topic

Ollie

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.


Ollie

#2
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'); ?>

Forum Rules Code of conduct
AbanteCart.com 2010 -