Page 107 of 218 FirstFirst ... 75797105106107108109117157207 ... LastLast
Results 1,061 to 1,070 of 2177
  1. #1061
    Join Date
    Sep 2010
    Posts
    129
    Plugin Contributions
    0

    Default 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);
    ?>



    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

  2. #1062
    Join Date
    Oct 2006
    Posts
    7
    Plugin Contributions
    0

    Default 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!

  3. #1063
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by zhenjie View Post
    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..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  4. #1064
    Join Date
    Sep 2010
    Posts
    129
    Plugin Contributions
    0

    Default 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. Good Luck!

  5. #1065
    Join Date
    Sep 2010
    Posts
    129
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Useful info on FEC and CAPTCHA on this thread

    http://www.zen-cart.com/forum/showthread.php?t=166654
    Silver Jewellery

    RESPECT to the Zen Cart Team, I'm PERFECTLY Zenned!

  6. #1066
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by zhenjie View Post
    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???
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  7. #1067
    Join Date
    Mar 2010
    Posts
    196
    Plugin Contributions
    0

    Default 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...

  8. #1068
    Join Date
    Mar 2010
    Posts
    196
    Plugin Contributions
    0

    Default 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

  9. #1069
    Join Date
    Mar 2010
    Posts
    196
    Plugin Contributions
    0

    Default 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:-)

  10. #1070
    Join Date
    Mar 2010
    Posts
    196
    Plugin Contributions
    0

    Default 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:-)

 

 

Similar Threads

  1. Replies: 4
    Last Post: 25 Jan 2012, 07:37 PM
  2. Fast and Easy Checkout - Checkout Without Account not showing
    By Lee-oh in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 3 Feb 2010, 05:09 PM
  3. Go To Checkout Error - with Fast and Easy Checkout installed
    By RFree190 in forum General Questions
    Replies: 3
    Last Post: 10 Mar 2009, 07:08 AM
  4. checkout page not redirect (Fast and Easy Checkout module)
    By wowemall in forum Addon Templates
    Replies: 0
    Last Post: 27 Sep 2008, 02:36 PM
  5. Fast and Easy Checkout
    By cmes in forum General Questions
    Replies: 5
    Last Post: 15 Feb 2008, 04:07 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR