Search:

Type: Posts; User: kgeoffrey

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    460

    v150 Re: Admin Issues since server move

    I resolved this issue by changing the definitions of the servers in configure.php in the admin area, so that they all match -- either all non-ssl, or all ssl. That seemed to have fixed the issue.
  2. Replies
    2
    Views
    460

    v150 Admin Issues since server move

    Hello there,

    We recently upgraded from 1.3.9 to 1.5.0, and had no issues.

    Last night, we moved from our server running PHP 5.2.x to PHP 5.3.29 (MySQL was also upgraded to (5.5.40-cll), and now...
  3. v139h Re: Linking directly to product with zen_href_link

    Ok, I figured it out. In define_main_page.php before my html


    <? define('NEW_VARIABLE_1', '<a href="' . zen_href_link(FILENAME_DEFAULT, 'cPath=xx') . '">'); ?>

    Where "xx" is the category id...
  4. v139h Re: Linking directly to product with zen_href_link

    I totally admit that I may have no clue what I'm talking about, but I'm going to try one more time. :) The zenid is generated by the store during each session, correct? So, I can't (nor would I want...
  5. v139h Re: Linking directly to product with zen_href_link

    Thanks for the reply. Just to be clear, I'm just trying to put a link in define_main_page.php that has the form...
  6. v139h Linking directly to product with zen_href_link

    Hi there. Does anyone know how to link directly to a product from /store/includes/languages/english/html_includes/classic/define_main_page.php such that the link includes the zenid?

    I have used <a...
  7. Replies
    6
    Views
    1,131

    Re: Generating Customer Report by Product

    I replaced my version of stats_products_purchased.php with the current version and worked perfectly.

    Thank you!
  8. Replies
    6
    Views
    1,131

    Re: Generating Customer Report by Product

    Thanks for the reply. Perhaps I am having issues with this because I am still running 1.3.0.1 :yuck:

    When I go to Reports > Products Purchased, I see the list of products, but when I click, it...
  9. Replies
    6
    Views
    1,131

    Generating Customer Report by Product

    Hey, Zen-Cart Forum,

    Anyone have an idea of what/how to query (i.e. via phpMyAdmin) in order to generate a report that shows which customers purchased a specific product?

    Thanks!
  10. Re: coupon code that checks for a product in order

    I finally synthesized this from others' posts, including lepton's. This definitely works in v. 1.3.0.1. I have not verified any other versions

    File to edit:
    ...
  11. Re: Additional Page with All Products in Alphabetical List

    That feature is in 1.3.0.1 as well, however, the functionality I'm looking for is (a) limited to a single category (and its subcategories), and (b) appears in the store alongside other subcategories...
  12. Additional Page with All Products in Alphabetical List

    Hello,

    I would like to display some of our products in their respective sub-categories (already done, no problem), but also on a single page... just the product title (hyperlinked to the...
  13. Replies
    4
    Views
    2,653

    Re: Excluding a Category from Group Pricing

    The following appears to be working for me in version 1.3.0.1 -- I just wrote this code today:

    Edit /includes/modules/order_total/ot_group_pricing.php

    In the function



    function...
  14. Replies
    3
    Views
    889

    Re: Excluding category from search

    Excellent! Thank you so much. Worked like a charm.

    I changed



    AND p2c.categories_id = c.categories_id ";

    to
  15. Replies
    3
    Views
    889

    Excluding category from search

    Hi there,

    What is the best way to exclude all the products in a given category from the search results? I'm using Zencart 1.3.0.1

    Thanks!
  16. Re: how does the authorize.net echeck mod work?

    Hello! Where can I find the mod for accepting authorize.net echecks?

    Thanks!
  17. Replies
    73
    Views
    41,568

    Re: USPS API changes announced for May 12, 2008

    Same here. First Class International not displaying in the store. I have * @version $Id: usps.php 6474 2007-11-18 15:59:32Z ajeh $ installed. Zen Cart 1.3.0.1
  18. Re: How to add information to customer registration page?

    You'll need to add a field to the zen_customers table

    My basic approach in editing the files and db was to duplicate all the occurences of the customers_referral input. If I recall, when I went...
  19. Re: How to add information to customer registration page?

    These are the files to edit.

    CATALOG REGISTRATION PAGE

    - includes/templates/template_default/templates/tpl_modules_create_account.php

    CATALOG REGISTRATION PAGE FORM SUBMIT

    -...
  20. Re: coupon code that checks for a product in order

    Hi Traypup,

    I'm looking for this feature as well. Had any luck?
  21. Replies
    3
    Views
    3,026

    Re: bulk order discount

    You could offer a coupon and set the coupon minimum order to $200.
Results 1 to 21 of 22
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR