Search:

Type: Posts; User: jobber99

Search: Search took 0.01 seconds.

  1. how to extract ordered products attributes via SQL?

    hi everyone,
    i'm also looking at where to find the product attribute of the product ordered--i.e. size 7 womens shoe--i need it on the daily report i'm building. so far, i've found some sort of...
  2. Re: "special instructions or comments"--where in the db is this stored?

    thanks, found it. select comments from orders_status_history;
  3. Re: "special instructions or comments"--where in the db is this stored?

    also, i'm also looking at where to find the product attribute of the product ordered--i.e. size 7 womens shoe--i need it on the daily report i'm building
  4. "special instructions or comments"--where in the db is this stored?

    can't seem to find where the "special instructions or comments" in the checkout process is stored in the DB. i have to run a daily report summary of orders, and this is one of the report fields. i...
  5. Re: setting up zen-cart: can we remove standard delivery address and just have a text

    thanks--a couple of questions. 1, which template do i change the shipping address info? i tried looking in tpl_checkout_shipping_address_default.php and i don't see it. 2, is there a way to not...
  6. can we remove standard delivery address and just have a textbox?

    hi,
    we are setting up zen-cart for a hospital gift shop. the customers here are buying gift shop items and having them shipped to hospital rooms (i.e. balloons, flowers, etc) is there a way to...
  7. Replies
    5
    Views
    1,605

    Re: problems with cybersource payment module

    Thanks!
  8. Replies
    5
    Views
    1,605

    Re: problems with cybersource payment module

    also, can i get an example of how to implement the $messagestack->add_session?
    i tried looking around and attempted this:

    $messagestack->add_session('checkout_payment', 'hello world','error');
    ...
  9. Replies
    5
    Views
    1,605

    Re: problem with zen_output_string_protected? using in payment page

    thanks. we are using cybersource, and followed this guide:

    http://www.zen-cart.com/forum/showthread.php?t=55738

    is there a newer guide to implementing cybersource?
  10. Replies
    5
    Views
    1,605

    problems with cybersource payment module

    so in tpl_checkout_payment_default.php, there's this line:

    <div class="messageStackError"><?php echo zen_output_string_protected($_GET['credit_class_error']); ?></div>


    it seems like when i...
  11. Re: Zen-Cart and proxy server

    ok, i found a solution on the forums that mentioned changing the cookie domain, so i did to this:

    <?php
    define('HTTP_COOKIE_DOMAIN', '');
    define('HTTPS_COOKIE_DOMAIN', '');
    ?>

    is there any...
  12. Zen-Cart and proxy server

    Hi,
    so we have zen-cart in an internal VM, and have a proxy server that is in the DMZ to proxy traffic from the internet to our zen-cart shopping cart. how do i set this up? currently, i have the...
  13. Re: Possible to have all links be relative URLs?

    thanks for the reply--i tried using mod_proxy_html to rewrite the URLs within the cart, but am still having trouble getting any session to "stick"...is there any way i can have session info come...
  14. Re: Possible to have all links be relative URLs?

    thanks for the replies. the reason we are proxying is this: we have all our internal solutions in a VM, but there are no VMs in the DMZ, thus a proxy is needed to have those from the outside access...
  15. Possible to have all links be relative URLs?

    hi everybody,
    the way we are setting up our shopping cart, we are having the zen-cart-powered shopping cart in the firewall, with a proxy server on the outside proxying data to the shopping cart. i...
Results 1 to 15 of 15
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR