Search:

Type: Posts; User: ebusinessman

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Re: Skipping both shipping and payment options

    fast and easy checkout module

    but I guess you need a webmaster to help you install it, if I am not wrong, about 12 to 15 files conflicts with existing files, and one is shopping_cart.php
  2. Re: Cant Log in to Admin since server upgrade .....PLEASE HELP

    admin/includes/configure.php

    input your new database information
    user
    password
    database
    host

    etc.
  3. Re: Checkout Limit Per Customer [Release and Support]

    The core code located at checkout_shipping page, you need to move it to checkout_payment page.

    If you understand how to code php script, it should b easy.
  4. Re: Checkout Limit Per Customer [Release and Support]

    It's available to be downloaded from here:

    http://www.zen-cart.com/index.php?main_page=product_contrib_info&cPath=40_47&products_id=1908

    Happy Zenning...!
  5. Replies
    10
    Views
    1,907

    Re: Possible Sermepa payment module problem

    congratulations, that's something I thought of.

    $_SESSION['cart']->reset(true) here must have a true.

    Then we can assume sermepa_process.php takes care of checkout process, rather than...
  6. Replies
    10
    Views
    1,907

    Re: Cart empties after checkout but is full again when logging in

    find file:
    includes/modules/pages/checkout_process/header_php.php

    line 19:
    $_SESSION['cart']->reset(true);

    to see if it has "true" there.

    if yes, then you have to check:
  7. Replies
    6
    Views
    1,060

    Re: can anyone help me with this please

    /admin/includes/languages/english.php


    Line #21 : define('DATE_FORMAT_LONG', '%A %d %B, %Y'); // this is used for strftime()


    see if this has a problem. if you can't find it, add the above...
  8. Re: Help! Why is my About Us content overlapping?

    admin built in html editor does not allow paste (I see popup alert).

    So you can use WordPress html editor, it can paste Word format text and remove the styling stuff, then you can copy the source...
  9. Replies
    5
    Views
    1,013

    Re: Exclude home country

    first time to know this, thanks Ajeh
  10. Replies
    5
    Views
    1,013

    Re: Exclude home country

    use php to detect if country name meets your home country, if yes, don't display it.

    should be easy.
  11. Replies
    4
    Views
    976

    Re: Problems with external pages and session id

    add session id to the link should be okie for you
  12. Replies
    7
    Views
    849

    Re: Urgent help

    dear, you must deleted index.php

    copy a new one to fix it.
  13. Replies
    8
    Views
    782

    Re: Forgot Password

    check your admin setting of email: Admin->Configuration->Email

    if that does not help, you have to check the header_php.php of forgot password page to see if zen_mail is working.

    As you said,...
  14. Replies
    3
    Views
    523

    Re: Optional 2nd email

    there is already a module support this feature

    it validates the email address...search tutorial, add-ons, and forum before you do something big
  15. Re: Shipping Cost higher for some items only

    yep, if some bucks can solve the problem, it worth 36 hours.

    does ceon install or customize this?
  16. Re: Cant make changes in admin after move

    extra space does not necessarily to be the page you are visiting

    zencart is using index.php to control all sub modules, therefore, any file that has extra space may result in the same problem....
  17. Re: Cant make changes in admin after move

    try to register a new account to see if you have got the email sent.

    I got stuck there sometimes without email sent even account is created.
  18. Re: Orders page missing customer, shipping and billing fields

    try to use the lasted orders.php to replace your existing one. (backup firstly)
  19. Re: Cant make changes in admin after move

    you are welcome, dude
  20. Re: Blank Page Step 3 Order Confirmation page

    use tools of course. there are tools in linux which check this.
  21. Checkout Limit Per Customer [Release and Support]

    If you want to set checkout order total limit for each customer, this is the solution. It does the following things:

    1. if a limit is set for a customer, under this limit, customer can't checkout...
  22. Re: Can ZC communicate with other software?

    that's true, specific is not a problem, if it's too complex...we have to walk the way by our feet

    but as long as there's a help, it's good.
  23. Re: Can ZC communicate with other software?

    well, that's huge number. I always got my answers if it's a common problem. But if it's too specific and in the fields of communicating with other sites, software, I'll have to wait a long time...
  24. Re: Cant make changes in admin after move

    isntall the latest security patches may help you.

    you may have seen this due to upgrade or site migration.
  25. Re: Blank Page Step 3 Order Confirmation page

    maybe another typical "Blank Page" problem. You may need to fix the blank characters at the end of every php file.

    search tutorial to find this section. I happen to deal this several time with...
  26. Re: Orders page missing customer, shipping and billing fields

    use phpmyadmin to check if order products are recorded, if yes, it's a problem of you zc admin side; if not, it's checkout process side.
  27. Re: Can ZC communicate with other software?

    it's complex, but still possible. You need an extended registration page and custom checkout process accordingly.

    Find an experienced coder to do this. No guys here can do this within an expected...
  28. Replies
    4
    Views
    746

    Re: Table shipping

    http://www.zen-cart.cn/shipping-modules/ems-shipping-module

    this is the link, use google translate to read it

    or you can download directly:
    ...
  29. Replies
    4
    Views
    746

    Re: Table shipping

    it seems to be China based shipper, find out www.zen-cart.cn to see if there's such a module named as EMS
  30. Replies
    6
    Views
    1,060

    Re: can anyone help me with this please

    you missed languages file
  31. Re: Get price 'limit' for proportional rate

    where's your site? can't see how you set it up.

    use table rate and freeshipper
  32. Re: Maximum shipping fee for a specific zone

    then custom code seems to work it out, 66.7% chance to use this way as you said.
  33. Replies
    4
    Views
    690

    Re: Free Shipping to 1 US State

    oh, dear, that's 5 months
  34. Replies
    4
    Views
    626

    Re: Delivery Signature

    yes, it's possible. I am interested in how can you ask UPS postman to get the signature?
  35. Replies
    4
    Views
    638

    Re: Checkout Page Shipping Part Question

    includes/languages/english/checkout_shipping.php

    find this, or you can use developer tool kit to locate it
  36. Re: Need to set default shipping method to FedExGround

    I am afraid set sort order won't help. Shipping modules works like this: it always select the cheapeast option.

    Therefore, you can use a small code to force fedexground to be selected.

    Let me...
  37. Re: Shipping Cost higher for some items only

    hmm...your zone shipping module is working great except it can not detect those special items, which are heavy.

    So I suggest you to make some changes to the existing zone module to do the...
  38. Re: PAYMENT_TEXT_DESCRIPTION in account hoistory

    this is the most creative idea I have ever seen.

    how did you get this idea, dude? great idea!

    customer see order history text, all these text are stored in database. You may need some codes to...
  39. Replies
    10
    Views
    1,151

    Re: Checkout issues

    seem to have error codes in your script.

    find a coder to sort that out.
  40. Replies
    4
    Views
    690

    Re: Free Shipping to 1 US State

    right, freeshipper must be used here.

    how can I become totally zenned? :-P
  41. Replies
    4
    Views
    626

    Re: Delivery Signature

    do you mean text signature or image signature?

    No modules does this job by far, but you can make it anyway.
  42. Re: Different Postage Costs For Different Suppliers

    aha, it's in fact an easy problem.

    suppliers, I guess manufacturers. As long as a product has a supplier, then it's easy to distinguish it from the first supplier or the second.

    Then you can do...
  43. Re: Looking for Manual Shipping Quote module

    good idea. it's possible:

    1. customer make an order, at checkout shipping page, he/she see an new shipping module "Custom Quote"
    2. when this module is selected, the order does not proceed, but...
  44. Re: Loosing Shipping Cost on Page 2 of Checkout

    real master
  45. Re: Maximum shipping fee for a specific zone

    which module does not matter

    you need the total shipping fee has a max value for specific zones (country or state), right?

    Then I guess you can add some customization code in checkout_shipping...
  46. Re: Shipping Weights NOT compounded correctly

    check if the qty was multiplied by the weight

    search "weight" using your editor, you may find it

    are you a coder?
  47. Replies
    4
    Views
    781

    Re: Never ship free and Free after $250

    That Software Guy is correct, you have to write some codes to make this.

    Maybe 60 lines.
  48. Replies
    2
    Views
    1,005

    Re: Shipping by price and weight

    a simple problem.

    You can use one shipping module only. It detects customer country id, then go to price or weight logic.

    I have done this for some clients. Just 30 minutes needed.

    **you...
  49. Replies
    1
    Views
    903

    Re: PsiGate XML issues

    Please read this post for help.

    http://www.zen-cart.com/forum/showthread.php?p=1004007#post1004007
  50. Replies
    5
    Views
    1,449

    Re: PSIGAte not charging CAD correctly

    aha, it seems I fixed it.
Results 1 to 50 of 131
Page 1 of 3 1 2 3
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR