Jump to content

Descontar stock de una combinación en base a otra combinación


Recommended Posts

Hola, buenos días! 

Me gustaría saber si es posible descontar la cantidad de una combinación en stock en base a otra combinación??

Tengo creadas tres combinaciones "comprar solo corpiño, comprar solo bombacha y comprar corpiño mas bombacha" dentro de cada combinación están los atributos para definir la talla. El producto es una bikini. 

El echo es que necesito que al comprar la combinación "comprar solo bombacha o comprar solo corpiño" también descuente la cantidad del stock de "comprar corpiño mas bombacha" y al comprar "corpiño mas bombacha" descuente el stock de las otras dos combinaciones. 

Muchas gracias de ante mano. 

 

 

 

Hello good day!

I would like to know if it is possible to discount the amount of a combination in stock based on another combination?

I have created three combinations "buy only bodice, buy only panties and buy bodice more bombacha" within each combination are the attributes to define the size. The product is a bikini.

The fact is that I need to buy the combination "buy only panties or buy only bodice" also discount the amount of the stock of "buy bodice plus panties" and to buy "bodice more bomber" discount the stock of the other two combinations.

Thank you very much in advance.

 

 

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

Creo que con un poco de php podría lograr mi cometido. Dado que no tengo conocimiento del mismo no se muy bien como :D 

Se me ocurre que podria ser algo similar a esto:

{if isset($attributes[$attribute_group['id_attribute_group']])}
  if ($id_product_attribute) => id_comprar_solo_corpiño ($product_quantity_discount=1, [($id_product_attribute) => id_comprar_corpiño_mas_bombacha] $product_quantity_discount=1)    
  if ($id_product_attribute) => id_comprar_solo_bombacha ($product_quantity_discount=1, [($id_product_attribute) => id_comprar_corpiño_mas_bombacha] $product_quantity_discount=1)
  if ($id_product_attribute) => id_comprar_corpiño_mas_bombacha ($product_quantity_discount=1, [($id_product_attribute) => id_comprar_solo_corpiño, id_comprar_solo_bombacha] $product_quantity_discount=1)
  {/if}

 

Pero como dije me es imposible saber que tan alejado estoy de lo que intento hacer ya que no manejo php. 

Si pudiesen orientarme un poco les estaría muy agradecido!!

 

Link to comment
Share on other sites

  • adriancasanova021 changed the title to Descontar stock de una combinación en base a otra combinación

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