Jump to content
  • 0

Brak nazwy sklepu


Insaiyadin

Question

Cześć, 

borykam się z "drobnym" problemem związanym ze zniknięciem nazwy sklepu.

Grzebałem przy zmianie generowania faktur (tak, by zniknęła nazwa kraju na niej) i zmieniłem 2 pliki : classes/shop/shop.php oraz classes/order/OrderInvoice.php

 

W shop.php dodałem komentarz (//) w miejscu :

$address->id_country = Configuration::get('PS_SHOP_COUNTRY_ID') ? Configuration::get('PS_SHOP_COUNTRY_ID') : Configuration::get('PS_COUNTRY_DEFAULT');

 

W OrderInvoice.php dodałem komentarz (//) w miejscu :

$address->id_country = Configuration::get('PS_SHOP_COUNTRY_ID', null, null, $id_shop);

Na fakturach dodałem sobie swój adres sklepu, nazwę etc (to co jest w preferencjach -> kontakt -> sklep) i pokazuje mi na ten moment TYLKO adres oraz miasto. Sprawdzałem już bazę danych i tam nazwa sklepu wyświetla się poprawnie.

Jakieś sugestie ?

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...