Projekt

Allgemein

Profil

GX-Bug #67707

Von Armin Eden vor mehr als 3 Jahren aktualisiert

Unter 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. 
 Beispielsweise als Preis für die Gastgruppe 20€ eintragen und in der Staffelung ab zwei Stück dann 18€. 

 Wird der Artikel mit einem Gast-Account im Frontend geöffnet, so wird 18€ angezeigt mit der Mindestbestellmenge 2. 

 Nun unter Google -> Google Shopping den Artikel exportieren. Hierbei darauf achten, dass die Kundengruppe aktiv ist, welche den Staffelpreis hat. 
 Im Export wird nicht der Staffelpreis angezeigt, sondern der Preis für einen Artikel im Feld Preis. Artikel. 

 ------- 

 In Gambio Admin choose Catalog -> Categories/Procuts and create a new product. 
 Unter "Minimum order amount ( has to be > 0)" select 2. 

 Under Price Options choose 20€ for the guest group. Add for this group a pricse for 2 units of 18€. 

 If you open the article with a guest account you will see, that you have to buy 2 and each one costs 18€. 
 If you start an export under Google -> Google Shopping be sure to export for the guest-group. 
 In the exported file the "Preis" Column then gives out 20€ 

 expected Result 
 18€ in the export file 

 actual result: 
 20€ in the export file 

 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