|
|
@@ -153,6 +153,7 @@ class Weight extends Start_Controller {
|
|
|
$list['wigother'] = $this->input->post('wigother',true);
|
|
|
$list['wigother1'] = $this->input->post('wigother1',true);
|
|
|
$list['wigother2'] = $this->input->post('wigother2',true);
|
|
|
+ $list['product_related'] = $this->input->post('product_related', true);
|
|
|
}
|
|
|
if($category == 129)
|
|
|
{
|
|
|
@@ -271,6 +272,7 @@ class Weight extends Start_Controller {
|
|
|
$list['wigother'] = $this->input->post('wigother',true);
|
|
|
$list['wigother1'] = $this->input->post('wigother1',true);
|
|
|
$list['wigother2'] = $this->input->post('wigother2',true);
|
|
|
+ $list['product_related'] = $this->input->post('product_related', true);
|
|
|
}
|
|
|
if($category == 129)
|
|
|
{
|