AbleCommerce Forums
»
AbleCommerce
»
General Questions
»
Missing Save Button in Terms/Conditions
Rank: Member
Groups: Authorized User, Developers Joined: 11/13/2018(UTC) Posts: 23
Thanks: 16 times Was thanked: 1 time(s) in 1 post(s)
|
I've been trying to change our Terms and Conditions but it won't save when I clicked "Save Settings" but shouldn't there be a save button in the toolbox area like the other ones? No matter how many times I click save settings, it's always the original, I've cleared cache and everything:
|
|
|
|
Rank: Administration
Groups: Admin, Administrators, HelpDesk, System, Authorized User, Developers, Registered Joined: 10/5/2018(UTC) Posts: 175
Thanks: 8 times Was thanked: 17 time(s) in 15 post(s)
|
Please check error log right after hitting the save button and see if there is any error registered related to store settings page. Please do post the error details if there is any related to this action.
|
|
|
|
Rank: Member
Groups: Authorized User, Developers Joined: 11/13/2018(UTC) Posts: 23
Thanks: 16 times Was thanked: 1 time(s) in 1 post(s)
|
There are no error messages at the time of saving settings.
|
|
|
|
Rank: Administration
Groups: Admin, Administrators, HelpDesk, System, Authorized User, Developers, Registered Joined: 10/5/2018(UTC) Posts: 175
Thanks: 8 times Was thanked: 17 time(s) in 15 post(s)
|
When you hit save, is there a success notification alert appearing on top of screen in corner?
|
|
|
|
Rank: Member
Groups: Authorized User, Developers Joined: 11/13/2018(UTC) Posts: 23
Thanks: 16 times Was thanked: 1 time(s) in 1 post(s)
|
No I do not receive a success pop-up. I see a blip of the green timing circle that's in the middle, and once in a while I see the green bar at the top go by, but never a confirmation.
|
|
|
|
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)
|
To see the error details, please follow the steps 1- Open web.config file in the root folder 2- Search for customerrors="On" and change it to off 3- Now visit the store configuration page 4- Right-click and select Inspect Element 5- From the browser console section, select Network Tab 6- Now Click the page Save button and it should create a new entry in Network Tab with an error status code 7- Click on the new list item in the network tab and it will open a section on the right side. 8- From the section on the right side, select the Response tab and it will show the error details Screenshot 2020-10-21 141252.png (42kb) downloaded 3 time(s).
|
|
|
|
Rank: Member
Groups: Authorized User, Developers Joined: 11/13/2018(UTC) Posts: 23
Thanks: 16 times Was thanked: 1 time(s) in 1 post(s)
|
"Bad Request" was all it showed and a status of 400 Is there a way to make the change on the backend? ********** Just for others if they hit the post, it was customErrors mode="Off" instead of customerrors="On" on our version. Edited by user Wednesday, October 21, 2020 9:28:21 AM(UTC)
| Reason: Not specified
|
|
|
|
Rank: Advanced Member
Groups: Authorized User, Developers Joined: 2/17/2019(UTC) Posts: 909
Thanks: 3 times Was thanked: 15 time(s) in 15 post(s)
|
>>> Is there a way to make the change on the backend? <<< Please take what I say with a grain of salt. In the database there's a table called "ac_StoreSettings", the field name is called "CheckoutTermsAndConditions", however it's a little bit tricky. The field will accept HTML code, but in order for the entry to be visible in the admin section of the database, you have to reset IIS after saving, at least in my case. I couldn't get it to work with a browser reset or logging out and logging back into the admin. I just tried it, I went to the table itself, I entered a value into the database field, save it, went to the admin backend, but it would not show the modified value until I reset IIS. Hope this helps. Edited by user Wednesday, October 21, 2020 10:30:30 AM(UTC)
| Reason: Not specified
|
|
|
|
Rank: Member
Groups: Authorized User, Developers Joined: 11/13/2018(UTC) Posts: 23
Thanks: 16 times Was thanked: 1 time(s) in 1 post(s)
|
Thanks Ray, I think I might wait then... did you have the same issue with not being able to change the check out terms too?
|
|
|
|
Rank: Advanced Member
Groups: Authorized User, Developers Joined: 2/17/2019(UTC) Posts: 909
Thanks: 3 times Was thanked: 15 time(s) in 15 post(s)
|
No it's working on my end, my copy is a fresh install and not an an update or upgrade. I hate upgrades especially something as major as MVC, which is why I believe so many people are having so many issues. Either way, what I did works and support seems to be on top of.
Have a great day
|
|
|
|
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)
|
Quote:"Bad Request" was all it showed and a status of 400 https://www.ablecommerce...-payment-complete-or-notYou had a similar issue discussed in this post. Was this issue resolved? You are using 9.0.2.6218 and we were not able to reproduce the issues in the version. Do you have any customizations related to this page? Any other details you can share with us to understand the issue completely.
|
|
|
|
Rank: Member
Groups: Authorized User, Developers Joined: 11/13/2018(UTC) Posts: 23
Thanks: 16 times Was thanked: 1 time(s) in 1 post(s)
|
No, that was never fixed either.
We haven't done anything with that page, it won't save.
Naveed has done cusomizations for us with merging our database but I don't think anything that would have to do with that page. That page has been an issue for us for a long time :(
|
|
|
|
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)
|
Is it possible to share the following code files from the current directory in which the application is hosted?
1- \Website\Areas\Admin\Views\Store\Index.cshtml 2- \Website\Areas\Admin\Controllers\StoreController.cs 3- \Website\Areas\Admin\Models\StoreModels.cs
I will compare the code with my working local install to see if there is any difference.
|
|
|
|
Rank: Member
Groups: Authorized User, Developers Joined: 11/13/2018(UTC) Posts: 23
Thanks: 16 times Was thanked: 1 time(s) in 1 post(s)
|
Does this help narrow down the issue? This was what it showed after trying to save again under another console screen
|
|
|
|
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)
|
Thanks for sharing this. This will surely help us find the actual issue.
Can you please confirm if the issue occurs on page load as well or it is just appearing when you are saving the page?
|
|
|
|
Rank: Member
Groups: Authorized User, Developers Joined: 11/13/2018(UTC) Posts: 23
Thanks: 16 times Was thanked: 1 time(s) in 1 post(s)
|
IDAutomationStore.zip (23kb) downloaded 0 time(s).
|
|
|
|
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)
|
Do you have Increment Order Number field empty?? It should not be empty!
Can you please share a complete screenshot of config form?
|
|
|
|
Rank: Member
Groups: Authorized User, Developers Joined: 11/13/2018(UTC) Posts: 23
Thanks: 16 times Was thanked: 1 time(s) in 1 post(s)
|
Originally Posted by: shari Can you please confirm if the issue occurs on page load as well or it is just appearing when you are saving the page? this is what comes up when I land on the page
|
|
|
|
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)
|
Thank you. Quote:Do you have Increment Order Number field empty?? It should not be empty!
Can you please share a complete screenshot of config form?
|
|
|
|
Rank: Member
Groups: Authorized User, Developers Joined: 11/13/2018(UTC) Posts: 23
Thanks: 16 times Was thanked: 1 time(s) in 1 post(s)
|
No it is not empty but we do have order #'s that are much higher from a different store that we merged in on Able 7.0 that Naveed brought over for us.
|
|
|
|
AbleCommerce Forums
»
AbleCommerce
»
General Questions
»
Missing Save Button in Terms/Conditions
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