Ship to address at checkout |
Post Reply | Page <123> |
Author | |
RedLeafDev
Certified ProductCart Developers Joined: 12-January-2010 Location: Portsmouth, NH Status: Offline Points: 28 |
Post Options
Thanks(0)
|
If you have FTP access... pull down the shipFromSettings.asp file from the /productcart/includes/ folder. Find private const scAlwAltShipAddress and change the setting manually to "1". Then, reupload the file and let me know if that fixes it. If not, let me know what it was set to...
Amy
|
|
ProductCart
Admin Group ProductCart Team Joined: 01-October-2003 Status: Offline Points: 135 |
Post Options
Thanks(0)
|
dreamhonda, please open a support ticket.
|
|
dreamhonda
Newbie Joined: 10-December-2009 Status: Offline Points: 0 |
Post Options
Thanks(0)
|
I just did that. I no longer get the error message in the control panel regarding having to select the shipping from address, but the alt shipping address radio button won't stay selected after I save the file. The setting of scAlwAltShipAddress was 0. I changed it to 1, but it is automatically reverting back to 0 after I save the setting in control panel. This is version 3.1a if I didn't mentioned it before.
|
|
RedLeafDev
Certified ProductCart Developers Joined: 12-January-2010 Location: Portsmouth, NH Status: Offline Points: 28 |
Post Options
Thanks(0)
|
Yes, 3.1a, got it. You should submit a support ticket. But here are some other things to try. So, you verified that the permissions were correct on the includes folder, right? The next thing to check are 2 files - pcAdminRetrieveSettings.asp and pcAdminSaveSettings.asp - these files actually write the shipFromSettings.asp file that you are having an issue with. Check for comments (changes that the other developer may have made). Try to change another setting on that form and see if it "sticks". Then check to see what values are being passed from the form to the submit page. Let me know what you find.
|
|
dreamhonda
Newbie Joined: 10-December-2009 Status: Offline Points: 0 |
Post Options
Thanks(0)
|
Thanks RedLeafDev. That helps. If I don't find anything there, I'll get a ticket submitted. I am just frustrated. I'll check those files and post what I find. I am not really a developer, but know my way around lots of different codes pretty well.
|
|
dreamhonda
Newbie Joined: 10-December-2009 Status: Offline Points: 0 |
Post Options
Thanks(0)
|
RedLeafDev: I looked at both of those files. There is nothing obvious in them that would tell me there is a problem there. The code in those particular files is out of my league. Someone would have to point me to a specific line of code in this case.
|
|
dreamhonda
Newbie Joined: 10-December-2009 Status: Offline Points: 0 |
Post Options
Thanks(0)
|
P.S. to above message RedLeafDev: yes, all the includes files have read, write, execute permissions and the above files do as well.
|
|
RedLeafDev
Certified ProductCart Developers Joined: 12-January-2010 Location: Portsmouth, NH Status: Offline Points: 28 |
Post Options
Thanks(0)
|
Sorry for the delay in responding.
I actually pointed you in the wrong direction - the file that saves those settings is in the includes folder and is called PageCreateShipFromSettings.asp.
Check the following lines:
Around line 39 (give or take):
pAlwAltShipAddress=Session("pcAdminAlwAltShipAddress")
if pAlwAltShipAddress="" then pAlwAltShipAddress="0" end if Around line 143:
Body=Body & "private const scAlwAltShipAddress="&q&pAlwAltShipAddress&q&CHR(10)
If you do not see that code in the file then that is your problem. Also, are there other settings on that page that work and this is the only one that doesn't? Try checking the box for "Display product weight on the product's detail page. " and see if that "sticks".
|
|
RedLeafDev
Certified ProductCart Developers Joined: 12-January-2010 Location: Portsmouth, NH Status: Offline Points: 28 |
Post Options
Thanks(0)
|
Oh yeah, you could private message me your email address with more information if you would like me to look at the files for you.
|
|
dreamhonda
Newbie Joined: 10-December-2009 Status: Offline Points: 0 |
Post Options
Thanks(0)
|
|
|
Post Reply | Page <123> |
Tweet
|
Forum Jump | Forum Permissions 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 |