adriancasanova021 Posted December 24, 2017 Share Posted December 24, 2017 (edited) 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 December 29, 2017 by adriancasanova021 (see edit history) Link to comment Share on other sites More sharing options...
adriancasanova021 Posted December 29, 2017 Author Share Posted December 29, 2017 Creo que con un poco de php podría lograr mi cometido. Dado que no tengo conocimiento del mismo no se muy bien como 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now