Subversion-Projekte lars-tiefland.laravel_shop

Revision

Revision 836 | Revision 838 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 836 Revision 837
Zeile 158... Zeile 158...
158
 
158
 
159
                    $sql = "SELECT
159
                    $sql = "SELECT
160
                            z.id,
160
                            z.id,
161
                            z.name,
161
                            z.name,
162
                            z.internal_name,
162
                            z.internal_name,
163
                            z.abschlag,
163
                            z.discount,
164
                            z.shipping_text AS versandtextbaustein,
164
                            z.shipping_text AS versandtextbaustein,
165
                            z.info_im_shop
165
                            z.info_im_shop
166
                        FROM
166
                        FROM
167
                            shipping_payment_methods vz
167
                            shipping_payment_methods vz
Zeile 233... Zeile 233...
233
                                    "kurz"             => $name,
233
                                    "kurz"             => $name,
234
                                    "ultrakurz"        => $zRow->name,
234
                                    "ultrakurz"        => $zRow->name,
235
                                    "preis"            => $preis,
235
                                    "preis"            => $preis,
236
                                    "gesamt"           => $preis,
236
                                    "gesamt"           => $preis,
237
                                    "rufname"          => $zRow->internal_name,
237
                                    "rufname"          => $zRow->internal_name,
238
                                    "versand_abschlag" => $zRow->abschlag,
238
                                    "versand_abschlag" => $zRow->discount,
239
                                    "versandgruppe"    => $vgId,
239
                                    "versandgruppe"    => $vgId,
240
                                    //"zahlart_index"    => $row->zahlart_index,
240
                                    //"zahlart_index"    => $row->zahlart_index,
241
                                );
241
                                );
Zeile 242... Zeile 242...
242
 
242