Hi,
I have inserted 15 products in the control pannel.
However, I only can see 10 product at the public side of the store.
I have changed
$data = array(
'sort' => $sort,
'order' => $order,
'start' => ($page - 1) * 10,
'limit' => 10
'limit' => 10 to 20 I still cannot see any differnces.
in admin>controller>localisation>country.php
admin>controller>localisation>zone.php
I hope there is a solution for it.
Thanks for your help
I have inserted 15 products in the control pannel.
However, I only can see 10 product at the public side of the store.
I have changed
$data = array(
'sort' => $sort,
'order' => $order,
'start' => ($page - 1) * 10,
'limit' => 10
'limit' => 10 to 20 I still cannot see any differnces.
in admin>controller>localisation>country.php
admin>controller>localisation>zone.php
I hope there is a solution for it.
Thanks for your help
Ha, didn't even notice he was in the completely wrong spot.
/catalog/controller/common/home.php
to
Might be worth putting something in the settings table for this.

/catalog/controller/common/home.php
Code: Select all
foreach ($this->model_catalog_product->getLatestProducts(8) as $result)
Code: Select all
foreach ($this->model_catalog_product->getLatestProducts(20) as $result)
-Ryan
This is another solution.. Thanksrph wrote:Ha, didn't even notice he was in the completely wrong spot.![]()
/catalog/controller/common/home.phptoCode: Select all
foreach ($this->model_catalog_product->getLatestProducts(8) as $result)
Might be worth putting something in the settings table for this.Code: Select all
foreach ($this->model_catalog_product->getLatestProducts(20) as $result)
I had read one of the post. It was mentioned there. That is why I wrote the country. You are right. There was nothing to do with country. Thanks.Qphoria wrote:"country" has nothing to do with products.
You likely didn't add them to the current store. Try using the "copy" feature on one of the working products. Does the copied one show up?
New "Blocks" type of extension?.rph wrote:Ha, didn't even notice he was in the completely wrong spot.![]()
/catalog/controller/common/home.phptoCode: Select all
foreach ($this->model_catalog_product->getLatestProducts(8) as $result)
Might be worth putting something in the settings table for this.Code: Select all
foreach ($this->model_catalog_product->getLatestProducts(20) as $result)
Who is online
Users browsing this forum: No registered users and 57 guests