Hello,
I have the price based shipping option but am unable to get it to work correctly. I have set up United Kingdon as a country and then go into additional settings and enter in the box the rates for United Kingdom. I have used the example rates of 5:10.00,7:12.00. I turn status on and save, then press Go. This then takes be back to the last menu. If I then click on United Kingdom again to check my rates, I find the box is empty.
Any Ideas why this does not save the rates?
Thankyou !
Hello.
Do you have any errors in AbanteCart error log?
Hello,
Thanks for your reply.
I have just checked my error logs and found a few. As I am new to AbanteCart I am not really sure what the errors really mean. I have pasted them in below. Do you think these errors need looking into ?
2014-02-05 3:51:37 - App Warning: AbanteCart core v.1.1.8 Warning: Accessing store with unconfigured or unknown domain ( sunpools.co.uk/index.php/ ).
Check setting of your store domain URL in System Settings . Loading default store configuration for now. in /home/twinspec/public_html/sunpools.co.uk/core/lib/config.php on line 169
2014-02-05 20:38:45 - database error: AbanteCart core v.1.1.8 Error: MySQL server has gone away<br />Error No: 2006<br />UPDATE tyx_currencies
SET value = '1.00000',
date_modified = NOW()
WHERE code = 'GBP' in <b>/home/twinspec/public_html/sunpools.co.uk/core/database/mysql.php</b> on line <b>114</b>
2014-02-05 21:10:16 - warning: AbanteCart core v.1.1.8 Invalid argument supplied for foreach() in <b>/home/twinspec/public_html/sunpools.co.uk/admin/controller/responses/common/resource_library.php</b> on line <b>405</b>
Thanks again for your help.
This looks like your mysql database issue.
Check this:
http://stackoverflow.com/questions/7942154/mysql-error-2006-mysql-server-has-gone-away
Thanks for the info. I will look into it this.