• mtpisgah

    (@mtpisgah)


    Hi, I am having trouble finding where the <img label parameters are set for the echeck.svg image. I was able to edit the Credit Card images to desired size by adding width=’10’% to the below code in the class-bs-anet-wc-payment.php include file.

    
    foreach ($response->getPaymentMethods() as $pm => $pmethods) {
                            $resp['data']['pmethods'][strtolower($pmethods) ] = "<img class='anet_pm_method' title='" . $pmethods . "' width='10%' alt='" . $pmethods . "' src='" . $basePathPi . strtolower($pmethods) . ".svg' />";
                        }
    

    Where could I do the same for the echeck.svg as it does not appear to have a class assigned to it when it renders?

    • This topic was modified 4 years ago by mtpisgah.
    • This topic was modified 4 years ago by mtpisgah.
    • This topic was modified 4 years ago by mtpisgah.
  • The topic ‘Need to edit width size of Echeck image’ is closed to new replies.