Projekt

Allgemein

Profil

GX-Bug #67707

Von Till Tepelmann vor mehr als 3 Jahren aktualisiert

Einen Artikel mit einer Mindestbestellmenge von 2 anlegen. 

 Im Artikel einen Staffelpreis anlegen, der ab zwei greift. 

 Es wird nicht dieser Preis im Google Shopping Feed exportiert, sondern der Preis für einen Artikel bzw. der Artikelpreis, wenn die Kundengruppe keinen Preis für einen Artikel nutzt. 

 ------- 

 Create a product with a minimum order quantity of 2. 

 Create a graduated price scale in the product that applies from two. 

 It is not this price that is exported in the Google Shopping Feed, but the price for an item or the item price if the customer group does not use a price for an item. 


 ` ` ` 
 $t_product_price = $this->coo_xtc_price->xtcGetPrice($p_data_array['products_id'], false, 1, $p_data_array['products_tax_class_id'], '', 0, 0, $p_include_special, $t_consider_properties, $t_combi_id); 

 ` ` `

Zurück