Jump to content
  • 0

Change Make Payment Button In Client Dashboard


alexistkd

Question

Hi how i can change the colors of the Make Payment on Invoices widget in client dashboard?

 

i just see this:

<?php
			}
			$link_buttons = array(
				array('name'=>$this->_("ClientInvoices.index.categorylink_make_payment", true), 'attributes'=>array("href"=>$this->base_uri . "pay/"))
			);

on client_invoices.pdt

 

instead of the default button btn btn-sm btn-default

 

i would like to use btn btn-sm btn-success but i cant find where to change it

 

thank you.

 

edit: i just figure it out by changing the line to:

			$link_buttons = array(
				array('name'=>$this->_("ClientInvoices.index.categorylink_make_payment", true), 'attributes'=>array("href"=>$this->base_uri . "pay/", 'class' => "btn btn-sm btn-success"))
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...