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