opencart / opencart

A free shopping cart system. OpenCart is an open source PHP-based online e-commerce solution.

Home Page:https://www.opencart.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

admin can't add product: Opencart\Admin\Model\Catalog\Product::addLayout(): Argument #3 ($layout_id) must be of type int, string given

cgcmart opened this issue · comments

public function addLayout(int $product_id, int $store_id, int $layout_id): void {

Opencart\Admin\Model\Catalog\Product::addLayout(): Argument #3 ($layout_id) must be of type int, string given File: .../admin/model/catalog/product.php Line: 1671