Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
picandnix
You won't unless you disable the 'no account' option of FECin your admin area. .
where is exactly it is on admin area ?
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
jennydutch
where is exactly it is on admin area ?
From memory, so don't quote me on it, configuration-FEC (or similar, but definitely under configuration dropdown menu).
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
jennydutch
where is exactly it is on admin area ?
jenny,
once you find the gID, you would need to select GUEST CHECKOUT tab.
1 Attachment(s)
Re: Fast and Easy Checkout for Zen Cart
i did..
Attachment 13999
still
index.php?main_page=checkout&fecaction=null
how can i remove &fecaction=null
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
jennydutch
i did..
Attachment 13999
still
index.php?main_page=checkout
&fecaction=null
how can i remove
&fecaction=null
For what reason do you want to remove it?
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
Design75
For what reason do you want to remove it?
i thought my site got a problem that why it appear ... &fecaction=null
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
jennydutch
i thought my site got a problem that why it appear ... &fecaction=null
No it should be there. FEC uses it for something
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
Design75
No it should be there. FEC uses it for something
ok thank for clear answer
Re: Fast and Easy Checkout for Zen Cart
i am still trouble shooting this problem.... any help would be appreciated...
it looks like the console is throwing an error on:
check_form is not defined.
which suggests that their is a problem in the order of loading of the jquery files. however i am not sure which of the check_form functions, this script should be using...
i am getting to the end of quick_checkout.php where the last line is:
$zco_notifier->notify('NOTIFY_MODULE_END_NO_ACCOUNT');
but i am now not sure where this should be going... again any help would be appreciated.
Re: Fast and Easy Checkout for Zen Cart
I have a question about version 1.10.0
I'm using zen-cart 1.5.1
I have one page checkout set to true and display in split column to true.
I am looking for the php files that are used to display the final checkout page.
index.php?main_page=checkout
Ideally I would like to get these files to use ajax to reload the shopping cart when a redemption code is updated or a delivery method is changed. Any help on getting this going would be greatly appreciated!