Add Taxable item to Order Confirmation

A place to make for-pay "CMS made simple" job offerings
Post Reply
inyerface
Forum Members
Forum Members
Posts: 191
Joined: Mon Nov 26, 2007 4:46 pm

Add Taxable item to Order Confirmation

Post by inyerface »

Hello,

I am looking to add taxable item to ORder Confirmation template as a smarty variable.

I added this to the tmeplace:  {$order|print_r}

The results of the important section was:

[0] => Array
                        (
                            [id] => 76
                            [order_id] => 12
                            [shipping_id] => 89
                            [item_id] => 6
                            [quantity] => 1
                            [product_name] => Heartland Gold Extra Virgin Coconut Oil - 454g
                            [details] =>
                            [price] => 15.99
                            [weight] => 0.45
                            [status] => notshipped
                            [create_date] => 2009-08-08 18:56:40
                            [modified_date] => 2009-08-08 18:56:40
                        )


I was abnle to edit the PHP files to add "taxable" to this:

[0] => Array
                        (
                            [id] => 76
                            [order_id] => 12
                            [shipping_id] => 89
                            [item_id] => 6
                            [quantity] => 1
                            [product_name] => Heartland Gold Extra Virgin Coconut Oil - 454g
                            [details] =>
                            [price] => 15.99
                            [weight] => 0.45
                            [status] => notshipped
                          [taxable] =>
                            [create_date] => 2009-08-08 18:56:40
                            [modified_date] => 2009-08-08 18:56:40
                        )


But when I check a product 'on' and 'off' as being taxable nothing changes.  I just don't have time any more and am travelling starting righ tnow for 4 days but this needs to be done in the next 24 hours.

Can anyone help me?  By help I mean let me know when you want to charge for the work.

Thanks
inyerface
Forum Members
Forum Members
Posts: 191
Joined: Mon Nov 26, 2007 4:46 pm

Re: Add Taxable item to Order Confirmation

Post by inyerface »

That's too bad.  I have to go outside CMSMS to get this done
Post Reply

Return to “Help Wanted (commercial)”