Author Topic: </form> in checkout pages default template  (Read 3975 times)

Offline Geoffrey

  • Full Member
  • ***
  • Posts: 153
  • Karma: +28/-3
    • View Profile
</form> in checkout pages default template
« 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.

Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2046
  • Karma: +318/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Re: </form> in checkout pages default template
« Reply #1 on: October 18, 2017, 06:48:52 AM »
it closes this
Code: [Select]
echo $form['form_open']; ;)
“No one is useless in this world who lightens the burdens of another.”
― Charles Dickens

Offline Geoffrey

  • Full Member
  • ***
  • Posts: 153
  • Karma: +28/-3
    • View Profile
Re: </form> in checkout pages default template
« Reply #2 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

Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2046
  • Karma: +318/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Re: </form> in checkout pages default template
« Reply #3 on: October 19, 2017, 04:07:20 AM »
Oh.. form_open not needed there.
Thank you for your attentiveness.
“No one is useless in this world who lightens the burdens of another.”
― Charles Dickens

 

Powered by SMFPacks Social Login Mod