Search:

Type: Posts; User: boxes

Search: Search took 0.01 seconds.

  1. Thread: Odd Order #

    by boxes
    Replies
    4
    Views
    415

    Re: Odd Order #

    what version of zencart are you using?

    any plugins?

    thanks
  2. v151 Re: custom mod needs to access files above public_html outside cart, is it possible?

    most cool, thanks!!
  3. v151 Re: custom mod needs to access files above public_html outside cart, is it possible?

    do you mean that you can add defines in the extra_datafiles dir?

    /extra_datafiles/outside_paths_here.php

    define('DIR_FS_DOWNLOAD', '/home/my_user_name/download/');
    define('DIR_CUSTOM_DIR_1',...
  4. v151 Re: custom mod needs to access files above public_html outside cart, is it possible?

    interesting, thanks

    so, we could define the custom outside locations in:

    - /includes/configure.php
    - /admin/includes/configure.php

    define('DIR_FS_DOWNLOAD', '/home/my_user_name/download/');...
  5. v151 custom mod needs to access files above public_html outside cart, is it possible?

    we're having a mod created that needs to access files above public_html and outside cart in public_html:

    /home/user/public_html/zencart/

    /home/user/public_html/custom_dir/stuff.php
    ...
  6. v139h Re: Custom Product Page - for particular product - use separate template

    thanks, i'll give it a try, will be amazing if it's that easy

    thanks again :)
  7. v139h Re: Custom Product Page - for particular product - use separate template

    I guess I'm not sure how to do the override

    I've figured out some other override stuff but not sure about this one
  8. v139h Re: Custom Product Page - for particular product - use separate template

    i think i see the spot, around the following location:


    if ( $res->fields['total'] < 1 ) {

    $tpl_page_body = '/tpl_product_info_noproduct.php';

    } else {

    $tpl_page_body =...
  9. v139h Re: Custom Product Page - for particular product - use separate template

    wow, nice!

    i'd need to exclude the default pricing and other stuff as well cuz this is a customized product that goes beyond the cart capability presently

    think i could tweak the default...
  10. v139h Re: Custom Product Page - for particular product - use separate template

    thanks

    thing is, i gotta change the content there too
  11. v139h Custom Product Page - for particular product - use separate template

    is it possible to use a separate template for a particular product but all others use default?

    such as item-123 uses product template abc123.tpl but all others use standard

    thanks
  12. Replies
    2
    Views
    607

    v139h Re: updating field in custom table after session recreate

    thanks so much Dr, on the money :smile:
  13. Replies
    2
    Views
    607

    v139h error updating field in custom table

    i'm working on a way to update some data in a custom table that updates when the cart triggers session_recreate_id

    1. i've added the table name customer2_data to database_tables.php...
  14. Replies
    1,018
    Views
    148,880

    v139h Re: Super Orders v3.0 Support Thread

    yep, came through, thanks
  15. Replies
    1,018
    Views
    148,880

    v139h Re: Super Orders v3.0 Support Thread

    hi divavocals

    i tried registering at your site to download SO v4 but so far an email with password has not been sent

    using ff 15.0.1
  16. v150 display paypal shipping address during checkout - before completing order

    is it possible to display the paypal shipping address during checkout before completing an order?

    some paypal customers don't realize which shipping address paypal is inserting during checkout and...
  17. v150 2007 technique for converting a latin1 table to utf8

    found this approach to converting table content from latin1 to utf8:

    blog.makezine.com/2007/05/08/mysql-database-migration-latin/

    haven't tried it yet so not sure but thought post it for anyone...
  18. v150 session_regenerate_id - what behaviors trigger a regenerate of session id?

    how is a session_regenerate_id triggered?

    what cart/user/browser behaviors occur to make this happen?

    gotta write something to an external system that changes the session id of the external...
  19. Re: Looking for the External Order Number Generator

    i meant 1.3.9e

    thx
  20. Re: Looking for the External Order Number Generator

    anyone using it in 1.3.9d ?

    thx
  21. 1.3.7 upgrade to PHP 5.3 - will it break it for previous PHP ?

    if we upgrade 1.3.7 to work on PHP 5.3 using the patches mentioned here:

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

    will the script no longer work on previous versions of PHP ?

    thx
  22. Replies
    4
    Views
    570

    optimal mysql privileges ?

    what are the optimal mysql privileges for zencart?

    can the cart run fully on less than all privileges?

    thx
Results 1 to 22 of 33
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR