2grosiek7 Posted September 1, 2016 Share Posted September 1, 2016 Witajcie, jak ustawić początkową wagę paczki na jakąś wartość? Chciałbym w tej wadze zawrzeć masę opakowania i zabezpieczeń w paczce. Link to comment Share on other sites More sharing options...
0 Krystian Podemski Posted September 5, 2016 Share Posted September 5, 2016 Myślę, że nie ma takiej opcji domyślnie, teoretycznie można to zrobić z poziomu modyfikacji klasy classes/Product.php, w tym fragmencie kodu: public function __construct($id_product = null, $full = false, $id_lang = null, $id_shop = null, Context $context = null) przed klamrą zamykającą ten fragment: if ($full && $this->id) { dodałbym: $this->weight = $this->weight + 2; w tym wypadku 2 to Twoja domyślna waga paczki. W idealnym świecie byłoby to zrobione jako override itd. Link to comment Share on other sites More sharing options...
0 2grosiek7 Posted September 15, 2016 Author Share Posted September 15, 2016 Niestety nie działa to rozwiązanie :/ Link to comment Share on other sites More sharing options...
Question
2grosiek7
Witajcie,
jak ustawić początkową wagę paczki na jakąś wartość? Chciałbym w tej wadze zawrzeć masę opakowania i zabezpieczeń w paczce.
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now