hi dudes. please help me... i need send a confirmation email for buys from module authorize.
The Email only show TOTAL, but: subtotal? tax? shipping? list products price?
hi dudes. please help me... i need send a confirmation email for buys from module authorize.
The Email only show TOTAL, but: subtotal? tax? shipping? list products price?
Set your Zen Cart Admin to send you a copy of the order confirmation - Admin> Configuration> Email
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
that solution from admin only work in module money order, actually i work in a solution find here:
Zen Cart v1.3.8
includes/modules/payment/authorizenet.php
line - 362 on x_description
attachment this table:PHP Code:'x_description' => 'Website Purchase from ' . str_replace('"',"'", STORE_NAME),
includes/templates/template_default/templates/tpl_checkout_confirmation_default.php
line 114
this is my theroy.... is viabel?PHP Code:<table border="0" width="100%" cellspacing="0" cellpadding="0" id="cartContentsDisplay">.......
Zencart don't send details order to authorize. Result, authorize not send details email confirmation. Any coments? solution?
My problem is similar to this
http://www.zen-cart.com/forum/showth...=details+order
Me again, i find solution to add totals, on authorizenet.php find this line:
and replace for:PHP Code:'x_description' => 'Website Purchase from ' . str_replace('"',"'", STORE_NAME),
this add TOTALS info to authorize.net report, only remaining add products details, common guys please help me!PHP Code:'x_description' => 'Website Purchase from ' . str_replace('"',"'", STORE_NAME) . '<br>Subtotal: $' . number_format($order->info['subtotal'], 2) . '<br>Shipping: $' . number_format($order->info['shipping_cost'], 2) . '<br>Tax: $' . number_format($order->info['tax'], 2),
![]()
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
i can't see the purchase details for buys with credit carts, authorize only shows the Total amount but not what the client has purchased, that is problem for me :S
So, you're saying that you don't use Zen Cart to process your orders?
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
exactly