Skip to content

Commit 74e50d2

Browse files
committed
Change default category_products to 100 because it makes more sense
1 parent 6c888c3 commit 74e50d2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
### Fixed
9+
- Change default `category_products` to 100 because it makes more sense
10+
- Change default `view_cart_on_mini_cart_expand_only` to 1 because it makes more sense
811

912
## [3.9.10] - 22 October 2024
1013
### Fixed

etc/config.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<id/>
88
<debug>0</debug>
99
<wait_for_ui>0</wait_for_ui>
10-
<category_products>3</category_products>
10+
<category_products>100</category_products>
1111
<product_eav_attributes>material</product_eav_attributes>
1212
<category_eav_attributes>id,name</category_eav_attributes>
1313
<customer_eav_attributes>id</customer_eav_attributes>
1414
<view_cart_occurances>everywhere</view_cart_occurances>
15-
<view_cart_on_mini_cart_expand_only>0</view_cart_on_mini_cart_expand_only>
15+
<view_cart_on_mini_cart_expand_only>1</view_cart_on_mini_cart_expand_only>
1616
<product_list_value_on_category>product_first_category</product_list_value_on_category>
1717
<serverside_enabled>0</serverside_enabled>
1818
<serverside_gtm_url/>

0 commit comments

Comments
 (0)