GX-Bug #67707
Von Armin Eden vor etwa 4 Jahren aktualisiert
Unter Einen Artikel -> Artikel einen Artikel mit einer Mindestbestellmenge von 2 anlegen. Im Artikel einen Artikelpreis eingeben und einen Staffelpreis anlegen, der ab zwei greift. Zum Beispiel in der Kundengruppe Gast unter den Preisoptionen eine Staffel. Nun unter Es wird nicht dieser Preis im Google -> Google Shopping den Artikel exportieren. Im Export wird nicht der Staffelpreis angezeigt, Feed exportiert, sondern der Preis für einen Artikel. 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); ` ` `