Hi I've installed fast and easy checkout on other stores with no hang-ups, but here i'm getting
1142 ALTER command denied to user '******admin'@'localhost' for table 'orders'
in:
[ALTER TABLE orders ADD dropdown varchar(50) NULL default NULL;]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
zen cart 1.3.8a and have tried both FEC 1.80 and FEC 1.8.1
I did search the forums but can't find this or how to make it work.
The only other add-on that I'm aware of being installed is Image Handler2
Please help
Hallo,
After installing this great module version 1.8.1 with cj loader-1.6, in zen cart-1.3.9c, I keep receiving the following warning:
The relevant code is the following:Code:PHP Warning: Invalid argument supplied for foreach() in includes/classes/order.php on line 778
I would appreciate your help.PHP Code:
// kuroi: trigger and details for attribute low stock email
} elseif ($attribute_stock_left <= STOCK_REORDER_LEVEL) {
$this->email_low_stock .= 'ID# ' . zen_get_prid($this->products[$i]['id']) . ', ' . $this->products[$i]['model'] . ', ' . $this->products[$i]['name'] . ', ';
//the following is line 778:
foreach($this->products[$i]['attributes'] as $attributes){
$this->email_low_stock .= $attributes['option'] . ': ' . $attributes['value'] . ', ';
}
$this->email_low_stock .= 'Stock: ' . $attribute_stock_left . "\n\n";
}
}
}
Kind regards,
orange_juice
Thanx for replying.
The path is correct: <store root>/includes/classes/order.php
This file can be found at fec/required_files/includes/classes/order.php after extracting the contents of fast_and_easy_checkout_for_zen_cart_1-8-1.zip file.
However, the message stopped when I set admin -> configuration -> e-mail options -> send low stock emails to 1. I made some purchases and then set it back to 0.
I have made some other purchases with several quantities ... and I have not seen the message yet ...
This sounds good ...
I do not know ... if I see it I will report back.
Kind regards,
orange_juice
OK, glad you got it to work. Be sure to check that Credit Cards work without any problems. I've experienced that and have read where others have too.
What is the purpose of the fec_confirmation page?
It apparently displays the message "Your order is being processed please wait..."
It just seems to add to the length of the process of checking out.
I was thinking of high-jacking this page and filling it with information about what the customer might expect when they are redirected to Paypal Express checkout to use their credit card. Note that the fec_confirmation page is apparently bypassed when a customer selects the "Check out with Paypal" button. Which is perfect, since those customers already know what to expect from Paypal.
Thanks,![]()
Last edited by split63; 31 May 2010 at 10:54 PM.
I still don't quite understand the purpose of the fec_confirmation page.
But I found that I only needed to turn off single page checkout in the configuration and then alter the tpl_fec_confirmation_default.php, inserting the text I needed.
I am facing same problem, after selecting shipping method it is not reflecting and found some js file is missing, could you tell me how can I add it . I am using canada post, when I select one shipping method ..and click on continue button ((index.php?main_page=checkout&fecaction=null ) and next page it is not refecting but it shows only default shipping method price). (I am using canada post.)
Last edited by shihabukp; 1 Jun 2010 at 10:39 AM.
Bookmarks