Add Shipping cost in PayPal Information In Zen-cart

Find Out this line from /includes/modules/payment

/*around lines 167
$this->totalsum = $order->info['total'];

/*Then replace by This lines 

$this->totalsum = $order->info['total'] - $order->info['shipping_cost'];

Also find this lines

/*around lines 167
'shipping' => $order->'0.00',

/*Then replace by This lines 

'shipping' => $order->info['shipping_cost'],

This is it.

Tagged: , ,

2 thoughts on “Add Shipping cost in PayPal Information In Zen-cart

  1. rabbit cages for sale March 13, 2010 at 11:20 pm

    I hate rainy days! urgh I’ve been on your blog hours now I need something better to do! ( not that there anything wrong with your blog 🙂 )

  2. Debt Settlement April 23, 2010 at 12:04 pm

    Sorry for my bad english. Thank you so much for your good post. Your post helped me in my college assignment, If you can provide me more details please email me.

Comments are closed.