does it work with PAYPOINT???
does it work with PAYPOINT???
Hi Zen cart checkout experts:
I have a serious problem with the checkout function with my online store at: www.mgpsos.com. I have been using Zen cart version 1.2.5 for almost 5 years. it worked very well until it was hacked september last year. Recently, I had to repblish the store to clean up hacker's code injected to the sites. After I republished all the files, I encountered a serious problem, the checkout function doesn't work any more. Click on the checkout button will always back to the main home page. Who can help me out? For testing it out, you can use following logon info:
Website: www.mgpsos.com
User Id: detang##########################
Password: gpsonline
I'd appreciate your support, please email me at [email protected] if you have a solution.
Thank you very much in advance!
Mobile GPS Online
Detang Zhong
There are some thing wrong on http://www.notus.biz/en/.
Please have a check.
Warning: include() [function.include]: URL file-access is disabled in the server configuration in /home/Piotr/domains/notus.biz/public_html/en/index.php on line 13
Warning: include(http://www.notus.biz/en/css.php) [function.include]: failed to open stream: no suitable wrapper could be found in /home/Piotr/domains/notus.biz/public_html/en/index.php on line 13
Warning: include() [function.include]: Failed opening 'http://www.notus.biz/en/css.php' for inclusion (include_path='.:/usr/local/php5/lib/php') in /home/Piotr/domains/notus.biz/public_html/en/index.php on line 13
about us, zencart templates what we offer, zencart services online stores portfolio contact us for free quote website design portfolio zencart services, zencart templates zencart services zencart templates
Another problem, this time a discrepancy between FEC's documentation and what really happens in actuality:
Documentation.html provides the following tip, among others:
Well... renaming includes/extra_configures/checkout.php doesn't really restore the store to its previous state (default Zen-Cart multi-page checkout). Instead, upon clicking the 'checkout' button, the user is redirected to a non-existent page (index.php?main_page=FILENAME_CHECKOUT) and displays Zen-Cart's "Page Not Found" page.Fast and Easy Checkout for Zen Cart is activated by loading an extra_configures file called checkout.php before the filenames.php file. This causes definitions for the checkout links to be defined to direct customers to the new integrated checkout page. To deactivate the script without running the uninstall.sql and deleting all of the files, simply rename or delete the file includes/extra_configures/checkout.php.
After struggling with 3 such quirks, my impression is that FEC 1.8.1 is far from being mature (unlike the excellent Ceon SEO URI addon).
I have this installed an a 1.3.9d store, and it's working great, except customers who choose to COWOA are not receiving an order confirmation e-mail. Any ideas why this might be happening?
Thanks!
Danielle
Fixed this. In includes/classes/order.php, change this:
to this:function send_order_email($zf_insert_id, $zf_mode) {
global $currencies, $order_totals;
// disable for COWOA
if ($_SESSION['COWOA']) return false;
// print_r($this);
// die();
function send_order_email($zf_insert_id, $zf_mode) {
global $currencies, $order_totals;
// disable for COWOA
// if ($_SESSION['COWOA']) return false;
// print_r($this);
// die();
Danielle
Bump...This is more than likely a dumb mistake on my part, however I cannot get this modification to work. I have installed the CSS/Javascript loader, and it seems to be working fine (pretty cool performance boost, I must say). I then followed the instructions in the "documentation.html" file, to the very best of my understanding, at least. I am using version 1.3.8a and I have several mods installed, including the Ultimate SEO URLs mod. The issue that I'm running across is that the Fast and Easy Checkout interface in the admin is there, and runs just fine, but when I make any changes whatsoever...like just turning Fast and Easy Checkout ON, for example, nothing happens to the checkout process at all. It's as if there was no mod installed at all. I'm at a loss. Any ideas?
Mods installed
Zen Lightbox
Recover Cart Sales
Easy Populate
Ultimate SEO URLs
I'm forgetting some...I've been working on this store a while...I can't remember what all I've installed/experimented with over the past year and a half...![]()
Hai everybody, i am a new member to forums, so i am intereseted
and want to gain knowledge on this topics..........................thank u
Does anyone have any ideas for changing the order in which the order total is calculated? I want the shipping to be calculated LAST after discount coupons and group pricing. I currently have a 30% volume buyer discount to any purchases above $500, but the shipping is calculated BEFORE that discount, which is not what I need. I've been poking around the ot_group_pricing, tpl_checkout_stacked.php, and order_total.php, but I can't for the life of me figure out how to achieve this.
I tried changing the sort order of the order total modules in the admin panel to no avail. I believe that is merely the order in which they are displayed.