logo
Welcome to our new AbleCommerce forums. As a guest, you may view the information here. To post to this forum, you must have a registered account with us, either as a new user evaluating AbleCommerce or an existing user of the application. For all questions related to the older version of Gold and earlier, please go to AbleCommerce Gold forum. Please use your AbleCommerce username and password to Login. New Registrations are disabled.

Notification

Icon
Error

Options
Go to last post Go to first unread
SteveFeher  
#1 Posted : Wednesday, September 18, 2019 10:35:54 PM(UTC)
SteveFeher

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!

Wanna join the discussion?! Login to your AbleCommerce Forums forum account. New Registrations are disabled.

shari  
#2 Posted : Thursday, September 19, 2019 5:03:29 AM(UTC)
shaharyar

Rank: Advanced Member

Groups: Admin, Developers, Registered, HelpDesk, Authorized User
Joined: 10/5/2018(UTC)
Posts: 703

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
SteveFeher  
#3 Posted : Thursday, September 19, 2019 6:03:47 AM(UTC)
SteveFeher

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!!
SteveFeher  
#4 Posted : Thursday, September 26, 2019 9:54:17 AM(UTC)
SteveFeher

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.
shari  
#5 Posted : Thursday, September 26, 2019 12:34:05 PM(UTC)
shaharyar

Rank: Advanced Member

Groups: Admin, Developers, Registered, HelpDesk, Authorized User
Joined: 10/5/2018(UTC)
Posts: 703

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!!!
Users browsing this topic
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.