Skip to content

Commit

Permalink
Change default category_products to 100 because it makes more sense
Browse files Browse the repository at this point in the history
  • Loading branch information
jissereitsma committed Oct 22, 2024
1 parent 6c888c3 commit 74e50d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
- Change default `category_products` to 100 because it makes more sense
- Change default `view_cart_on_mini_cart_expand_only` to 1 because it makes more sense

## [3.9.10] - 22 October 2024
### Fixed
Expand Down
4 changes: 2 additions & 2 deletions etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<id/>
<debug>0</debug>
<wait_for_ui>0</wait_for_ui>
<category_products>3</category_products>
<category_products>100</category_products>
<product_eav_attributes>material</product_eav_attributes>
<category_eav_attributes>id,name</category_eav_attributes>
<customer_eav_attributes>id</customer_eav_attributes>
<view_cart_occurances>everywhere</view_cart_occurances>
<view_cart_on_mini_cart_expand_only>0</view_cart_on_mini_cart_expand_only>
<view_cart_on_mini_cart_expand_only>1</view_cart_on_mini_cart_expand_only>
<product_list_value_on_category>product_first_category</product_list_value_on_category>
<serverside_enabled>0</serverside_enabled>
<serverside_gtm_url/>
Expand Down

0 comments on commit 74e50d2

Please sign in to comment.