Rank: Member
Groups: Developers, HelpDesk, Registered Joined: 11/1/2018(UTC) Posts: 29
|
Having a terrible time trying to turn off the "Ship to Multiple Addresses" option in the store.
In the Dashboard > Configure > Store > General section of the Admin, there's an checkbox option under the Checkout Options section to "Allow users to create orders with multiple shipping addresses". I would like to turn this off, but when I attempt to uncheck this box and save the settings, this page fails to save. The page just does not save.
Then, if I login to the database and attempt to locate the field in the ac_StoreSettings table, I cannot find anything about enabling/disabling multiple shipping addresses.
Anyone else able to duplicate this error? If I could find the proper setting in the DB to disallow the setting that would be immediately helpful.
Thanks!
|
|
|
|
Rank: Advanced Member
Groups: Admin, Developers, Registered, HelpDesk, Authorized User Joined: 10/5/2018(UTC) Posts: 704
Thanks: 5 times Was thanked: 113 time(s) in 112 post(s)
|
Hi Steve,
I have tested in my local install and its working absolutely fine for me. I don't know why it fails when you save the settings.
You can see the browser console if there are any errors.
Right-click on your page and select the inspect option. Visit the network tab and then click the Save button. See the response if the requests fail.
For now, you can manually add the entry in database in ac_StoreSettings table.
The FieldName is EnableShipToMultipleAddresses
|
|
|
|
Rank: Member
Groups: Developers, HelpDesk, Registered Joined: 11/1/2018(UTC) Posts: 29
|
I do not recall seeing that field in the table... coukd be part if the problem!!
|
|
|
|
Rank: Member
Groups: Developers, HelpDesk, Registered Joined: 11/1/2018(UTC) Posts: 29
|
OK -- very strange. The field "EnableShipToMultipleAddresses" was NOT in the StoreSettings table.
But -- that's not the most strange. I have TWO different installations of Version 9 (build 5588). These are not the same:
in Site #1 (DB1) the StoreSettings table has 174 records. in Site #2 (DB2) the StoreSettings table has just 103 records.
HUH?
There has NOT been any customizations to DB1 that would have included all those fields.
One additional point: I had updated Site #1 / DB 1 from the original Version 9 release to the latest build. Perhaps something did not go correctly in this update process?
Help would be appreciated.
|
|
|
|
Rank: Advanced Member
Groups: Admin, Developers, Registered, HelpDesk, Authorized User Joined: 10/5/2018(UTC) Posts: 704
Thanks: 5 times Was thanked: 113 time(s) in 112 post(s)
|
Hi Steve,
The default values for most of the store settings are initially stored in code and with a new install, all settings are not stored in the database. When we go to the settings page and click save button this is the time our code creates entries in the database.
So if you are seeing different counts for entries in StoreSettings table for multiple site dbs, it is absolutely normal.
I think there is no issue with the update process.
Keep enjoying Ablecommerce!!!
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The AbleCommerce Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close