Search:

Type: Posts; User: poolprorich

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Re: I get "MySQL Support is off" when trying to install on Vista (localhost)

    First off create a php script called phpinfo.php and in the script write the following,

    <?php phpinfo(); ?>


    Place it in your web root and call it from web browser,
    ...
  2. Replies
    1
    Views
    977

    Re: Auto move data from MySQL to MSSQL?

    you should find the drivers for MySql ODBC conect her at this location including docs.

    ODBC Driver for MySQL
    http://www.mysql.com/products/connector/
  3. Replies
    220
    Views
    79,539

    Re: ZJ Silver Support Thread

    Hope this helps, what you are looking for is called by a define in php "FOOTER_TEXT_BODY". if you want to edit your footer information it would be located in the english.php file located in...
  4. Replies
    271
    Views
    137,479

    Re: How-To: Add new Properties to your Products

    if (isset($_GET['pID']) && empty($_POST)) {
    $product = $db->Execute("select pd.products_name, pd.products_description, pd.products_url,
    p.products_id, p.products_quantity, p.products_model,...
  5. Thread: Tax Help

    by poolprorich
    Replies
    1
    Views
    629

    Re: Tax Help

    Is your store located in texas as you might be in PA by the keystone name just guesing

    If you would like to charge all tax by your stores state you need to change
    Configuration-->MyStore
    ...
  6. Replies
    4
    Views
    2,029

    Re: html source code space

    it looks good to me in ie7 and firefox maybe clear your browser cache
  7. Replies
    5
    Views
    891

    Re: Email Copywrite Change

    includes/language/yourtemplate/email_extras.php

    about line 59 you will see:
    define('EMAIL_FOOTER_COPYRIGHT','Copyright (c) 2003-2006 <a href="http://www.zen-cart.com" target="_blank">Zen...
  8. Replies
    2
    Views
    1,600

    Re: Multiple Sites with one Database?

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

    http://www.medea.co.uk/dev/multisite_instructions_0.4.html
  9. Replies
    10
    Views
    1,205

    Re: Error updating product details

    no problem
  10. Replies
    10
    Views
    1,205

    Re: Error updating product details

    AustPost module you might want to update that module

    http://www.zen-cart.com/forum/showthread.php?t=65974&highlight=p.products_height
  11. Replies
    10
    Views
    1,205

    Re: Error updating product details

    ok what add on module do you have maybe shipping module or so
  12. Replies
    10
    Views
    1,205

    Re: Error updating product details

    what version did you upgrade from
  13. Replies
    10
    Views
    1,205

    Re: Error updating product details

    in your host control panel maybe phpmyadmin and or what ever program that is used for your databases




    [select pd.products_name, pd.products_description, pd.products_url, p.products_id,...
  14. Replies
    10
    Views
    1,205

    Re: Error updating product details

    It cant find products_height in your data base
  15. Replies
    1
    Views
    1,682

    Re: Change "home" link title in breadcrumbs

    /includes/languages/english/Your Template/header.php


    Line #15 : define('HEADER_TITLE_CATALOG', 'Home');

    if you dont have a template directory use this file and create a backup of it
    ...
  16. Replies
    1
    Views
    824

    Re: Limiting access to customer's account

    hello,

    Have you tried the member add on http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=492 i have not tried it but ive read it and sounds like what you might be...
  17. Re: Please help!!!!!! Catagories.php not working

    Hello have you made any changes to any admin files and or admin/includes/category_product_listing.php and or css files
  18. Re: Customers Creating account while in maintinance mode

    Thanks Thats Why I Asked (?)
  19. Re: API? Displaying a zen cart product listing in another php app

    hello,
    Can you use the rss feeder and display to your main domain as this would update itself i would think
  20. Customers Creating account while in maintinance mode

    Hello,
    Dose any one know how to let a customer register for an account or allow them to use the contact us page while in mantinance mode,
    I think that would be a great idea for sites just setting...
  21. Re: Is there a way I can block an IP from my Site in Zen Cart

    hello add somthing like this to your .htaccess file


    order allow,deny
    deny from 123.45.6.7
    deny from 012.34.5.
    allow from all
  22. Replies
    2
    Views
    1,829

    Re: Footer Text

    If it is not in your /includes/templates/your_template/common/ folder then copy the file from /includes/templates/templates_default/common and make a copy to your template so as you do not overwrite...
  23. Replies
    8
    Views
    1,071

    Re: Free Products - possible?

    when creating a new product there is a place to state product is free check the bok product is free
  24. Re: When entering ez-pages content, /admin/ gets inserted in my image paths

    Hello

    Ive Hade the same problem until i find out why -- i use the text editor part and delete the admin dir
  25. Replies
    2
    Views
    932

    Re: uploading products

    Hello try this link for uploads:

    http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=460

    As far as support you can buy the book but the forum is great as they work...
  26. Replies
    5
    Views
    831

    Re: E-Z Page as home page?

    Hello,

    Take your info in text format and copy then open define pages in text editor open main page and paste you info and then save
  27. Replies
    11
    Views
    2,450

    Re: Login Link - Page comes up Blank?

    hello,

    Try to inser this into your css lines: color:#ffffff;


    .messageStackSuccess { background-color: #111111; padding: 2px; border: 1px solid #ffffcc; }
    .messageStackCaution { font-family:...
  28. Replies
    11
    Views
    2,450

    Re: Login Link - Page comes up Blank?

    What he is saying is that you added a module that is not supported by your cart version and is coming up with an error:
    Fatal error: Call to undefined function: zen_js_zone_list() in...
  29. Replies
    3
    Views
    3,077

    Re: flash not loading / showing blank

    Hey saman,


    <script type="text/javascript">
    AC_FL_RunContent(...
  30. Replies
    4
    Views
    771

    Re: My web-site pics gone.........

    Hello,

    Kim has a point has your database been updated,
    1054 Unknown column 'p.products_id' in 'on clause'
    it seams zencart cant find your products table in the database
  31. Replies
    4
    Views
    771

    Re: My web-site pics gone.........

    your url please
  32. Replies
    4
    Views
    1,680

    Re: EZpage link to non-ssl page broken

    for some strane reason your ssl pages are changing the link to:

    "http://singleswalking.co.uk/index.php&zenid=97820ec00508c532962308c17f76b62a"

    When it should be:...
  33. Replies
    4
    Views
    1,077

    Re: do i need a ssl with paypal

    No but if you are colecting information from your customer it would be wise as i would not give you any info about me unless it was ssl
  34. Replies
    10
    Views
    2,234

    Re: Customers address blank

    yea i would have looked in stylesheets but she said it did not show on some places in the admin witch uses a diferent style sheet, but you may be right
  35. Replies
    8
    Views
    21,237

    Re: Export products as CSV file

    Hi,
    I dont believe the database fields match but you could export your database to cvs and modify it for upload with zencart with easypopulate it will take some time but i think its worth it to...
  36. Re: can't get my zooms to work on my product info page and on my All products page

    ok,

    The image handler dose not yet work in product info page, they are tring but have not made a med to large hover yet, if you install hovercart 2 you will get the pop up i get on my site in...
  37. Replies
    10
    Views
    2,234

    Re: Customers address blank

    also i have tried your site and the customers address did appear at checkout,

    It dose show for me on check out
  38. Re: Add to cart from a link in an animation flash

    Hello,

    How are you using flash
    action script or xml
  39. Replies
    10
    Views
    2,234

    Re: Customers address blank

    are te address in the orders corect and if so are all the fields filled as you added extra address to your sample,

    Also in your orders table is there an index named PRIMARY PRIMARY 1 ...
  40. Replies
    7
    Views
    1,554

    Re: Double url's when clicking links

    i am sorry,

    Go to includes/templates/templates_default/tpl_news_scroll_box.php

    around line 56 look for

    $click_for_more = '<a class="newsBoxContent" href="' ....
  41. Replies
    10
    Views
    2,234

    Re: Customers address blank

    ok

    It looks like you have a problem with the database where addressbook is linked to orders by customer_id

    check to see if your database shows a customer_id within the orders
  42. Replies
    7
    Views
    1,554

    Re: Double url's when clicking links

    ok you need to remove this from the link
    http://www.envii.eu/index.php?main_page=
    the link should be this

    index.php?main_page=news
  43. Re: two companies one shopping cart, possible?

    hello,

    Not sure if this is what your looking for but check it out

    http://www.zen-cart.com/index.php?main_page=product_contrib_info&cPath=40_47&products_id=563
  44. Replies
    5
    Views
    1,005

    Re: Icon missing

    Hello,

    Go to your admin-->tools-->developers tool kit

    copy and paste the text you would like to find in the lower box and search the catalog all files this will show you what file you need to...
  45. Replies
    10
    Views
    2,234

    Re: Customers address blank

    Hello
    If you go to your admin and to customers and click on a customer do you have an address listed there
  46. Replies
    7
    Views
    1,554

    Re: Double url's when clicking links

    Hello,

    It sounds like the header links you are talking about are being called by a full http:// address when in zencartany link only needs to be called as the link itself as zencart adds the...
  47. Replies
    5
    Views
    1,005

    Re: Icon missing

    Hello,
    Are you using the RoyalMail module, if so try this from the download section

    http://www.zen-cart.com/index.php?main_page=product_contrib_info&cPath=40_51&products_id=290
  48. Re: can't get my zooms to work on my product info page and on my All products page

    Hello,

    did you go to your admin configure images and set resize images to yes and if so do you have a custom template, did you install the files from the custom template folder to your custom...
  49. Replies
    1
    Views
    1,370

    Re: Enlarge product image

    Saman,
    Did you install Image Handler or hover cart
  50. Re: Subheader menu disappeared at checkout success page

    <!-- bof languages/currencies header display -->
    <div id="navCurrenciesWrapper" class="forward">
    &nbsp;&nbsp;<a href="http://www.dealbyethan.com/?currency=USD">$USD</a>&nbsp;&nbsp;<a...
Results 1 to 50 of 143
Page 1 of 3 1 2 3
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR