shop.php 366 Bytes
Newer Older
Francisco Salazar committed
1 2 3 4 5
<?php 
return [
	"slug-shop" => "tienda",
	"billing_enabled"=>false,
	"slug-shop-category" => "categoria",
6 7
	"tags-enable" => true,
	"subcategory-enable" => true,
Francisco Salazar committed
8
	"version-minimal" => true,
Francisco Salazar committed
9 10 11 12 13 14 15 16 17 18 19 20 21
	"product-index" => [
		"pagination" => 15,
		"otros" => 3
	],
	"product-show" => [
		"otros" => 3
	],
	"product-by-category" => [
		"pagination" => 15,
		"otros" => 3
	],
];