Jump to content

Display product features in order confirmation email


Recommended Posts

Hi,

I'm wondering how to pull the "features" variables of a product in the PaymentModule.php
file.

Basically I'd like to add a new column, "units per box", to this table

$productsList .=
                       '
'.$product['reference'].'
'.$product['name'].(isset($product['attributes_small']) ? ' '.$product['attributes_small'] : '').' - '.Tools::displayError('Customized').(!empty($customizationText) ? '
'.$customizationText : '').'
'.Tools::displayPrice(Product::getTaxCalculationMethod() == PS_TAX_EXC ? $price : $price_wt, $currency, false, false).'
'.$customizationQuantity.'
'.Tools::displayPrice($customizationQuantity * (Product::getTaxCalculationMethod() == PS_TAX_EXC ? $price : $price_wt), $currency, false, false).'
';



Any help would be greatly appreciated, thanks.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...