Jump to content

blozano

Members
  • Posts

    7
  • Joined

  • Last visited

blozano's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hola Fidelius, podrias colgar el codigo de nuevo? es que ya no está disponible y me interesaria echarle un vistazo. Gracias!!! Saludos
  2. i describe the changes to include in your module (if you want) -in product.php (page) replace the line $combinations[$row['id_product_attribute']]['price'] = floatval($row['price']); with this line $combinations[$row['id_product_attribute']]['price'] = $product->adjustPrice(floatval($row['price']),$product->id, $product->id_category_default) ; -in Product.php (class) in the method getPriceStatic include after the line $price = $result['price']; this code if ($price==0) //this is valid for me because all my products have base price 0 and the attribute selection change the price { $price= $result['attribute_price']; $flag="ajustado"; } in the same method replace the line if (isset($result['attribute_price'])) with this line if (isset($result['attribute_price']) AND !$flag=="ajustado")
  3. hi whitelighter, i buy your module yesterday i think you do a great work but i need to ask you something (Im not sure if is posible) a new feature to the module... When you select to adjust the price by percent (as you say in your shop "Percentages are calculated as the percentage of the base price"), this would be my main problem... i have products in my shop that increase or decrease the price with product attribute selectión... and i need the discount to be applied to this price(the price obtained when you select different attributes) and not the base price. Is this posible??? Thanks Borja
  4. hola muy bueno el tutorial una pregunta... hay alguna forma que en el front cuando por ejemplo seleccionamos una prenda de ropa de colar rojo la cual no tiene stock para la talla L o realmente no exista esa prenda en esa configuración la pagina filtre los valores de los atributos y lo haga desaparecer de la combo o inhabilite los radio buttons?? (en caso de que usemos algun modulo que permita usar radio en vez de combos) Gracias Saludos
  5. a mi tambien me gustaria saber si hay algun modulo o algo para hacer esto Gracias
  6. Se busca experto en Prestashop en Chilepara crear un sistema de cotizaciones a partir de prestashop. Por favor contactarse indicando número para contactar Saludos
×
×
  • Create New...