Jump to content
  • 0

Początkowa waga paczki = x kg


2grosiek7

Question

2 answers to this question

Recommended Posts

  • 0

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

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...