Search:

Type: Posts; User: JTheed

Page 1 of 8 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    18
    Views
    5,159

    Re: Shipping with FedEx Web Services

    It seems that FedEx returns Contract or Account Rates on International Shipping and List Rates on National Shipping.
    In order to correct for this, coding will be required as far as I can tell.
  2. Replies
    18
    Views
    5,159

    Re: Shipping with FedEx Web Services

    Does anyone know how to make this module return the List Rates instead of Contract Rates? This question has been asked on the Numinix site several months ago and was never answered.
  3. Replies
    31
    Views
    8,738

    Re: Add Shipping Telephone Support Thread

    Did you use the prefix zen when you created your store? Possibly you need to add zen_ to the beginning of all of them then.


    ALTER TABLE zen_address_book ADD entry_telephone VARCHAR( 32 ) NULL...
  4. Replies
    31
    Views
    8,738

    Re: Add Shipping Telephone Support Thread

    Try it without the zen_ at zen_address_book so it should be:

    ALTER TABLE address_book ADD entry_telephone VARCHAR( 32 ) NULL AFTER entry_lastname

    JT
  5. Replies
    398
    Views
    55,739

    v139c Re: COWOA - Updated and Combined

    Look in the file /includes/templates/YOUR_TEMPLATE/templates/tpl_checkout_payment_default.php. Look for this line of code.


    if ($COWOA && ($_SESSION['cart']->show_total() == 0)) {
    ...
  6. Replies
    185
    Views
    32,212

    Re: CAPTCHA Anti-Robot Mod

    Oxxyfx and fontaholic,

    Did you rename the folders under includes/modules/YOUR_TEMPLATE and includes/templates/YOUR_TEMPLATE to the actual name of your template that you are using?
    Did you verify...
  7. Replies
    398
    Views
    55,739

    v139c Re: COWOA - Updated and Combined

    I turn the right column off in that screen to give it room.

    JT
  8. Replies
    398
    Views
    55,739

    v139c Re: COWOA - Updated and Combined

    Thanks for the fix... Downloaded the zip file and it is empty!

    Do you have the Zen Cart Free Charge Card enabled?
  9. Replies
    185
    Views
    32,212

    Re: CAPTCHA Anti-Robot Mod

    Thanks for the update. I turn off the right column to give it more room, but your way is better.

    JT
  10. Replies
    398
    Views
    55,739

    v139c Re: COWOA - Updated and Combined

    I believe it's in includes/templates/YOUR_TEMPLATES/templates/tpl_checkout_payment.php. Look for a line near the beginning that checks to see if the cart total is 0 and if so, redirect to the...
  11. Replies
    185
    Views
    32,212

    Re: CAPTCHA Anti-Robot Mod

    I may be wrong, but I don't think that the pages folder are part of the override system. What do you think they are saying in this tutorial.
    ...
  12. Replies
    185
    Views
    32,212

    Re: CAPTCHA Anti-Robot Mod

    Did you get this working?

    JT
  13. Replies
    185
    Views
    32,212

    Re: CAPTCHA Anti-Robot Mod

    It is meant to REPLACE the original files as the spam prevention is in the file under modules/YOUR_TEMPLATE/tell_a_friend.php.

    If you look in that file you will see the same Spam Prevention code...
  14. Replies
    398
    Views
    55,739

    v139c Re: COWOA - Updated and Combined

    Put the new code right between those 2 lines
    that start with <td class="dataTableContent"
  15. Replies
    398
    Views
    55,739

    v139c Re: COWOA - Updated and Combined

    I think this code never got entered. Here is a quick and dirty solution.

    In you Admin/customers.php file around line 1167 look for this code


    <?php } ?>
    <td...
  16. Replies
    1,018
    Views
    148,507

    v139h Re: Super Orders v3.0 Support Thread

    Sorry for the delay in answering, I have been swamped at work.

    If you have a Green Icon and you click on it, it will set the download to expired and replace it with a yellow icon. If the icon is...
  17. Replies
    398
    Views
    55,739

    v139c Re: COWOA - Updated and Combined

    What are you running your Zen Cart on? Is it an actual Server or one of those Wamp Servers?

    The problem is not at that line as it has nothing to do with COWOA. You may have left off one of the {...
  18. Replies
    398
    Views
    55,739

    v139c Re: COWOA - Updated and Combined

    It seems that you have left out the code where it kills the COWOA's session, as it should be killing it after a purchase, and there should be NO MY Account page for a COWOA customer as they have NO...
  19. Replies
    398
    Views
    55,739

    v139c Re: COWOA - Updated and Combined & Superorders

    Actually, in super_orders.php, there are only two entries for COWOA

    Look for
    $check_status = $db->Execute("select customers_name, customers_email_address, orders_status,
    ...
  20. Replies
    398
    Views
    55,739

    v139c Re: COWOA - Updated and Combined

    // is nothing more than a comment line. They won't effect anything.

    I am not the one who originally wrote this mod, just made some changes and have been supporting it. The // lines were put in by...
  21. Replies
    398
    Views
    55,739

    v139c Re: COWOA - Updated and Combined

    Thanks...
    There are actually a few more than that. I didn't really update the install.txt file as I should the last go round. I just made the mod go by the override rules wherever I could. Next...
  22. Replies
    398
    Views
    55,739

    v139c Re: COWOA - Updated and Combined

    Looking at it now, that INSTRUCTION should have been erased. If you do not have any Modified Template, rename YOUR_TEMPLATE to classic, which is the default Zen Cart template.
  23. Replies
    398
    Views
    55,739

    v139c Re: COWOA - Updated and Combined

    This usually happens when you don't add them to your template folder. If you do not have templates other than the original, then rename YOUR_TEMPLATE to classic.
    Also check to make sure you have...
  24. Replies
    398
    Views
    55,739

    v139c Re: COWOA - Updated and Combined

    The status emails are in the file /includes/functions/extra_functions/super_orders_functions.php You will have to merge the email code from the admin/orders.php into the super_orders_functions.php.
  25. Replies
    398
    Views
    55,739

    v139c Re: COWOA - Updated and Combined

    Can't help with the information you have provided.
  26. Replies
    398
    Views
    55,739

    v139c Re: COWOA - Updated and Combined

    You must have merged something incorrectly and this is why you are getting the blank screen. Did you check for error logs in your cache folder?
  27. Replies
    185
    Views
    32,212

    Re: CAPTCHA Anti-Robot Mod

    Check to make sure that the file anti_reg_filenames.php is in the /includes/extra_datafiles location as it defines the tables. You will see in this file that is it defined as anti_robotreg: ...
  28. Replies
    398
    Views
    55,739

    v139c Re: COWOA - Updated and Combined

    Ah, no problem. I'm glad you found it. I use Super_Orders too!
  29. Replies
    398
    Views
    55,739

    v139c Re: COWOA - Updated and Combined

    Did you turn on Enable Order Status in the COWOA Configuration screen?
    This is it's own program. under include/modules/pages/order_status/header_php.php and...
  30. Replies
    185
    Views
    32,212

    Re: CAPTCHA Anti-Robot Mod

    Maybe in someone else's version but I am looking at mine and in tpl_modules_create_account.php at line 189 and it is there, not in create_account.php . Also, in my current version create_account.php ...
  31. Replies
    31
    Views
    8,738

    Re: Add Shipping Telephone Support Thread

    Yes, It should work fine in 1.38a
  32. Replies
    398
    Views
    55,739

    v139c Re: COWOA - Updated and Combined

    Look to make sure that the files in this folder were installed.
    install\includes\languages\english\extra_definitions

    There are 3 files located here that define the order steps.
  33. Replies
    398
    Views
    55,739

    v139c Re: COWOA - Updated and Combined

    Link to your site?
  34. Replies
    398
    Views
    55,739

    v139c Re: COWOA - Updated and Combined

    The code is in includes/classes/order.php but was not changed from the original code.

    This is defined in the file email_extras.php located under admin/includes/languages/english


    ...
  35. Replies
    398
    Views
    55,739

    v139c Re: COWOA - Updated and Combined

    That line can be removed. It was some left over code. Good Catch.
  36. Replies
    398
    Views
    55,739

    v139c Re: COWOA - Updated and Combined

    Would probably be best to remove the modified files as well in case FEC does not overwrite them.
  37. Replies
    398
    Views
    55,739

    v139c Re: COWOA - Updated and Combined

    It will not cause a problem. Someone just didn't want the MY Account to show up on the page. If you do not want it to show up, try using the Admin/Tools/Developers Tool Kit, and look for ...
  38. Replies
    2,019
    Views
    431,346

    Re: Super Orders 2.0

    Possibly you had a mod that created this field. Run the uninstall_super_orders_sql.sql first, then run the super_orders_sql.sql file after and see if the error is gone.
  39. Replies
    185
    Views
    32,212

    Re: CAPTCHA Anti-Robot Mod

    The easiest way for you to correct this would be to delete it all from your database.

    BACKUP your DATABASE FIRST!!

    Edit the UnInstall_CAPTCHA.sql file and remove the LIMIT 1 from this line...
  40. Replies
    185
    Views
    32,212

    Re: CAPTCHA Anti-Robot Mod

    You probably have 2 entries in your database configuration_group table. You will have to edit your database and find the 2nd CAPTCHA Validation entry and delete it.

    To get the correct one, note...
  41. Replies
    2,019
    Views
    431,346

    Re: Super Orders 2.0

    Did you change the filenames.php in the includes folder? You have to tell it that define('FILENAME_ORDERS', 'super_orders'); is now define('FILENAME_ORDERS', 'orders');
  42. Replies
    185
    Views
    32,212

    Re: CAPTCHA Anti-Robot Mod

    There should be one under includes/modules/YOUR_TEMPLATE

    If not, then download the latest one from My Mods Site and update your files with that one.
  43. Replies
    185
    Views
    32,212

    Re: CAPTCHA Anti-Robot Mod

    Is it possible that you have more than one template and it's not getting into the correct one?
  44. Replies
    185
    Views
    32,212

    Re: CAPTCHA Anti-Robot Mod

    Ok, once again. Make sure you have renamed BOTH folders from YOUR_TEMPLATE in the modules and templates folder to whatever the name of your template is. If no custom template, it would be classic.
    ...
  45. Replies
    398
    Views
    55,739

    v139c Re: COWOA - Updated and Combined

    I went to your site and manually entered the page that should come up and it doesn't, so that tells me that it's either not there or not where it is supposed to be. There is a YOUR_TEMPLATE Folder...
  46. Replies
    398
    Views
    55,739

    v139c Re: COWOA - Updated and Combined

    Did you rename the YOUR_TEMPLATE in the modules and templates folder to the name of your template, even if you don't have a custom one, they should be renamed to classic.
    Lastly, did you turn it on...
  47. Replies
    185
    Views
    32,212

    Re: CAPTCHA Anti-Robot Mod

    Did you just copy the files or merge them in? If you just copied them in, then possibly one did not get copied. best to rename the originals and them copy the new ones in and when it works, you can...
  48. Replies
    3
    Views
    735

    Re: My COWOUA module is not working

    If you do not have new templates, then YOUR_TEMPLATE should be renamed to classic as this is YOUR_TEMPLATE.

    Also, make sure you have the latest version which is 2.0C1.

    Lastly, there is a...
  49. Replies
    398
    Views
    55,739

    v139c Re: COWOA - Updated and Combined

    If you have Version C1, then the only files that touch CORE files are the 1st 14 and this is because changes have been added to the CORE files and I do not think you can use the override system for...
  50. Replies
    398
    Views
    55,739

    v139c Re: COWOA - Updated and Combined

    Strange that it doesn't show on my Templates. It must be something that you have turned on that I don't. Either way, glad you found a fix for it.
Results 1 to 50 of 356
Page 1 of 8 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR