Search:

Type: Posts; User: warroyo90

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,409

    Re: implementing jquery datatables plugin

    thank you Dr. Byte,

    I managed to get it working but I am stil stumped by the zen cart framework. I had to put the file in my root folder otherwise I always get a 500 error this has happened...
  2. Replies
    4
    Views
    1,409

    implementing jquery datatables plugin

    hi I am trying to use the datatables plugin with server side processing on one of my pages. I have created a static page and the javascript is working fine but when calling the server_processing.php...
  3. Replies
    807
    Views
    339,649

    dynamic filter sidebox disappears when only one product is shown

    hi,

    my dynamic filter sidebox disappears on all of the product listing pages when a filter returns one result. here is an example:
    ...
  4. Replies
    6
    Views
    2,586

    Re: how to add file upload to contact us page?

    sorry for the late response...

    so to create a copy of the contact us page follow this tutorial (kind of) ...http://www.zen-cart.com/wiki/index.php/Creating_new_pages . so this tutorial shows how...
  5. adding a new column to the product listing

    does anyone know how to add a column to the product listing table. I would like to add a column for on of my db fields in the product table that I created. I have managed to add it to the shopping...
  6. Replies
    0
    Views
    416

    custom php scripts

    HI,

    I would like to add a script for processing a submit request by a form. so the form would have two buttons and each would submit to a page called 'processing.php' from there I would determine...
  7. Replies
    3
    Views
    579

    Re: advanced search not working

    here is the site http://filtersavvy.com/ if you use the search bar in the header lets say search for product c021 in the listing click the image or description and the cpath is not built fully it is...
  8. Replies
    3
    Views
    579

    advanced search not working

    Hi I have the advanced search bar in my header and it works to search for products and didpslays the results the problem is that once an item is clicked in the product listing it does not use the ful...
  9. Re: using jquery ajax POST method returning 500 error

    well the reason I would want to is becuase I would liek to query the server on a keyup function and display the results in a div and also check to make sure the model # entered is in the db without...
  10. Re: using jquery ajax POST method returning 500 error

    I also tried putting it in the root directory and it still returned the error. I tried including a php file that connects to the db without using the global $db object but when I run a query for...
  11. using jquery ajax POST method returning 500 error

    hi i am trying to use this code but keep receiving a 500 internal server error when this runs. is this an issue in my script or do i need to use it differently for zen cart?


    jQuery.ajax({
    ...
  12. is there a page that displays all products in a category?

    I want to have a product listing page that displays all of the products in a category including all of its subcategory products. for example :

    the page would contain all products for the category...
  13. convert sidebox module into part of a page

    hi,

    I was wondering if anyone new how to take a sidebox module and add it to a page such as the product listing page.
    I want to move all of the filters from my dynamic filter sidebox and put...
  14. Re: enable right column only on product listing pages

    solved my own problem..

    i added this to the tpl_main_page.php file


    if ($current_page_base != 'index') {
    $flag_disable_right = true;
    }

    $pos = strpos($cPath,"_");
  15. enable right column only on product listing pages

    how could I enable the right column only on product listing type pages such as featured products, new products, all products, or when viewing categories.
  16. Replies
    807
    Views
    339,649

    Re: does anyone have a 1.3.9g mod for dynamic filter plugin?

    alright I found the fix for this the plugin is still a bit shaky for 1.3.9g especially with the css it doesnt match my template at all...

    in the file override...
  17. Replies
    807
    Views
    339,649

    Re: does anyone have a 1.3.9g mod for dynamic filter plugin?

    here is the error...
    1054 Unknown column 'm.manufacturers_name' in 'field list'
    in:
    [SELECT DISTINCT p.products_model, m.manufacturers_name, p.products_image, pd.products_name,...
  18. Replies
    807
    Views
    339,649

    dynamic filter plugin error 1054 Unknown column 'm.manufacturers_name' in 'field list

    i am trying to use this plugin http://www.zen-cart.com/downloads.php?do=file&id=1361 which is great by the way on my store with 1.3.9g. but it gives an error on the product listing pages about an...
  19. does anyone have a script or sql query to add a lot of attributes at once?

    I would like to add a bunch of attributes to my products at once does anyone have a script for this or sql query before I begin to write my own?
  20. does anyone know a template and/or module that has similar features to this site?

    here is a site that I like the main features I like are once an item is clicked (for ex. wd-40 on the homepage) it gives multiple options and attributes that you can select before adding to the cart....
  21. Replies
    7
    Views
    1,774

    Re: getting http 500 error

    hi,

    I solved this issue mine turned out to be an error in my configure.php files. If i were you I would check the paths in your configure.php files and make sure they are correct.
  22. Replies
    7
    Views
    1,982

    Re: can I remove zen_ prefix from all tables?

    No this is a Php script so name the file something.php and then place it in the folder of your web server that is the base folder. Then go to your websites.com/something.php and it should run and...
  23. Replies
    7
    Views
    1,982

    Re: removing zen_ prefix from all tables

    Yes just replace that db info with your and change the pattern_ to whatever you like to remove. And the new_ pattern with whatver you want to replace it with ex. Pattern_ could be zen_ then...
  24. Replies
    1
    Views
    474

    are language packs backward compatible?

    hi,

    I was wondering if the language packs are backward compatible? i am runnign 1.3.9h would i be able to use the newest version of spanish language pack if it says 1.5?

    thanks
  25. Replies
    6
    Views
    2,586

    Re: how to add file upload to contact us page?

    well I managed to do it. I ended up replicating the contact us page as a new page called request_quote. form there I modified the form for my needs and the instructions above. threw out anything I...
  26. Replies
    6
    Views
    2,586

    Re: how to add file upload to contact us page?

    also i found this function zen_draw_file_field() could this be used?
  27. Replies
    6
    Views
    2,586

    Re: how to add file upload to contact us page?

    the reason this is necessary is because I will be modifying the contact us form to be a new define_page that will be a request a quote form. this i know how to do. the customer will be able to put in...
  28. Replies
    6
    Views
    2,586

    how to add file upload to contact us page?

    Hi,

    I know this question has been asked before but i have read pages of threads and most are old and end with no definite answer.

    what I would like to do is simply add a upload file option to...
  29. site not recognizing customer login after migrating to GoDaddy host

    hi I recently migrated my site to godaddy and i have been having some issues due to the migration. the main issue is that when i try to test my site by logging in as a customer it acts like it has...
  30. Replies
    9
    Views
    2,036

    Re: smtp error all of a sudden

    yes i understand it says that but it is saying it for all email address that I try to use whether it be outlook, gmail, or yahoo. on two different hosting providers. would that suggest a zen cart...
  31. Replies
    9
    Views
    2,036

    Re: smtp error all of a sudden

    just set it back to smtpauth from smtp and got the same error plus a little extra

    SMTP -> ERROR: Failed to connect to server ssl://smtp.gmail.com 587: Connection refused (111)

    Email Error:...
  32. Replies
    9
    Views
    2,036

    Re: smtp error all of a sudden

    found your post on another forum added the file do extra_datafiles I got this error:

    SMTP -> ERROR: Failed to connect to server smtp.gmail.com 587: Connection refused (111)

    Email Error: SMTP...
  33. Replies
    9
    Views
    2,036

    Re: smtp error all of a sudden

    thank you for the response. I just tried using my outlook email as well and i am receiving the same error. is there a way to debug this thoroughly?
  34. Replies
    9
    Views
    2,036

    smtp error all of a sudden (GoDaddy)

    Hi,

    my zen cart email has been working fine up until today. I have never had any issues with it. today i started getting a smtp error sayign that it could not connect to a host.

    heres the...
  35. Re: Display individual sidebox on only one Ez Page

    here is my code :


    <?php
    // -----------------------------------
    // MY CUSTOM SIDE PANEL ITEM
    // -----------------------------------

    // test if box should be displayed
  36. Re: Display individual sidebox on only one Ez Page

    How would this work with an overridden sidebox that does not contain the specified code:



    require($template->get_template_dir('tpl_order_history.php',DIR_WS_TEMPLATE,...
  37. Re: How do EZ-Pages work?

    Maybe another way to look at my question ... I am trying to add some ajax tabs into my ez pages

    for example:

    main
    -foo
    -foo
    -foo
  38. how do i get javascript to work in the ez pages?

    hi i have read other threads about jquery and javascript in ez pages. I have already put the jscript files in the folder and now I am adding script to my ez pages but the script seems to be changing...
  39. Replies
    7
    Views
    1,774

    getting http 500 error

    hi,

    just finished my upgrade for probably the 3rd time.... i have installed it in a folder called newstore. I also went through and compared every file and moved the correct ones with...
  40. why is there no "boxes" directory in 1.5?

    Hi,
    Im upgrading to 1.5 and i see the boxes directory in 1.3.9 it has a few files that are for soem of my modules. when i am transferring files before I upgrade should i transfer the boxes directory...
  41. Replies
    2
    Views
    604

    ez pages show up as "array"

    hi afte my upgrade almsot all of my ez pages now have no titles and have the word array in the content. is anyone having this issue or know a fix?
  42. Replies
    2
    Views
    604

    upgrade of db wiped all nearly all of my ez pages?

    hi i just upgraded my db and it wiped nearly all of my ez pages and all of my modules what could have happened?
  43. Replies
    2
    Views
    520

    Re: cant upgrade database

    of course thank you! forgot I had a different password in there!
  44. Replies
    2
    Views
    520

    cant upgrade database

    hi im in the process of upgradign from1.3.9g to 1.5. I have copied all of the new files into a folder called newstore and followed all steps exactly. when i try to do a db upgrade it asks for an...
  45. Replies
    7
    Views
    1,982

    Re: removing zen_ prefix from all tables

    nvm find a great script... here you go everyone works perfrect just add your info in it


    <?php
    $db_server = "localhost"; // hostname MySQL server
    $db_username = "username"; // username...
  46. Replies
    7
    Views
    1,982

    can I remove zen_ prefix from all tables?

    Hi i have zen cart version 1.3.9g I have been searching for a script or a fast way to remove the zen_ prefix because I am moving my site to a new server and the new db has zen_ as a prefix and my...
  47. Replies
    5
    Views
    639

    Re: override english.php?

    I dont think your understanding....

    all of my overrides work also my english and spanish.pho files both work with the change made the exact file though when moved to the CUSTOM folder inside of...
  48. Replies
    5
    Views
    639

    Re: override english.php?

    well I had thought that was the case but the same exact file works when it is not in the override folder...its very strange
  49. Replies
    5
    Views
    639

    override english.php?

    Hi for some reason whenever I override english.php the site will not load any content? anyone have fix for this?

    thanks
  50. Re: .htaccess - I want to use my dedicated ip instead

    thank you for the response I ended up figuring it out and I had modified the configure files but the problems was that I did not change the file permissions when uploading so the write was never...
Results 1 to 50 of 59
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR