Jump to content

Default Product Selected on the Confirmation to the admin


Recommended Posts

When an user buy a product form my web shop  then admin get the order details email with a default product extra added.How can i remove the extra product from email? example an user buy rider plus xl from my shop the admin get details of donald and rider plus in email.how can i remove the default product like donald??

 

My shop url is http://www.put2kart.com/

 

Thank you

post-779274-0-39167800-1404880864_thumb.jpg

Edited by orijit (see edit history)
Link to comment
Share on other sites

My problem is solved thank you all for help me. After deactivate then activate product reference module and add code in Payment Module.php

'{total_tax_paid}' => Tools::displayPrice(($order->total_products_wt - $order->total_products) + ($order->total_shipping_tax_incl - $order->total_shipping_tax_excl), $this->context->currency, false)); my problem solved. Thanks to all of you. :)

Link to comment
Share on other sites

×
×
  • Create New...