Jump to content

mostrar peso producto


3w soluciones web

Recommended Posts

Al final he tenido que modificar otro archivo pues tenia el modulo attributewizzardpro y he tenido que modificar un js.

 

he añadido al final de la funcion  function awp_get_total_prices(awp_extra,tmp_productPriceWithoutReduction) esta linea

 

$("#peso .peso").html(parseFloat($("#peso .old_peso").html())+prices['awp_total_weight'])

 

y en el product.tpl en un span old_peso guardo el peso del producto original que le uso para sumarle el peso de las combinaciones en el js. con lo que he puesto en product.tpl

 

<p id="peso">
   <label> {l s='Peso:'} </label>
   <span class="old_peso" style="display:none">{printf("%.2f",$product->weight)}</span>
   <span class="peso">{printf("%.2f",$product->weight)}</span> Kg
</p>
 
Es una forma un poco chapuzilla de hacerlo pero funciona, no se si con el product.js tambien funcionaria.
Link to comment
Share on other sites

  • 3 weeks later...

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...