Zaktualizowano wersję na 0.226, dodano opcję faktury do zamówienia oraz wprowadzono zmiany w strukturze bazy danych i logice obsługi zamówień.
This commit is contained in:
@@ -373,10 +373,14 @@ class ShopBasket
|
||||
\S::get( 'phone', true ),
|
||||
\S::get( 'name', true ),
|
||||
\S::get( 'surname', true ),
|
||||
\S::get( 'firm', true ),
|
||||
\S::get( 'street' ),
|
||||
\S::get( 'postal_code', true ),
|
||||
\S::get( 'city', true ),
|
||||
\S::get( 'firm_name', true ),
|
||||
\S::get( 'firm_street', true ),
|
||||
\S::get( 'firm_postal_code', true ),
|
||||
\S::get( 'firm_city', true ),
|
||||
\S::get( 'firm_nip', true ),
|
||||
\S::get_session( 'basket-inpost-info' ),
|
||||
\S::get_session( 'basket_orlen_point_id' ),
|
||||
\S::get_session( 'basket_orlen_point_info' ),
|
||||
|
||||
Reference in New Issue
Block a user