Search found 3 matches
- 30 Aug 2016, 02:36
- Forum: Laravel package
- Topic: Remove countries from checkout in config/shop.php
- Replies: 5
- Views: 6283
Re: Remove countries from checkout in config/shop.php
I ended up changing the list of countries in
This only works in v 2016.04. I couldn't figure out how to do it in v 2016.07
Code: Select all
..\vendor\aimeos\aimeos-core\client\html\config\client.php
- 29 Aug 2016, 08:49
- Forum: Laravel package
- Topic: Remove countries from checkout in config/shop.php
- Replies: 5
- Views: 6283
Re: Remove countries from checkout in config/shop.php
I updated my shop to 2016.07 version but it still behaves the same way. The documentation shows it to be the latest stable version and it seems to risky to use dev versions for me. What are my other options rather than altering `client/html/checkout/standard/address/countries`? If I want to remove t...
- 28 Aug 2016, 13:24
- Forum: Laravel package
- Topic: Remove countries from checkout in config/shop.php
- Replies: 5
- Views: 6283
Remove countries from checkout in config/shop.php
Hi, I am trying to remove all countries except for a few from checkout address option. I do not want to tamper with core configuration and I am wondering if it is possible to do it in config/shop.php. If I try the following, it just changes the first two countries in the list: 'client' => array( 'ht...