hello
We have buyed agile multiple seller but We need the following due to the fact than is required by our customers.
Dear sirs, we need to modify some code of the file
modules/agilemultipleseller/views/templates/front/products/combinations.tpl
to show ecotax in the next code:
{foreach from=$combinationArray key=k item=comb}
<tr id="tr_comb_{$k}">
<td>{$k}-{$comb.attributes}</td>
<td>{$comb.price}</td>
.......................................
.......................................
The associative multidimensional array $combinationArray has the next fields:
id_product_attribute:
attributes:
wholesale_price:
price:
weight:
unit_impact:
reference:
ean13:
upc:
id_image:
available_date:
default_on:
image:
but it doesn't have this field, also we don't find where is created the associative array $combinationArray to include the field ecotax from the table ps_product_attribute_shop to show in the code like:
{foreach from=$combinationArray key=k item=comb}
<tr id="tr_comb_{$k}">
<td>{$k}-{$comb.attributes}</td>
<td>{$comb.price}</td>
<td>{$comb.ecotax}</td>
.......................................
May you help us please to extend $combinationArray, . Thanks
Best regards.