Hello
My Problem is by the Orders Module is the Summary Total Price false when if I have multiple products?
Produkt 1 / 100$
Produkt 2 / 150$
in the Total is 100$.
But correct is 250$
Can someone help me?
(Orders 1.11.2) Total Price is false by multiple Products?
Re: (Orders 1.11.2) Total Price is false by multiple Product
First - on whitch step (confirm, invoice) the total is incorrect? Or maybe on Order tab?
Second - did you change somthing in php files or template? I'm sure that total must be correct....
Please in template insert
{$order|@print_r} and copy all variables and post it.
Marek A.
Second - did you change somthing in php files or template? I'm sure that total must be correct....
Please in template insert
{$order|@print_r} and copy all variables and post it.
Marek A.
Re: (Orders 1.11.2) Total Price is false by multiple Product
I have the same problem.
Orders module Invoice total is only adding the last product price listed and shipping. All other products in multi-product order are excluded. (shipping is calculating correctly)
When adding {$order|@print_r} to the template I receive this:
Array ( [billing_company] => xzC [billing_first_name] => ZXcXZc [billing_last_name] => ZXCxzC [billing_address1] => ZXCxzcZ [billing_address2] => [billing_city] => zxcxzc [billing_state] => V [billing_postal] => 3232 [billing_country] => AU [billing_phone] => [billing_fax] => [billing_email] => wwc@domain.com [id] => 5 [feu_user_id] => -1 [invoice] => INV00005 [status] => confirmed [order_notes] => [create_date] => 2011-03-21 12:08:10 [modified_date] => 2011-03-21 12:09:13 [shipping] => Array ( [0] => Array ( [shipping_company] => xzC [shipping_first_name] => ZXcXZc [shipping_last_name] => ZXCxzC [shipping_address1] => ZXCxzcZ [shipping_address2] => [shipping_city] => zxcxzc [shipping_state] => V [shipping_postal] => 3232 [shipping_country] => AU [shipping_phone] => [shipping_fax] => [shipping_email] => wwc@domain.com [id] => 5 [name] => shipping [order_id] => 5 [message] => [create_date] => 2011-03-21 12:08:10 [modified_date] => 2011-03-21 12:09:13 [items] => Array ( [0] => Array ( [id] => 14 [order_id] => 5 [shipping_id] => 5 [item_id] => 24 [quantity] => 1 [product_name] => BREAKWATER - 1kg Beans [details] => [unit_price] => 32 [discount] => [weight] => 1 [status] => notshipped [create_date] => 2011-03-21 12:08:10 [modified_date] => 2011-03-21 12:09:13 [item_type] => 0_product [sku] => [source] => Products [master_price] => 32 [net_price] => 32 [price] => 32 [subscr_payperiod] => -1 [subscr_delperiod] => -1 [subscr_expires] => 0000-00-00 00:00:00 [assocdata] => ) [1] => Array ( [id] => 15 [order_id] => 5 [shipping_id] => 5 [item_id] => 17 [quantity] => 1 [product_name] => DECAF WOW! - 500g Beans [details] => [unit_price] => 25 [discount] => [weight] => 0.5 [status] => notshipped [create_date] => 2011-03-21 12:08:10 [modified_date] => 2011-03-21 12:09:13 [item_type] => 0_product [sku] => [source] => Products [master_price] => 25 [net_price] => 25 [price] => 25 [subscr_payperiod] => -1 [subscr_delperiod] => -1 [subscr_expires] => 0000-00-00 00:00:00 [assocdata] => ) [2] => Array ( [id] => 16 [order_id] => 5 [shipping_id] => 5 [item_id] => [quantity] => 1 [product_name] => Shipping [details] => [unit_price] => 20 [discount] => [weight] => [status] => [create_date] => 2011-03-21 12:08:10 [modified_date] => 2011-03-21 12:09:13 [item_type] => 3_shipping [sku] => [source] => [master_price] => [net_price] => 20 [price] => 20 [subscr_payperiod] => -1 [subscr_delperiod] => -1 [subscr_expires] => 0000-00-00 00:00:00 [assocdata] => ) ) [subtotal] => 25 [discount] => 0 [tax] => 0 [shipping_total] => 20 [total] => 45 ) ) [payments] => Array ( ) [subtotal] => 25 [tax] => 0 [shipping_total] => 20 [total] => 45 ) 1
Orders module Invoice total is only adding the last product price listed and shipping. All other products in multi-product order are excluded. (shipping is calculating correctly)
When adding {$order|@print_r} to the template I receive this:
Array ( [billing_company] => xzC [billing_first_name] => ZXcXZc [billing_last_name] => ZXCxzC [billing_address1] => ZXCxzcZ [billing_address2] => [billing_city] => zxcxzc [billing_state] => V [billing_postal] => 3232 [billing_country] => AU [billing_phone] => [billing_fax] => [billing_email] => wwc@domain.com [id] => 5 [feu_user_id] => -1 [invoice] => INV00005 [status] => confirmed [order_notes] => [create_date] => 2011-03-21 12:08:10 [modified_date] => 2011-03-21 12:09:13 [shipping] => Array ( [0] => Array ( [shipping_company] => xzC [shipping_first_name] => ZXcXZc [shipping_last_name] => ZXCxzC [shipping_address1] => ZXCxzcZ [shipping_address2] => [shipping_city] => zxcxzc [shipping_state] => V [shipping_postal] => 3232 [shipping_country] => AU [shipping_phone] => [shipping_fax] => [shipping_email] => wwc@domain.com [id] => 5 [name] => shipping [order_id] => 5 [message] => [create_date] => 2011-03-21 12:08:10 [modified_date] => 2011-03-21 12:09:13 [items] => Array ( [0] => Array ( [id] => 14 [order_id] => 5 [shipping_id] => 5 [item_id] => 24 [quantity] => 1 [product_name] => BREAKWATER - 1kg Beans [details] => [unit_price] => 32 [discount] => [weight] => 1 [status] => notshipped [create_date] => 2011-03-21 12:08:10 [modified_date] => 2011-03-21 12:09:13 [item_type] => 0_product [sku] => [source] => Products [master_price] => 32 [net_price] => 32 [price] => 32 [subscr_payperiod] => -1 [subscr_delperiod] => -1 [subscr_expires] => 0000-00-00 00:00:00 [assocdata] => ) [1] => Array ( [id] => 15 [order_id] => 5 [shipping_id] => 5 [item_id] => 17 [quantity] => 1 [product_name] => DECAF WOW! - 500g Beans [details] => [unit_price] => 25 [discount] => [weight] => 0.5 [status] => notshipped [create_date] => 2011-03-21 12:08:10 [modified_date] => 2011-03-21 12:09:13 [item_type] => 0_product [sku] => [source] => Products [master_price] => 25 [net_price] => 25 [price] => 25 [subscr_payperiod] => -1 [subscr_delperiod] => -1 [subscr_expires] => 0000-00-00 00:00:00 [assocdata] => ) [2] => Array ( [id] => 16 [order_id] => 5 [shipping_id] => 5 [item_id] => [quantity] => 1 [product_name] => Shipping [details] => [unit_price] => 20 [discount] => [weight] => [status] => [create_date] => 2011-03-21 12:08:10 [modified_date] => 2011-03-21 12:09:13 [item_type] => 3_shipping [sku] => [source] => [master_price] => [net_price] => 20 [price] => 20 [subscr_payperiod] => -1 [subscr_delperiod] => -1 [subscr_expires] => 0000-00-00 00:00:00 [assocdata] => ) ) [subtotal] => 25 [discount] => 0 [tax] => 0 [shipping_total] => 20 [total] => 45 ) ) [payments] => Array ( ) [subtotal] => 25 [tax] => 0 [shipping_total] => 20 [total] => 45 ) 1
Re: (Orders 1.11.2) Total Price is false by multiple Product
So moderators are very quick 
Because I can provide solution, I reported this as bug in forge. Link:
http://dev.cmsmadesimple.org/bug/view/6294
Marek A.

Because I can provide solution, I reported this as bug in forge. Link:
http://dev.cmsmadesimple.org/bug/view/6294
Marek A.
Re: (Orders 1.11.2) Total Price is false by multiple Product
Thank you so very much Marek A.
I can't tell you how much of a relief it was to find this solution waiting for me this morning.
Del
I can't tell you how much of a relief it was to find this solution waiting for me this morning.
Del
Re: (Orders 1.11.2) Total Price is false by multiple Product
You welcome .... 
Marek A.

Marek A.