Search:

Type: Posts; User: drbyday

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    366

    v139h TABLE_CONFIGURATION encrypt value

    any idea how I would encrypt a value in the TABLE_CONFIGURATION table?
  2. Replies
    1
    Views
    355

    v139h Remote phpbb integration?

    Quick question about phpbb and zencart.

    Can I link zencart and phpbb if phpbb is installed remotely on another server? (i.e. not localhost?)

    Is this possible?

    Can someone point me in the...
  3. Re: calling the order total on checkout success , also coupons

    oooooops i mean


    $sql = "select order_total from " . TABLE_ORDERS . " where orders_id = :orderID:";
    $sql = $db->bindVars($sql, ':orderID:', $zv_orders_id , 'integer');
    $result =...
  4. Re: calling the order total on checkout success

    oops i mean

    echo $result->fields['value'];
  5. Re: calling the order total on checkout success

    <input type='text' name='amount' value='<?php echo $order_total; ?>'>

    OR


    <input type='hidden' name='amount' value='<?php echo $result->fields['order_total']; ?>'>

    of course, you have to...
  6. v139h i wrote an email activation script, but getting blank page...so close...

    i wrote an email activation script, but getting blank page...so close...

    I think it has to do with passing the $_GET variables and zencart is cleaning it up or blocking it thinking it is malicious...
  7. Replies
    656
    Views
    70,130

    Re: Edit Orders v3.0 for Zen Cart 1.3.9 [Support Thread]

    I have stock enabled on my store.

    When adding a product, is it possible to only be able to select products from the dropdown that are:

    a) Enabled Status
    b) QYT > 0

    That would be great.
  8. Re: Can I Force a Currency change when a specific Payment Option is selected?

    Here is a way:


    Find the value of your payment method.

    EDIT
    /home/ext42co/public_html/includes/modules/pages/checkout_confirmation/header_php.php


    FIND:
  9. Replies
    7
    Views
    1,387

    Re: Can't Delete customer review

    Think I found a solution:

    I wanted to able to delete reviews while still having them sorted by "pending", which wasn't working.

    So in reviews.php

    FIND (around line 358):
  10. Replies
    7
    Views
    1,387

    Re: Can't Delete customer review

    I am getting the same issue. 1.3.9h. Any ideas? maybe its a setting? Iam in https in the admin?
  11. Replies
    2
    Views
    5,807

    Re: Sale Price: Round off to nearest 5 cents

    I managed to change these in the admin orders page by:

    admin/orders.php

    FIND

    $order->products[$i]['final_price'] X 4 within the products listing table

    and replace with
  12. Replies
    15
    Views
    6,408

    Re: Blank comments field in order_status_history

    Ok I think I resolved it.

    I upgraded a clean copy of a 1.2.1 database to the current version, and everything worked perfectly so I knew it was a database issue.

    Then I analyzed the differences...
  13. Replies
    15
    Views
    6,408

    Re: Blank comments field in order_status_history

    Fair enough. Do you have any suggestions or pointers on where I should start to troubleshoot?
  14. Replies
    15
    Views
    6,408

    Re: Blank comments field in order_status_history

    I am testing with a fresh version of 1.3.9h.

    The database I upgraded (the 1.2.1 database) went smoothly using the zc_intall folder.

    I may have made some small changes to the original 1.2.1...
  15. Replies
    15
    Views
    6,408

    Re: Blank comments field in order_status_history

    I knew I was missing something! Sorry!

    PHP Version: 5.2.17 (Zend: 2.2.0)
  16. Replies
    15
    Views
    6,408

    Re: Blank comments field in order_status_history

    Server OS: Linux 2.6.18-238.9.1.el5
    Database: MySQL 5.0.92-community-log
    HTTP Server: LiteSpeed
  17. Replies
    15
    Views
    6,408

    Re: Blank comments field in order_status_history

    Yes I found the mysql insert code in orders.php and it looks good (matches database structure). I dont think that is the issue.

    Any suggestions for troubleshooting this problem? Thanks guys for...
  18. Replies
    15
    Views
    6,408

    Re: Blank comments field in order_status_history

    Sorry, yes, I did a fresh install of 1.3.9.h, then I imported my database and did the upgrades one by one using zc_install folder.
  19. Replies
    15
    Views
    6,408

    Blank comments field in order_status_history

    Hello,

    Finally upgrading from 1.2.1 to newest 1.3.9h!

    I did the database upgrade successfully, one update at a time.

    But now I noticed that when I add a new comment on orders.php on the...
  20. Replies
    9
    Views
    4,259

    Re: Guide to show Fax # on Order page

    Just wanted to let everyone know I had to edit page:

    /includes/modules/checkout_process.php

    FIND:

    customers_telephone' => $order->customer['telephone'],


    ADD:
  21. Replies
    2
    Views
    635

    Re: PHP expert question. Please read.

    I am using osTicket.

    zc is installed on /www/

    osTicket is install on /www/helpdesk

    using different databases. Is this possible?
  22. Replies
    2
    Views
    635

    PHP expert question. Please read.

    I would like it so when a customer logs into zencart, they are also logged into their helpdesk account (which is on a different database).

    ZEN LOGIN PAGE IS HOME PAGE (must be logged in to browse,...
  23. Replies
    4
    Views
    1,038

    Re: Access the $_SESSION from a non-zen folder

    Am I even close?:

    require_once '../includes/configure.php';


    if (!$_SESSION['customer_id']) {

    I guess I am still not connecting to the database.
  24. Replies
    4
    Views
    1,038

    Re: Access the $_SESSION from a non-zen folder

    oh:)

    Whats a bridge?
  25. Replies
    4
    Views
    1,038

    Access the $_SESSION from a non-zen folder

    I have read the many post about accessing the $_SESSION from outside zc, but my question is tad different but I think simple..? :

    I have osTicket (ticket support system) install in ../helpdesk/
    ...
  26. Replies
    5
    Views
    2,304

    Re: Anyone here use osTicket?

    any news?
  27. Replies
    4
    Views
    803

    Re: Customer able to edit email address?

    Thanks for reminding me! I remember now what I did. :oops:

    It was so long ago i forgot. Thanks for your help!
  28. Replies
    4
    Views
    803

    Re: Customer able to edit email address?

    Thanks again for your time Drbyte. I am using an VERY old version of zencart (1.2.1). I know you are going to want me to update. But I have been tweaking my site for a number of years and I would...
  29. Replies
    4
    Views
    803

    Customer able to edit email address?

    Is it possible to make it so the customer is able to update his or her email address through the my account section? Similar to the password change?
  30. Replies
    5
    Views
    803

    Re: Your order Number is 0

    I solved this issue by copying the contents of

    includes\modules\pages\checkout_success\header_php.php

    to the top of:
    ...
  31. Replies
    14
    Views
    7,595

    Re: Payment type discount.

    I am also getting an error after installing this mod. It says Your order number is 0 on the checkout success page.

    Any idea?
  32. Replies
    14
    Views
    7,595

    Re: Payment Type Discount

    I installed the mod using the code above and it worked. BUT know the order number doesnt show in the checkout success page:

    It says:

    Your order number is 0

    Any ideas??
  33. Replies
    5
    Views
    803

    Re: Your order Number is 0

    Thanks so much for your time DrByte.

    I actually dont have Paypal enabled. Any other ideas?
  34. Replies
    5
    Views
    803

    Re: Your order Number is 0

    I've found

    <td class="main"><?php echo TEXT_YOUR_ORDER_NUMBER . (int)$orders->fields['orders_id']; ?></td>

    but that looks normal....

    any ideas
  35. Replies
    5
    Views
    803

    Your order Number is 0

    Hi all,

    I've look around here for awhile to no avail. Do you know any common solution for this:

    After completing checkout "checkout success page" it says Your order number is 0, not the...
  36. Replies
    1
    Views
    1,679

    checkout options? signature required option?

    HI

    is it possible to add a checkbox where the customer can choose if he or she wants the package to be signature required during the checkout process?
  37. Replies
    1
    Views
    1,104

    Can customer's update their own email??

    I am constantly getting emails from customer's who want me to update their account email address...

    Is there some way so that they (the customer) can update their email on their own via the "My...
  38. Replies
    0
    Views
    774

    Disable ip logs?

    Hello,

    Thanks in advanced for any help.

    I understand the implications involved, but is there any way I can disable IP logs both in the admin and the site?

    Thanks again,
    drbyday:smile:
  39. Re: move or remove "displaying 91 to 100 products (of 101)"

    OK, I figured it out. For some reason there was a line in the includes/classes/split_page_results file that was commented out. On mine it was line 76.

    // $this->number_of_pages =...
  40. Replies
    17
    Views
    4,117

    Re: prev / next not shown

    THANK YOU mikecrane!!! ^^^^

    I had the same problem, and the same code commented out. Just removed the on line 76 (//) and the NEXT,PREVIOUS, PAGES 1,2,3,4 etc etc re-appeared.


    :clap:
  41. Re: move or remove "displaying 91 to 100 products (of 101)"

    I am have the opposite problem. This is not displaying in my site. Any reason why this would be happening.

    The "displaying 91 to 100 products (of 101)" is not showing:(

    Please help
  42. Re: Customer registration is email validated and require activation ?

    I can't find a mod/solution to this.

    Has anyone worked on this? I thought email validation was pretty standard?
  43. Re: 1062 Duplicate entry '0' for key 1 after export/import of database

    Drbyte!

    Please can you create a SQL command for phpmyadmin for zencart version 1.2.1?

    Please, I would really appreciate it.
  44. Replies
    1
    Views
    974

    Re: verify email @ registration settings?

    Been looking for a response to this question for ages:(
  45. Re: Customer registration is email validated and require activation ?

    Thanks for your time. I would think this would be a popular request and I am surprised I couldn't find more info. Thank you again!!
  46. Re: Customer registration is email validated and require activation ?

    So your saying use the code in the newsletter and modify the welcome email?
  47. Re: Customer registration is email validated and require activation ?

    How do I set it so the sign up email must be validated via a email validation link?
Results 1 to 47 of 50
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR