VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: dorh21 on August 23, 2018, 10:53:13 AM

Title: register and chekout btn show 2 times...
Post by: dorh21 on August 23, 2018, 10:53:13 AM
hey
how i make its will show btn just at the buttom
https://www.awesomescreenshot.com/image/3569110/bd845c011af0fa8d679c5c61ddcb3671
its show me 2 times
so its very confusing
http://dorisdesign.co.il/drive/index.php/component/virtuemart/user/editaddresscartBT?Itemid=0
:o ;)
thanx
Title: Re: register and chekout btn show 2 times...
Post by: GJC Web Design on August 23, 2018, 23:48:01 PM
comment out first  renderControlButtons($this,$rview);

in over ride of components\com_virtuemart\views\user\tmpl\edit_address.php
Title: Re: register and chekout btn show 2 times...
Post by: dorh21 on August 24, 2018, 13:48:09 PM
hey

if i remov/commant this

   <?php renderControlButtons($this,$rview); 

i get error 500

its this only this? or i need to delte more lines? (i dont know so much php surry)

big thanx
Title: Re: register and chekout btn show 2 times...
Post by: Jörgen on August 24, 2018, 14:33:58 PM
remove only this :
renderControlButtons($this,$rview); 

Otherwise you break the code.

Jörgen @ Kreativ Fotografi
Title: Re: register and chekout btn show 2 times...
Post by: GJC Web Design on August 24, 2018, 20:09:09 PM
//renderControlButtons($this,$rview);