| @@ 772-776 (lines=5) @@ | ||
| 769 | } |
|
| 770 | } |
|
| 771 | ||
| 772 | if (empty($this->slug)) { |
|
| 773 | $this->slug = Helper::createSlug($this->name); |
|
| 774 | } elseif (mb_strlen($this->slug) > 80) { |
|
| 775 | $this->slug = mb_substr($this->slug, 0, 80); |
|
| 776 | } |
|
| 777 | ||
| 778 | if (empty($this->name)) { |
|
| 779 | $this->name = 'unnamed-category'; |
|
| @@ 557-561 (lines=5) @@ | ||
| 554 | $this->main_category_id = $categories[0]; |
|
| 555 | } |
|
| 556 | ||
| 557 | if (empty($this->slug)) { |
|
| 558 | $this->slug = Helper::createSlug($this->name); |
|
| 559 | } elseif (mb_strlen($this->slug) > 80) { |
|
| 560 | $this->slug = mb_substr($this->slug, 0, 80); |
|
| 561 | } |
|
| 562 | ||
| 563 | if (empty($this->name)) { |
|
| 564 | $this->name = 'unnamed-product'; |
|