I am using two payment module and both have sort order 0. There is no issue with shipping module, I am using flat shipping. Yes, I have non-shared ssl.
Printable View
Only a few steps more to be success. (Almost the same of #1670)
The "Fast and Easy Checkout Configuration" page still didn't showed content but only got save changes and cancel button.
Attachment 13468
Below is line 234-237 of configuration.php, which control every save changes and cancel button in configuration. (like the capture above).
PHP Code:
<div class="mod-buttons">
<button class="mod-buttons-call"><?php echo TEXT_BUTTON_SAVE_CHANGES; ?></button>
<a href="<?php echo zen_href_link(FILENAME_CONFIGURATION, 'gID=' . $_GET['gID']); ?>" class="mod-buttons-second"><?php echo TEXT_BUTTON_CANCEL; ?></a>
</div>
However, I couldn't figure out where is the content code of the form and why it's no show......
Quote:
Step 11. In the Admin Panel, go to Configuration->Fast and Easy Checkout Configuration and set "Easy Sign-Up and Login" to true.
Step 12. In the Admin Panel, go to Configuration->Fast and Easy Checkout Configuration and Enable the mod by setting "Fast and Easy Checkout" to true.
Since I can't change the status of both step 11 & 12, I decided to change it by code (like below), but nothing happen:
Below: administrator>includes>installers>fec>new.php
Line 18
Line 28PHP Code:
('Fast and Easy Checkout', 'FEC_STATUS', 'true', 'Activate Fast and Easy Checkout? (note: Easy Sign-up and Login must be disabled separately)', " . $configuration_group_id . ", 10, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
PHP Code:
('Easy Sign-Up and Login', 'FEC_EASY_SIGNUP_STATUS', 'true', 'Activate Easy Sign-Up and Login?', " . $configuration_group_id . ", 20, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
Could anyone figure out a way to do this? :yes: Either one solution of below:
1.) Display the content of "Fast and Easy Checkout Configuration" page
2.) change the "Fast and Easy Checkout Configuration" page status through coding
Many Thanks,
Eva
No reply......
Any Suggestions? :huh:
Have you changed where it says YOUR_ADMIN to to your admin directory and YOUR_TEMPATE to your template directory?
There are three place you have to change YOUR_TEMPLATE
Your Catalog > includes/languages/english/YOUR_TEMPLATE
Your Catalog > includes/languages/english/extra_definitions/YOUR_TEMPLATE
Your Catalog > includes/templates/YOUR_TEMPLATE
And of course change the YOUR_ADMIN
Some of the Plugins I was using cause problems installing fec.
I had to install css_js_loader first and then fec before I installed other mods.
I have a quick question, I have a client using this plugin which we love, but the issue is when someone goes to the login page, all they need is an email address. If you put the email and no password of any account, it will show the history of that email address. I have looked multiple places to change this and I do not see it. Im sure its been answered but is there a way to make them need a password to see the account history?
The plugin has been updated.