Jump to content

Vitamin

Members
  • Posts

    3
  • Joined

  • Last visited

Profile Information

  • Location
    Hungary
  • Activity
    Agency

Vitamin's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. It does not work with transparent (png) images. The generated image is white backgrounds.
  2. Hi! I use only huf currency, i have a same problem, but dont change the default currency euro Update: /express_checkout/process.php if($currency->iso_code == "HUF") { $fields['PAYMENTREQUEST_0_SHIPPINGAMT'] = round($shipping_cost_wt); $fields['PAYMENTREQUEST_0_ITEMAMT'] = Tools::ps_round($total, $this->decimals); $fields['PAYMENTREQUEST_0_AMT'] = sprintf('%.2f', ($total + $fields['PAYMENTREQUEST_0_SHIPPINGAMT'])); }else { $fields['PAYMENTREQUEST_0_SHIPPINGAMT'] = sprintf('%.2f', $shipping_cost_wt); $fields['PAYMENTREQUEST_0_ITEMAMT'] = Tools::ps_round($total, $this->decimals); $fields['PAYMENTREQUEST_0_AMT'] = sprintf('%.2f', ($total + $fields['PAYMENTREQUEST_0_SHIPPINGAMT'])); }
×
×
  • Create New...