

ansa
Members-
Content count
41 -
Joined
-
Last visited
Profile Information
-
Real Name
Andrew
-
Location
Ontario, Canada
-
1136 - Column count doesn't match value count at row 1 error
ansa replied to lelijk's topic in General Add-Ons Support
For me works: dustins81's advise Thanks a lot ;) Andrew -
Hi All, The store is running one year without major problems. Recently I noticed that Pay Pal charges right amount for orders including taxes but completely ignores shipping costs. I tested it and before order goes to Pay Pal gate include shipping cost – TOTAL is right, but on the Pay Pal side shipping ( costs) is missing. Any advise? Thanks , andrew
-
New UPS XML Shipping Module available
ansa replied to torinwalker's topic in General Add-Ons Support
Thank you JanZ! Andrew -
New UPS XML Shipping Module available
ansa replied to torinwalker's topic in General Add-Ons Support
Hi everyone, I set the methods of shipping to: Disallowed Shipping Methods Next Day Air, Worldwide Express, Worldwide Express Plus, Worldwide Expedited, Next Day Air Saver, Next Day Air Early A.M., 2nd Day Air A.M., Saver, Express Early A.M., Express Plus Means client choices should be: 2and Day Air Ground Express Standard 3 Day Select Expedited But I am able to see only: Standard and 3Day Select. No matter what I do, I never get desired shipping methods. What should I do? Andrew -
Make sure that you entered for CanadaPost Server IP: sellonline.canadapost.ca:30000 Andrew
-
New UPS XML Shipping Module available
ansa replied to torinwalker's topic in General Add-Ons Support
Thanks ! No more missing table Andrew -
New UPS XML Shipping Module available
ansa replied to torinwalker's topic in General Add-Ons Support
Hi JanZ , Yes it is declared: in database_tables.php - define('TABLE_PACKAGING', 'packaging '); but anyway I am getting this error. Yes it goes about the curl_init, but I can’t find it at all in the Server info. There is nothing even close to the “curl” name . What should be the exact heading name? I am on a dedicated server, than should be not problem to turn it ON if only I know what I should ask for. Thanks Andrew -
New UPS XML Shipping Module available
ansa replied to torinwalker's topic in General Add-Ons Support
The Module is (probably) excellent - if works. The SQL file install-upsxml creates “packaging” table ( CREATE TABLE packaging), but the declaration and Error are looking for table_packaging . Is that right? I changed the name of the packaging table to “table_packaging” and my error 1146 - Table 'db_database.table_packaging' doesn't exist , is gone, but different one : Call to undefined function: cur_int() ; popup. Is there something, I am missing? Andrew -
New UPS XML Shipping Module available
ansa replied to torinwalker's topic in General Add-Ons Support
1146 - Table 'db_database.table_packaging' doesn't exist select *, (package_length * package_width * package_height) as volume from TABLE_PACKAGING order by volume; I can't find right answer . Thanks in advance -
I am not sure about the rightness of this, but in the line 577 I deleted: $info $bInfo_array = array_merge($pages, $info); $bInfo = new objectInfo($bInfo_array); } all seems to work fine. Any suggestion?
-
Hi, I installed the Extra Infos Page Manager, and got errors : Warning: array_merge() [function.array-merge]: Argument #2 is not an array in C:\Inetpub\wwwroot\site_name \extra_info_pages.php on line 577 Warning: reset() [function.reset]: Passed variable is not an array or object in C:\Inetpub\wwwroot\site_name\admin\includes\classes\object_info.php on line 29 Warning: Variable passed to each() is not an array or object in C:\Inetpub\wwwroot\site_name\admin\includes\classes\object_info.php on line 30 How to fix them ? Andrew
-
[Contribution] Header Tags Controller for Admin MS 2.2
ansa replied to Farrukh's topic in General Add-Ons Support
Hi Jack, includes/header_tags.php caused the problem . Thanks again for the great support ! :thumbsup: Andrew -
[Contribution] Header Tags Controller for Admin MS 2.2
ansa replied to Farrukh's topic in General Add-Ons Support
No I am not using STS. I try to keep it simple, and installed only a few contribution. The most recent one was Ultimate_SEO_urls, and google site map. I am on IIS server. Andrew -
[Contribution] Header Tags Controller for Admin MS 2.2
ansa replied to Farrukh's topic in General Add-Ons Support
Hi Jack, Yes I made changes to heed section and also all files in Admin>>Header Tags >>Text Control are black, index as well. Andrew -
[Contribution] Header Tags Controller for Admin MS 2.2
ansa replied to Farrukh's topic in General Add-Ons Support
Hi Jack , Thanks for your prompt response . Admin side works fine. I am able to write and later on to update: a Title , Description and Keywords. Shop side doesn’t work. Andrew