Re: Fast and Easy Checkout for Zen Cart
After HOURS of comparing code I found my error.
the top lines under the comment should be
<?php
require(DIR_WS_MODULES.'craftyclicks/crafty_html_output.php');
echo tep_crafty_script_add('create_account', 1);
?>
NOT:
<?php
require(DIR_WS_MODULES.'craftyclicks/crafty_html_output.php');
echo tep_crafty_script_add('address', 1);
?>
:blush::blush::blush:
LESSON:
Dont take any code for granted, follow steps EXACTLY as specified like a robot!
And as I heard from a VERY wise women a certain *DIVA* most add on errors are due to simple install issues, missing files, misplaced files and in this case wrong code copied into files.
I GOT IT :clap:
Re: Fast and Easy Checkout for Zen Cart
Hi guys, just installed Fast and Easy Checkout on a new ZC install. I think I stuffed up and must have overridden some of the tempalte files.
When I goto the checkout screen, the titles and headings are not correctly displaying.
It would just show names like
"Heading_TITLE_ORDER_TOTAL"
"TABLE_HEADING_SHOPPING_CART"
"HEADING_TITLE_SHIPPING"
Would appreciate if someone could tell me which file I didn't upload or overrode incorrectly.
The contribution is working great otherwise!
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
zhenjie
Hi guys, just installed Fast and Easy Checkout on a new ZC install. I think I stuffed up and must have overridden some of the tempalte files.
When I goto the checkout screen, the titles and headings are not correctly displaying.
It would just show names like
"Heading_TITLE_ORDER_TOTAL"
"TABLE_HEADING_SHOPPING_CART"
"HEADING_TITLE_SHIPPING"
Would appreciate if someone could tell me which file I didn't upload or overrode incorrectly.
The contribution is working great otherwise!
Most likely you didn't upload the language files correctly..
Re: Fast and Easy Checkout for Zen Cart
Fast and Easy checkout for me was one of the most complicated installs since so many files are involved.
Since you have a brand new Zen Cart install I recommend that you start from scratch. Just delete everything, replace the zen cart files (which is easy....) then go and copy each FEC file individually into the correct directory, one by one, that way you know you are keeping the right folder structure and aren't missing any files.
I never just amend files and upload a whole folder I always have 2 windows open and keep going back and forth copying and pasting each file from the Mod folders to the ZenCart folders until I'm done.
I still make mistakes with files, but rarely, this is almost 100% dummy proof. :P Good Luck!:cool:
Re: Fast and Easy Checkout for Zen Cart
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
zhenjie
Hi guys, just installed Fast and Easy Checkout on a new ZC install. I think I stuffed up and must have overridden some of the tempalte files.
When I goto the checkout screen, the titles and headings are not correctly displaying.
It would just show names like
"Heading_TITLE_ORDER_TOTAL"
"TABLE_HEADING_SHOPPING_CART"
"HEADING_TITLE_SHIPPING"
Would appreciate if someone could tell me which file I didn't upload or overrode incorrectly.
The contribution is working great otherwise!
This is indicative of missing language files.. Did you rename ALL the YOUR_TEMPLATE folders there???
Re: Fast and Easy Checkout for Zen Cart
I just tried to install this module,but all I get iss blank white page on the checkout...I mean it is not all blank, I have my header,sideboxes ,but the place in the middle of the page is just white...I do not know why is it so:-(Any idea on it?I use latest vesion of zen cart.what does "loading an extra_configures file called checkout.php before the filenames.php file" mean? I went through all 4 steps of Installation (Zen Cart 1.3.8+)...
hwen I was installing Install CSS JS Loader by Rubik Integration there was step 5:
Please note that this module contains the file “includes/templates/YOUR_TEMPLATE/common/html_header.php”, if you have a file in the same folder you may want to merge the content of the 2 files. (If you have been using Zencart's coding standards then more than likely you should not have this file here).
I had this html_header.php file there and did not merged them. could this be a reason?
Do we need to install previous sql update files from this module?Any help will be appreciated. this module...
Re: Fast and Easy Checkout for Zen Cart
it is working now:-)I have just coppied some files intto the wrong place,sorry:-)I will test it
Re: Fast and Easy Checkout for Zen Cart
Hello everyone,
I have installed this addon and I tried to change it for my shop... I have the latest version of ZC. I faced 2 problems at the moment:
on the checkout confirmation page under Delivery/Shipping Information-->Shipping Method is Ship within Australia (standard) is chosen but below under Shopping Cart Contents I see only price of the item, tax and total. The shipping cost is calculated in total price but not shown there like shipping costs 10 $...and one more thing I just found is when i want to change shipping method,I have shosen another one,but shopping cart contents after that are same and under shipping method there old choice is still listedhow should i fix that?I followed the instructions in file order_total_class_edit but there is no effect from it. Can anyone help me please?
do I need to install previous sl updates?
I can't find file chekout confirmation file for this addon.where can I find the file anyone has any idea?thanks:-)
Re: Fast and Easy Checkout for Zen Cart
I looked in this thread and searched in the forum, some people had similar problem. Did anyone found a solution? Do I need to install previous sql updates? How can I just make my shipping cost to be shown when totals are calculated? And where can I find shopping cart contents code?I would like to change some names in there, like tax name:-)Please help me, maybe with a link to a similar post:-)