AbanteCart Community

AbanteCart Development => Development Help Needed => Topic started by: Geoffrey on October 18, 2017, 12:16:17 AM

Title: </form> in checkout pages default template
Post by: Geoffrey on October 18, 2017, 12:16:17 AM
1.2.11

storefront/view/default/template/pages/checkout/guest_step_2.tpl          line 149 = </form>

Is this a closing tag?  What does it close?  Does it close line 28?



Look at storefront/view/default/template/pages/checkout/confirm.tpl.

There is no </form> tag.

Should there be a </form> tag in this file?

Just asking.  You know I'm not a coder. 

Thx.
Title: Re: </form> in checkout pages default template
Post by: abolabo on October 18, 2017, 06:48:52 AM
it closes this
Code: [Select]
echo $form['form_open']; ;)
Title: Re: </form> in checkout pages default template
Post by: Geoffrey on October 18, 2017, 01:53:34 PM
Hi, thanks.  That's what I thought. 

My question was: why is the </form> tag missing in storefront/view/default/template/pages/checkout/confirm.tpl ?

See line 37. 

I just submitted my first ever 'Issue' on github.  :-)

Am i officially a coder now?  Is there a club or anything?  Do I get a t-shirt?

:D
Title: Re: </form> in checkout pages default template
Post by: abolabo on October 19, 2017, 04:07:20 AM
Oh.. form_open not needed there.
Thank you for your attentiveness.